My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 254: "%23" (encoded #) for some reason is converted to "." in the request
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Oct 30


Sign in to add a comment
 
Reported by d...@deanlandolt.com, Oct 29, 2009
GET /SomeClass/1.someMethod("a%23b")

...should result in arg1 to someMethod being "a#b", right? But what's
coming in instead is "a.b"
Comment 1 by kriszyp, Oct 30, 2009
(No comment was entered for this change.)
Status: Fixed
Comment 2 by d...@deanlandolt.com, Nov 04, 2009
Stupid google won'tl et me reopen. But in any event...

The problem isn't actually fixed -- "%23" now comes in as "param0", a second %23 is
param1, etc. Theoretically I could replace(/param\d/g, "#") but this would be a
pretty bad hack.
Sign in to add a comment

Hosted by Google Code