org.apache.wicket.util.string.Strings#stripJSessionId
StringIndexOutOfBoundsException
-------------------------------------------------------------------------------------
Key: WICKET-1871
URL: https://issues.apache.org/jira/browse/WICKET-1871
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.4
Environment: windows XP, jetty
Reporter: ywtsang
input:
http://abc.com/xx/yy.html?code=a%E2%8C%A9=en&section=DDD&d=173amp;
passing the about input to method
org.apache.wicket.util.string.Strings#stripJSessionId
will introduce StringIndexOutOfBoundsException
because "?" appears before ";"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.