Hi, The query part of the redirected URL
(http://www.frontpagemagazine.com/Articles/Read.aspx?GUID={1643A1FE-10FB
-467C-B335-05AF12113C7A}
<http://www.frontpagemagazine.com/Articles/Read.aspx?GUID=%7b1643A1FE-10
FB-467C-B335-05AF12113C7A%7d> )  is causing a URIException.

The problem seems to be the { and } characters.

 

In org.apache.commons.httpclient.URI.java, 

 

     if (escaped) {

                _query = tmp.substring(at + 1, next).toCharArray();

                if (!validate(_query, uric)) {

                    throw new URIException("Invalid query");

                }

            }

 

Is there any way we can configure HttpClient to allow additional
characters or a code change is the only way out?

 

Thanks In Advance,

Ranadheer.

Reply via email to