You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2016/07/17 20:02:39 UTC

wicket git commit: WICKET-6205 10.6 Generating structured and clear URLs - Wrong reference to URL Encryption

Repository: wicket
Updated Branches:
  refs/heads/master 4f68d5b21 -> 0ff461743


WICKET-6205 10.6 Generating structured and clear URLs - Wrong reference
to URL Encryption

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

Branch: refs/heads/master
Commit: 0ff4617437948f7eaabc6fc937af5b745ccc5aba
Parents: 4f68d5b
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sun Jul 17 22:01:59 2016 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Sun Jul 17 22:02:16 2016 +0200

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/urls/urls_6.gdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/0ff46174/wicket-user-guide/src/docs/guide/urls/urls_6.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/urls/urls_6.gdoc b/wicket-user-guide/src/docs/guide/urls/urls_6.gdoc
index 2394bf3..e0f7fde 100644
--- a/wicket-user-guide/src/docs/guide/urls/urls_6.gdoc
+++ b/wicket-user-guide/src/docs/guide/urls/urls_6.gdoc
@@ -205,5 +205,5 @@ public void init() {
 As pointed out in the code above, pages and resources must be mounted after having set @CryptoMapper@ as root mapper, otherwise the mounted paths will not work.
 
 {warning}
-By default @CryptoMapper@ encrypts page URLs with a cipher that might not be strong enough for production environment. Paragraph 21.4 will provide a more detailed description of how Wicket encrypts page URLs and we will see how to use stronger ciphers.
+By default @CryptoMapper@ encrypts page URLs with a cipher that might not be strong enough for production environment. Paragraph ["Security with Wicket"|guide:security] will provide a more detailed description of how Wicket encrypts page URLs and we will see how to use stronger ciphers.
 {warning}