-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major
-
Component/s: core
-
Environment:Platform: All, OS: All
When a value on a form includes a plus character
, it properly get encoded
with as a %2B when submitted. But later, if this value is used within a jelly
script to generate a url, the plus character is not encoded and the received
character is decoded as a space character.