ZF2-374: Add support for IRI validation (RFC3987)
Description
http://tools.ietf.org/html/rfc3987
Extend Zend\Uri\Uri with a Iri class that can validate according to the RFC3987 spec.
Requesting this since HTML5 Url element uses RFC3986 and RFC3987 for the browser validation, and it would be nice to have same validations on the server.
Comments
Posted by Maks 3w (maks3w) on 2012-06-24T07:30:40.000+0000
The URI's RFC is RFC3986
Posted by Chris Martin (cgmartin) on 2012-07-04T20:54:03.000+0000
I had opened the bug report from testing it with HTML5 type="url" input which uses RFC3986 and RFC3987.
http://whatwg.org/specs/web-apps/…
Maybe instead of a bug, this should be a feature request to enhance Uri with RFC3987 support?
Posted by Ralph Schindler (ralph) on 2012-10-08T20:15:11.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2494