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

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.

Can you report this on https://bugs.swift.org so that it's tracked appropriately?

Thanks,

Alex

ยทยทยท

On 25 Oct 2016, at 21:09, Cao, Jiannan via swift-server-dev <swift-server-dev@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.

Sent from my iPhone :iphone: