tomcat http error code 502

2020-10-21 Thread Jason Wee
Hi, using tomcat 8.5.42 and have the following questions * will tomcat log http error 502 in accesslog? * under what situation will tomcat return 502? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: jstl jar location

2020-10-21 Thread Konstantin Kolinko
вт, 20 окт. 2020 г. в 22:31, George Stanchev : > > > I am hoping someone can shed some lights on a question. I did try to search > online and SO but haven't had luck in figure it out so hopefully it is a > quick answer from the people that know that stuff. We have an uber-lib folder > where we

Re: jstl jar location

2020-10-21 Thread Mark Thomas
On 20/10/2020 20:30, George Stanchev wrote: > > I am hoping someone can shed some lights on a question. I did try to search > online and SO but haven't had luck in figure it out so hopefully it is a > quick answer from the people that know that stuff. We have an uber-lib folder > where we keep

Re: Virtual event focussed on Tomcat Security

2020-10-21 Thread Mark Thomas
On 16/10/2020 14:21, Robert Hicks wrote: > On Thu, Oct 15, 2020 at 2:01 PM Mark Thomas wrote: > >> On 29/09/2020 12:25, Mark Thomas wrote: >>> Hi all, >>> >>> We (the Tomcat community) have some funding from Google to help us >>> improve Tomcat security. Our original plan was to use the

Re: No thread name in AccessLogValve printed

2020-10-21 Thread Mark Thomas
On 20/10/2020 11:39, Michael Osipov wrote: > Am 2020-10-20 um 11:44 schrieb Mark Thomas: >> On 20/10/2020 10:10, Michael Osipov wrote: >>> Folks, >>> >>> I have seen recently entried like this on our access logs: 2020-10-19T20:00:05.591 [null] xyz - "-" 400 - 0 2020-10-19T20:00:05.591

Re: FW: HTTP2: memory filled up fast on increasing the connections to 1000/2000 (Embedded tomcat 9.0.38)

2020-10-21 Thread Christopher Schultz
Arshiya, On 10/21/20 00:34, Arshiya Shariff wrote: > Hi, > > Christopher, Please find the answer in-line: > How... exactly? > private String getRequestBody(HttpServletRequest request) throws IOException > { > StringBuilder sb = new StringBuilder(); >

RE: jstl jar location

2020-10-21 Thread George Stanchev
Thanks for the reference. So according to the spec [1], TLDs are scanned in JARs in WEB-INF/lib only. That explains why the TLDs of jstl-1.2.jar are not picked up when in the common classloader location. However 1 states that the container builds a map of platform TLDs. So I guess JSTL is not