[JBoss JIRA] Closed: (NETTY-88) Change the HTTP codec to use String instead of URI
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Mon Dec 1 00:28:36 EST 2008
[ https://jira.jboss.org/jira/browse/NETTY-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Trustin Lee closed NETTY-88.
----------------------------
Resolution: Done
Done
> Change the HTTP codec to use String instead of URI
> --------------------------------------------------
>
> Key: NETTY-88
> URL: https://jira.jboss.org/jira/browse/NETTY-88
> Project: Netty
> Issue Type: Bug
> Components: Handler
> Affects Versions: 3.1.0.ALPHA1
> Reporter: Trustin Lee
> Assignee: Trustin Lee
> Fix For: 3.1.0.ALPHA2
>
>
> Some real world URLs are not parseable by java.net.URI unfortunately. Also, creating an URI costs much more than just using String due to construction time - it's parsed in the construction phase.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the netty-dev
mailing list