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#i...@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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to