bug-gnustep
[Top][All Lists]
Advanced

[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: Tue, 04 May 2010 00:01:56 +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

URL:
  <http://savannah.gnu.org/bugs/?29764>

                 Summary: NSURLProtocol  unescapes URL requests before
sending
                 Project: GNUstep
            Submitted by: fedor
            Submitted on: Mon 03 May 2010 06:01:55 PM MDT
                Category: Base/Foundation
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Before sending out a request, NSURLProtocol takes a valid URL and UNescapes
the string (using -[NSURL fullPath], near NSURLProtocol.m:1278), so that
something like

myurl.com/path/other%23info%40here

gets sent as

myurl.com/path/other#info@here

-fullPath is used in several places, so I'm not sure if that method is wrong
or just the use in this case. 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29764>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]