HttpMethodBase.checkValidRedirect() checks various cases where it says
that HttpClient does not support redirection like port change or host
change.

I have 2 questions about this behavior:

1. Is this the final expected behavior?

2. If so, it may be interesting to replace general exception
HttpException by a more specific one that could be caught by
application to open a new connection.

Thanks for any answer,

Gael



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

Reply via email to