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/03 10:30:50 UTC

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

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574395#action_12574395 ] 

Stojce Dimski commented on HTTPCLIENT-746:
------------------------------------------

In this context (request parameters) I would strongly advise against the use of 'NameValuePair' for the same above-mentioned reasons... But, if you have fall in love ;-) for 'NameValuePair' it could be done, with maybe @Deprecated annotation ? 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