Re: Deprecated API's removal

2024-08-04 Thread Nitish Chitta
My bad, Thanks for the response though. I can see the same issue with 5.2 as well. Regards, Nitish On Sun, Aug 4, 2024 at 11:02 PM Chuck Caldarale wrote: > > > On Aug 4, 2024, at 12:10, Nitish Chitta > wrote: > > > > After removing the deprecated API calls fr

Re: Deprecated API's removal

2024-08-04 Thread Nitish Chitta
Hello, After removing the deprecated API calls from httpcore-nio-4.4.9, I observed that the *handle(**Object paramT, HttpAsyncExchange paramHttpAsyncExchange, HttpContext paramHttpContext)* method of *HttpAsyncRequestHandler *is not returning the same HttpContext object as the earlier *NHttpRequest

Re: Issues after updating implementation

2024-08-04 Thread Nitish Chitta
*NHttpRequestHandler* would return*.* Please suggest if I am missing something. Regards, Nitish On Sun, Aug 4, 2024 at 10:34 PM Nitish Chitta wrote: > Hello, > After removing the deprecated API calls from httpcore-nio-4.4.9, I > observed that the *handle(**Object paramT, HttpAsyn

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
ectory first. > > Mark > > > On 14/06/2023 14:51, Nitish Chitta wrote: > > Please let me know in case a more detailed stack trace is required. > > > > Nitish > > > > On Wed, Jun 14, 2023 at 6:10 PM Nitish Chitta wrote: > > > >> Missed Tomc

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Please let me know in case a more detailed stack trace is required. Nitish On Wed, Jun 14, 2023 at 6:10 PM Nitish Chitta wrote: > Missed Tomcat 7 version : 7.0.94 > > Nitish > > On Wed, Jun 14, 2023 at 5:10 PM Nitish Chitta wrote: > >> Tomcat version : 9.0.44 >>

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Missed Tomcat 7 version : 7.0.94 Nitish On Wed, Jun 14, 2023 at 5:10 PM Nitish Chitta wrote: > Tomcat version : 9.0.44 > Stack Trace : > > Caused by: java.lang.Error: factory already defined > at java.net.URL.setURLStreamHandlerFactory(URL.java:115

Re: Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
023 12:16, Nitish Chitta wrote: > > Hello, > > I am trying to connect to a Weblogic server and have an embedded Tomcat 9 > > instance running in my application as well. > > > > I suppose the factory is being set twice and hence I am getting this > error. > > &

Factory already defined error with Tomcat 9

2023-06-14 Thread Nitish Chitta
Hello, I am trying to connect to a Weblogic server and have an embedded Tomcat 9 instance running in my application as well. I suppose the factory is being set twice and hence I am getting this error. I wanted to know why this issue was not occuring with Tomcat 7? Regards, Nitish

Re: Regarding IPv6 support

2022-08-03 Thread Nitish Chitta
Thanks for all the responses. Regards, Nitish On Wed, Aug 3, 2022 at 2:58 PM Konstantin Kolinko wrote: > ср, 3 авг. 2022 г. в 10:19, Nitish Chitta : > > > > Hello Team, > > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > > URL as I am get

Re: Regarding IPv6 support

2022-08-03 Thread Nitish Chitta
.0-doc/config/http.html > > On Wed, Aug 3, 2022 at 3:19 PM Nitish Chitta > wrote: > > > > Hello Team, > > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > > URL as I am getting an HTTP 404 error when trying to hit the server with > an

Regarding IPv6 support

2022-08-03 Thread Nitish Chitta
Hello Team, I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the URL as I am getting an HTTP 404 error when trying to hit the server with an IPv6 address. Thanks & Regards, Nitish