HttpClient OSGI manifest import-package missing

2015-02-24 Thread srihari na
import-package. So folks using OSGI and PoolingHttpClientConnectionManager cannot work. Should I raise a jira ? -- Regards, Srihari NA

OSGI Bundle Dependencies

2015-02-12 Thread srihari na
uld try tweaking the manifest. -- Regards, Srihari NA

Custom SSL Scheme Registry using HTTPClientContext

2015-01-22 Thread srihari na
ynamically without needing to build registry or client and during the execute call select the uniquely identified scheme(by name) for the request. We are eager to know your suggestions on this scenario. -- Regards, Srihari NA

Re: Custom SchemeRegistry via local context not working

2014-12-17 Thread srihari na
: > > On Wed, 2014-12-17 at 11:55 +0530, srihari na wrote: > > Thank You for the quick response. Can we get a confirmation that this > issue > > is resolved in later versions or a probable solution can be designed for > > the described scenario? The reason we ask is our product

Re: Custom SchemeRegistry via local context not working

2014-12-16 Thread srihari na
ending support for those streams? Also we will be interested to know if any support will be provided on 4.2 stream on buying support for annual fee. Thank you hoping for a quick response. On Mon, Dec 15, 2014 at 7:48 PM, Oleg Kalnichevski wrote: > > On Mon, 2014-12-15 at 17:46 +0530, srih

Custom SchemeRegistry via local context not working

2014-12-15 Thread srihari na
, Srihari NA

Re: HttpClient with CircularRedirectException

2014-10-28 Thread srihari na
King St > Littleton, MA 01460-1250 > United States > > > > > From: srihari na > To: HttpClient User Discussion > Date: 10/28/2014 05:47 AM > Subject:Re: HttpClient with CircularRedirectException > > > > I am still not convinced that it is

Re: HttpClient with CircularRedirectException

2014-10-28 Thread srihari na
at 6:58 PM, Todd W Lainhart wrote: > srihari na wrote on 10/15/2014 04:38:23 AM: > > > My concern is why the Http Client library is hitting Circular redirect > or > > maximum redirect issue where as normal rest client or simple java > program > > does not have an

Re: HttpClient with CircularRedirectException

2014-10-15 Thread srihari na
ieve that you can also set > MAX_REDIRECTS. > > I have been successful in disabling circular redirect checking. -- Regards, Srihari NA

Re: HttpClient with CircularRedirectException

2014-10-14 Thread srihari na
Todd Lainhart > Rational software > IBM Corporation > 550 King Street, Littleton, MA 01460-1250 > 1-978-899-4705 > 2-276-4705 (T/L) > lainh...@us.ibm.com > > > > > From: srihari na > To: HttpClient User Discussion > Date: 10/14/2014 10:04 AM > Subject:

HttpClient with CircularRedirectException

2014-10-14 Thread srihari na
rtificate[] arg0, String arg1) throws CertificateException {} @Override public X509Certificate[] getAcceptedIssuers() { return null; } } } -- Regards, Srihari NA

HTTP Client timeout

2014-04-11 Thread srihari na
timeout such intermediate requests. If not any reason why could these go into infinitely hung state. -- Regards, Srihari NA

HTTP Authentication - set Credentials/State at execute method

2013-12-11 Thread srihari na
object as param) with 4.2.5 client API instead of directly setting the state of the http client. 2. Is there a way we can set authentication credentials at method or context level so that we can pass it for every request? -- Regards, Srihari NA

Re: HTTPS connections using different certifcate with single client instance

2013-12-11 Thread srihari na
Thanks for answering our query. However we will not be able to migrate to 4.3 since we recently migrated to 4.2.5 from 3.1 . Since your response did not completely answer our questions let me rephrase my queryUsing http client 3.1 We set the certificate name to the HTTP request itself, however the

HTTPS connections using different certifcate with single client instance

2013-11-19 Thread srihari na
r is there any better approach to handle. -- Regards, Srihari NA

Target server digest authentication fails with Proxy Basic auth

2013-05-21 Thread srihari na
}catch (Exception e) { } finally { httpclient.getConnectionManager().shutdown(); } } -- Regards, Srihari NA