Saul Simhon <[EMAIL PROTECTED]> writes: > > Hi, > I am getting the following error when using the clickLink ant task on a web > page: > > Unexpected exception caught: java.lang.IllegalArgumentException: Invalid uri '/p:Kenmore Progressive 35922 Upright:2002230711;_ylc=X3oDMTEwNWdsM3JpBF9TAzc4N > DcwMDMwOQRzZWMDY3JzaXRlBHNsawNsaW5r': escaped absolute path not valid > > The actual URL in the html page is: /p:Kenmore%20Progressive%2035922%20Uprigh > t:2002230711;_ylc=X3oDMTEwNWdsM3JpBF9TAzc4NDcwMDMwOQRzZWMDY3JzaXRlBHNsawNsaW5 > r?cb=1 > > For some reason, the href is being decoded and it looks like it is not re-encoded when creating the URL object? Is there a way around this problem?
Hi Saul, can you provide the stack trace of the exception as well as the html code snippet involved in the error? What is the encoding of the page? Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

