Re: Expected behavior of calling javax.servlet.ServletRequest#getInputStream after javax.servlet.http.HttpServletRequest#getPart

2019-12-12 Thread Behrang Saeedzadeh
Unless an email, including its signature, is in violation of the mailing list policies, no one is in a position to ask participants to format their emails in a given way or not to include their email signatures. I suggest reading https://www.apache.org/foundation/policies/conduct.html and

Re: ServletRequest Obj Randomly not Processing x-www-form-urlencoded parms

2019-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/12/19 04:38, Mark Thomas wrote: > On 11/12/2019 19:17, Christopher Schultz wrote: >> On 12/11/19 13:01, Mark Thomas wrote: > > > >>> Setting RECYCLE_FACADES=true does exactly that. Continued used >>> by the app triggers an NPE since

Re: HTTP/2 configuration

2019-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arief, On 12/12/19 00:25, Arief Hasani wrote: > IMHO, being able to override form HTTP1.1 conf is all good as user > could easily assume that if not specified in the upgrade than use > http1.1 configs I'm not sure you understand the question.

Re: Expected behavior of calling javax.servlet.ServletRequest#getInputStream after javax.servlet.http.HttpServletRequest#getPart

2019-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Behrang, On 12/12/19 03:56, Behrang Saeedzadeh wrote: > Chris, > > 1) Does it make sense to call ServletRequest#getInputStream after > ServletRequest#getReader? No, and consequently it will throw > IllegalStateException. 2) Does it make sense to

Re: remote jmx monitoring through ssh tunnel

2019-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 12/11/19 15:52, Chris Cheshire wrote: > On Wed, Dec 11, 2019 at 12:24 PM Christopher Schultz > wrote: >> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> >> >> On 12/10/19 12:59, Chris Cheshire wrote: >>> On Tue, Dec 10,

Re: Not able to generate thread dump in windows

2019-12-12 Thread thulasiram k
Hi, I tried with jstack.exe but it's not generated the dump. Then I tried with PSTools and it is generated now. Thanks Thulasiram On Thu, Dec 12, 2019 at 3:16 PM Konstantin Kolinko wrote: > чт, 12 дек. 2019 г. в 12:43, thulasiram k : > > > > Hi, > > > > I tried to generate thread dump for

Re: Not able to generate thread dump in windows

2019-12-12 Thread Konstantin Kolinko
чт, 12 дек. 2019 г. в 12:43, thulasiram k : > > Hi, > > I tried to generate thread dump for tomcat 7.0.94 in windows 2016. it > writes in logs "[10340] Console CTRL+BREAK event signaled" but no dump has > generated. Can you please guide on this how to generate the thread dump / > heap dump here.

Not able to generate thread dump in windows

2019-12-12 Thread thulasiram k
Hi, I tried to generate thread dump for tomcat 7.0.94 in windows 2016. it writes in logs "[10340] Console CTRL+BREAK event signaled" but no dump has generated. Can you please guide on this how to generate the thread dump / heap dump here. The reason I'm trying to generate the dump is our tomcat

Re: ServletRequest Obj Randomly not Processing x-www-form-urlencoded parms

2019-12-12 Thread Mark Thomas
On 11/12/2019 19:17, Christopher Schultz wrote: > On 12/11/19 13:01, Mark Thomas wrote: >> Setting RECYCLE_FACADES=true does exactly that. Continued used by >> the app triggers an NPE since the underlying request/response is no >> longer there. Hence my question. > > RequestFacade currently

Re: HTTP/2 configuration

2019-12-12 Thread Luis Rodríguez Fernández
Hi Mark, I 've been using tomcat for many years and the cases were I had to modify the http connector defaults were very rare. I would go for the simplest solution. Hope it helps and thank you so mch to you and the rest of the committers! Luis El jue., 12 dic. 2019 a las 6:25,

Re: Expected behavior of calling javax.servlet.ServletRequest#getInputStream after javax.servlet.http.HttpServletRequest#getPart

2019-12-12 Thread Behrang Saeedzadeh
Chris, 1) Does it make sense to call ServletRequest#getInputStream after ServletRequest#getReader? No, and consequently it will throw IllegalStateException. 2) Does it make sense to call ServletRequest#getInputStream after ServletRequest#getPart/s? No, but it returns an empty stream instead of