[swift-server-dev] [Bug] Foundation.URL should support semicolon(; ) appearing in URL path
Chris Bailey
BAILEYC at uk.ibm.com
Thu Oct 27 04:24:53 CDT 2016
Hi Jacob:
This should really be posted to swift-corelibs-dev, which covers the
Foundation library which covers URL and URLComponents - there's more
people on that list that are likely to pick this up.
Chris
From: Jacob Bandes-Storch via swift-server-dev
<swift-server-dev at swift.org>
To: swift-server-dev at swift.org
Date: 27/10/2016 07:24
Subject: Re: [swift-server-dev] [Bug] Foundation.URL should support
semicolon(; ) appearing in URL path
Sent by: swift-server-dev-bounces at swift.org
Sorry for fake threading, the original message was sent before I
subscribed to this list.
http://host/book;id=1/page;2/
this URL is a valid URL, but URLComponents will ruin it with %3B
http://host/book%3Bid=1/page%3B2/
Since Swift Server is coming out, this bug should be solved.
Just wanted to point out some related bugs that I have filed in the past:
- https://bugs.swift.org/browse/SR-21
- rdar://23241861 "NSFont fontWithDescriptor:size: fails when passed a
URL with a semicolon in it" (marked as dupe of rdar://22424272)
Jacob_______________________________________________
swift-server-dev mailing list
swift-server-dev at swift.org
https://lists.swift.org/mailman/listinfo/swift-server-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-server-dev/attachments/20161027/429c3eaf/attachment.html>
More information about the swift-server-dev
mailing list