as3corelib icon indicating copy to clipboard operation
as3corelib copied to clipboard

URI.as bug fixes

Open bpanulla opened this issue 14 years ago • 0 comments

Added support for additional URI schemes per RFC 3986[1]. Specifically this patch adds support for three special characters (".", "+", and "-") in the URI scheme that were previously being rejected as invalid.

I also included some special handling for AIR-specific URI schemes (app:/ and app-storage:/), since they're actually hierarchical despite the single slash.

I closed the previous pull request and replaced it with this one, since the branch now has a couple of different fixes for the URI class.

[1] http://tools.ietf.org/html/rfc3986

bpanulla avatar Apr 04 '11 20:04 bpanulla