You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/02/24 08:52:31 UTC

git commit: WICKET-4401 Redirect after sign in with SignInPanel does not always reach homepage

Updated Branches:
  refs/heads/wicket-1.5.x f7a7e5576 -> 307ab3607


WICKET-4401 Redirect after sign in with SignInPanel does not always reach homepage


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/307ab360
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/307ab360
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/307ab360

Branch: refs/heads/wicket-1.5.x
Commit: 307ab3607e3cb8b73b453a70072aa667ad68a499
Parents: f7a7e55
Author: martin-g <mg...@apache.org>
Authored: Fri Feb 24 08:51:53 2012 +0100
Committer: martin-g <mg...@apache.org>
Committed: Fri Feb 24 08:51:53 2012 +0100

----------------------------------------------------------------------
 .../link/BookmarkableHomePageLinksPage_result.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/307ab360/wicket-core/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html b/wicket-core/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
index e079176..bbbd6e1 100644
--- a/wicket-core/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
+++ b/wicket-core/src/test/java/org/apache/wicket/markup/html/link/BookmarkableHomePageLinksPage_result.html
@@ -14,8 +14,8 @@
 -->
 <html xmlns:wicket>
 <body>
-  <a wicket:id="defaulthompage" href="../.."></a>
+  <a wicket:id="defaulthompage" href="../../"></a>
   <a wicket:id="defaulthompagewithparams" href="../..?param1=1&amp;param2=test"></a>
-  <a wicket:id="defaulthompagewithpagemap" href="../.."></a>
+  <a wicket:id="defaulthompagewithpagemap" href="../../"></a>
 </body>
 </html>