You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Stojce Dimski (JIRA)" <ji...@apache.org> on 2008/03/28 12:58:27 UTC

[jira] Reopened: (HTTPCLIENT-746) substitute for URLUtils.java

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stojce Dimski reopened HTTPCLIENT-746:
--------------------------------------


My choice of words for naming this issue was wrong.
My intention was to refactor URLUtils as 'URLEncodingUtils' and 'URIUtils', where later would contain 'createURI/rewriteURI' and others and former would contain all utility methods for url-form-(de/en)coding.
WDYT ?

> substitute for URLUtils.java
> ----------------------------
>
>                 Key: HTTPCLIENT-746
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-746
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Stojce Dimski
>            Priority: Minor
>             Fix For: 4.0 Alpha 4
>
>         Attachments: urlEncoded.patch, UrlEncodedUtils.zip
>
>
> I would like to contribute a substitute for existing URLUtils.java... UrlEncodedUtils.java offer utility methods for dealing with 'urlencoded' data. Main difference with existing class is that parameters are Map <String, List <String>> instead of NameValue pairs and lack of third party dependencies...  It's partially covered with tests which I will further extend to cover all methods of this utility class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org