w3c / webappsec

Web Application Security Working Group repo
https://www.w3.org/groups/wg/webappsec/
Other
608 stars 148 forks source link

Add test cases for jar: scheme #479

Open hillbrad opened 9 years ago

hillbrad commented 9 years ago

https://jsfiddle.net/6yujhzyp/1/

annevk commented 9 years ago

Note that per Fetch this is basically non-standard and should in fact result in a network error.

hillbrad commented 9 years ago

Yes, should indicate via metadata that this is non-conformance affecting.

On Fri, Sep 18, 2015 at 11:29 AM Anne van Kesteren notifications@github.com wrote:

Note that per Fetch this is basically non-standard and should in fact result in a network error.

— Reply to this email directly or view it on GitHub https://github.com/w3c/webappsec/issues/479#issuecomment-141483288.

mikewest commented 9 years ago

I'm fairly certain that Chrome doesn't support the jar: scheme. I think it's fine to add the tests, but I don't really know what Chrome will do with it, and I hope we can just canonicalize whatever it does right now as "correct". :)