Github user solomax commented on a diff in the pull request:
https://github.com/apache/wicket/pull/288#discussion_r206803641
--- Diff:
wicket-util/src/main/java/org/apache/wicket/util/crypt/Base64.java ---
@@ -22,7 +22,7 @@
* Provides Base64 encoding and decoding with URL and filename safe
alphabet as defined by RFC 3548,
* section 4.
* <p/>
- * This Base64 encoder is modified to meet URL requirements. The changes
are: '+' => '*', '/' =>
+ * This Base64 encoder is modified to meet URL requirements. The changes
are: '+' => '*', '/' =>
* '-', and no padding.
* <p/>
--- End diff --
this `<p/>` tag is really weird :(
---