On Tue, 2006-09-12 at 11:54 +0200, Thomas Tasior wrote:
>   Hi at all,
>   the authentication failed again. 
>   Please see the code snippet:
>   
>   
>   HttpClient client = new HttpClient();
>   client.getParams().setParameter(CredentialsProvider.PROVIDER, new 
> ConsoleAuthPrompter());
>   
> client.getParams().setParameter("http.protocol.credential-charset","ISO-8859-1");
> 

Thomas,

Try UTF-8 instead of ISO-8859-1 and see if that makes any difference

Oleg


>   GetMethod httpget = new GetMethod("http://w2003ex/exchange";);
>  
> 
> 
>   Mit freundlichen Grüßen,
>    
>   Thomas Tasior
>   Entwicklung
>    
>   ADITO Software GmbH
>   Gutenbergstrasse 1
>   84144 Geisenhausen
>   Fon: 08743 / 9664 0
>   Fax:  08743 / 9664 199
>   www.adito.de <http://www.adito.de/>
>    
>  
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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