[
https://issues.jboss.org/browse/RF-12440?page=com.atlassian.jira.plugin.s...
]
Richard Kennard resolved RF-12440.
----------------------------------
Resolution: Won't Fix
My apologies. This warning was not coming from HtmlUnit at all, but from my own code. I
think '!' is actually fine in a URL. Please close this JIRA.
RichFaces Calendar outputs unescaped exclamation mark
-----------------------------------------------------
Key: RF-12440
URL:
https://issues.jboss.org/browse/RF-12440
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.2.2.Final
Reporter: Richard Kennard
Assignee: Lukáš Fryč
The RichFaces Calendar control outputs code like this:
/rfRes/calendarIcon.png.ui?v=4.2.2.Final&db=eAH7f-X88f!PZzEAAB5uBeo_&ln=org.richfaces.images
However '!' is not a valid character in a URL, and HtmlUnit complains:
WARNING: Link of
'?v=4.2.2.Final&db=eAH7f-X88f!PZzEAAB5uBeo_&ln=org.richfaces.images'
in page '...' contained an unencoded character in the query string !
I believe it should be encoded to %21, as defined here:
http://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_c...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira