Re: [HttpParams] unsetting a parameter in the hierarchy

2007-12-22 Thread Roland Weber
Roland Weber wrote: how are we going to unset a parameter that is defined somewhere higher up in the hierarchy? The example at hand is the default proxy. An application defines a default proxy in the client parameters, but wants a specific request to be sent without the proxy. Setting the

Re: Where to put DOAP files?

2007-12-22 Thread Oleg Kalnichevski
On Sat, 2007-12-22 at 08:23 +0100, Roland Weber wrote: Hi folks, I'd like to create separate DOAP files for HttpCore and HttpClient 4.0. Also, then one we've got for HttpClient 3.x doesn't follow the current guidelines for projects.apache.org and should be replaced. Oleg, where would

Re: [HttpCore] We already provde limited support for SIP, don't we?

2007-12-22 Thread Roland Weber
Hi Oleg, There's an ongoing discussion on Axis2 lists regarding an SIP transport for Axis2: http://www.nabble.com/-Axis2--SOAP-over-SIP-td14427627.html Interesting. We already provide limited support for SIP in core, don't we? Is it the same thing we worked on a while ago? Theoretically

[jira] Resolved: (HTTPCLIENT-717) NPE in SimpleHttpConnectionManager.shutdown()

2007-12-22 Thread Roland Weber (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roland Weber resolved HTTPCLIENT-717. - Resolution: Fixed I've added null checks to both methods. If anybody wants to