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=X3oDMTEwNWdsM3JpBF9TAzc4NDcwMDMwOQRzZWMDY3JzaXRlBHNsawNsaW5r': escaped absolute path not valid

The actual URL in the html page is: /p:Kenmore%20Progressive%2035922%20Upright:2002230711;_ylc=X3oDMTEwNWdsM3JpBF9TAzc4NDcwMDMwOQRzZWMDY3JzaXRlBHNsawNsaW5r?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?


Thanks,
Saul.

Reply via email to