[swift-evolution] [Bug] Foundation.URL should support semicolon(; ) appearing in URL path

Dave Abrahams dabrahams at apple.com
Tue Oct 25 19:48:43 CDT 2016


on Tue Oct 25 2016, "Cao, Jiannan via swift-evolution" <swift-evolution at swift.org> wrote:

> 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.

Hi Jiannan,

At least for now, discussion of the design of core libraries belongs on
swift-corelibs-dev, rather than swift-evolution.  That's where you'll
reach the people that can usefully respond.

HTH,

-- 
-Dave



More information about the swift-evolution mailing list