Exception on URL
----------------
Key: HTTPCLIENT-709
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-709
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 3.1 Final
Reporter: Daniel Ling
Priority: Minor
There's an Exception thrown, when trying to process an URL that contains a pipe
(|) character.
Now, that's a bug because there are API's out there which are accessed by URLs
which need to contain that character.
java.lang.IllegalArgumentException: Invalid uri <url stripped for
confidentiality>
at
org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:222)
at
org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:89)
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]