[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #29764] NSURLProtocol unescapes URL requests before sending
From: |
Adam Fedor |
Subject: |
[bug #29764] NSURLProtocol unescapes URL requests before sending |
Date: |
Wed, 05 May 2010 15:06:26 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 |
Follow-up Comment #3, bug #29764 (project gnustep):
That at least works with my application, but I can't help but think it should
just pass on the original value of the URL instead of unescaping the URL and
then escaping it again. To be more concrete, I've attached a simple test
program which sends stuff to a local web server (all.cgi = "#/bin/shnsetn").
The sent URL is:
http://localhost/~fedor/all.cgi/Hi%23There%40You@AreCool
Sent from MacOSX, I get:
REQUEST_URI=/~fedor/all.cgi/Hi%23There%40You@AreCool
>From gnustep-base:
REQUEST_URI=/~fedor/all.cgi/Hi%23There@You@AreCool
which leads me to believe that MacOSX does not do anything to the URL before
sending it..
(file #20449)
_______________________________________________________
Additional Item Attachment:
File name: GDataLogin.m Size:1 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29764>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Adam Fedor, 2010/05/03
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Richard Frith-Macdonald, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Richard Frith-Macdonald, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending,
Adam Fedor <=
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Adam Fedor, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Richard Frith-Macdonald, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Richard Frith-Macdonald, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Adam Fedor, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Richard Frith-Macdonald, 2010/05/05
- [bug #29764] NSURLProtocol unescapes URL requests before sending, Adam Fedor, 2010/05/05