Bugs item #3545816, was opened at 2012-07-19 03:51
Message generated for change (Tracker Item Submitted) made by hiddenspirit
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3545816&group_id=110216

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Spirit (hiddenspirit)
Assigned to: Nobody/Anonymous (nobody)
Summary: Server shouldn’t replace encoded plus signs

Initial Comment:
Encoded plus sign ("%2B") shouldn’t be replaced by a space.
For instance, "C++ or C" is encoded to "C%2B%2B+or+C" and shouldn’t be decoded 
to "C   or C".
URLDecoder.decode() already takes care of converting the plus sign.
Please see attached patch.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3545816&group_id=110216

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to