[
https://issues.apache.org/jira/browse/SHINDIG-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607144#action_12607144
]
David Primmer commented on SHINDIG-401:
---------------------------------------
I know this isn't exactly a stand alone library, but I've heard from others
that Abdera has pretty good Internationalized IRI handling stuff.
http://incubator.apache.org/abdera/docs/api/index.html?org/apache/abdera/i18n/iri/package-summary.html
http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/dependencies/i18n/src/main/java/org/apache/abdera/i18n/iri/IRI.java
It's handles bidi uri's as well
http://www.snellspace.com/wp/?p=465
There's also Url template helpers as well:
http://www.ibm.com/developerworks/web/library/wa-uri/#java
http://incubator.apache.org/abdera/docs/api/index.html?org/apache/abdera/i18n/templates/package-summary.html
> Improve URI handling throughout the code base.
> ----------------------------------------------
>
> Key: SHINDIG-401
> URL: https://issues.apache.org/jira/browse/SHINDIG-401
> Project: Shindig
> Issue Type: Improvement
> Components: Common Components (Java)
> Reporter: Kevin Brown
>
> The way we handle URIs currently is somewhat unweidly. For the most part, we
> pass java.net.URIs around, which are unfortunately very limited. We should
> replace these with a Uri / Url class that has accessors for query parameters
> and allow for saner construction.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.