On Feb 17, 2008 11:13 AM, Roland Weber <[EMAIL PROTECTED]> wrote: > Our mailing list server is filtering attachments from emails. > Could you please open a JIRA ticket and attach the code there? > Thanks a lot for taking the time and sharing your solution. > http://issues.apache.org/jira/
Ahh. I wondered about that. Here's the JIRA issue: https://issues.apache.org/jira/browse/HTTPCLIENT-751 > I made sure that HttpCore and HttpConn do not swallow 1xx responses. > But we'll have to make changes to our connection management code to > handle routes that change their security level. I will take care of > it before we go beta: > http://issues.apache.org/jira/browse/HTTPCLIENT-750 The idea is also the same as the one used to create SSL tunnels through a proxy. So an abstraction for the Upgrade header could also be used to componentize that code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
