RE: Tomcat 8 Application dispatcherServlet Stats

2016-01-14 Thread Theo Sweeny
Hello Kyohei, -Original Message- From: Kyohei Nakamura [mailto:nakamura.kyohei@gmail.com] Sent: 14 January 2016 06:45 To: Tomcat Users List Subject: Re: Tomcat 8 Application dispatcherServlet Stats Hello The "Processing time" metric represents the execution

Poodle attack and RC4 cipher complain, even after disabling SSLv3 in tomcat and Apache.

2016-01-14 Thread Weare Borg
Hello friends, I recently scanned our domain Qualys SSL lab and found out that we have 2 problems as listed below : 1) This server is vulnerable to the POODLE attack. If possible, disable SSL 3 to mitigate. Grade capped to C 2) This server accepts RC4 cipher, but only with older protocol

RE: Tomcat 8 Application dispatcherServlet Stats

2016-01-14 Thread Theo Sweeny
Hello Kyohei, -Original Message- From: Kyohei Nakamura [mailto:nakamura.kyohei@gmail.com] Sent: 14 January 2016 09:59 To: Tomcat Users List Subject: Re: Tomcat 8 Application dispatcherServlet Stats What does "response time" mean? The "Processing time"

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-14 Thread Rahul Singh
Hello Christopher , Thanks for your input, >ServletRequest.getContentLength is declared to return an int value (32-bit): >* Integer.MAX_VALUE = 2^31 - 1 = 2147483647 >* 2GiB = 2 * 1024 * 1024 * 1024 = 2147483648 >* 2147483648 > 2147483647 >Therefore, request.getContentLength cannot be used

Re: Tomcat 8 Application dispatcherServlet Stats

2016-01-14 Thread Kyohei Nakamura
What does "response time" mean? The "Processing time" include a time that is from the end of service method of servlet instance until the end of StandardWrapperValve#invoke(). 2016-01-14 17:27 GMT+09:00 Theo Sweeny : > Hello Kyohei, > > -Original Message- > From:

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-14 Thread tomcat
Hi. I have not followed this thread in details, but did you check this : http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Common_Attributes --> maxPostSize The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The limit can be

Re: Poodle attack and RC4 cipher complain, even after disabling SSLv3 in tomcat and Apache.

2016-01-14 Thread Konstantin Kolinko
2016-01-14 13:27 GMT+03:00 Weare Borg : > Hello friends, > > I recently scanned our domain Qualys SSL lab and found out that we have 2 > problems as listed below : > > 1) This server is vulnerable to the POODLE attack. If possible, disable SSL > 3 to mitigate. Grade capped

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-14 Thread Rahul Singh
Dear Christopher, Thanks for your guidelines, we have big hope from Apache Tomcat Team to solve this problem as this is show stopper for our application, we have also raise this question on various forum like stack overflow and other,but no relevant reply till now. Hope you understand my

Re: Tomcat 8 Application dispatcherServlet Stats

2016-01-14 Thread Christopher Schultz
Theo, On 1/14/16 5:53 AM, Theo Sweeny wrote: > Hello Kyohei, > > -Original Message- > From: Kyohei Nakamura [mailto:nakamura.kyohei@gmail.com] > Sent: 14 January 2016 09:59 > To: Tomcat Users List > Subject: Re: Tomcat 8 Application dispatcherServlet Stats >

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-14 Thread Christopher Schultz
André, On 1/14/16 5:02 AM, André Warnier (tomcat) wrote: > I have not followed this thread in details, but did you check this : > > http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Common_Attributes > --> maxPostSize +1 > The maximum size in bytes of the POST which will be handled