Hi Eugene,

It's difficult to say without more information.  I could only think of
a few cases where this might happen and they all seemed to work for
me:

 new URI("http://www.rekenkamer.nl/9282000/d/verzoek16_antwoord_rekenkamer.pdf";,
true);
 new URI("http://www.rekenkamer.nl/9282000/d/verzoek16_antwoord_rekenkamer.pdf";,
false);
 new 
GetMethod("http://www.rekenkamer.nl/9282000/d/verzoek16_antwoord_rekenkamer.pdf";);

What version of HttpClient are you using.  When does this error occur?

Mike

On 7/23/05, Eugene N Dzhurinsky <[EMAIL PROTECTED]> wrote:
> Can somebody please explain what can this error mean and how to avoid this?
> 
> Invalid uri 
> 'http://www.rekenkamer.nl/9282000/d/verzoek16_antwoord_rekenkamer.pdf': 
> escaped absolute path not valid
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to