Skip to content

Commit

Permalink
WICKET-6205 10.6 Generating structured and clear URLs - Wrong reference
Browse files Browse the repository at this point in the history
to URL Encryption
  • Loading branch information
bitstorm committed Jul 17, 2016
1 parent 4f68d5b commit 0ff4617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicket-user-guide/src/docs/guide/urls/urls_6.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 0ff4617

Please sign in to comment.