Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-18 Thread Mladen Turk
On 02/18/2013 10:47 PM, Andy Wang wrote: If I execute startserv as the non-privileged user rather than root or do this on Solaris 10, no problems. Any ideas why systhread_start (this is an iPlanet NSAPI function) would fail here as root? Did you tried to check the ulimit. Seems like webserv

RE: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Sachin
Thanks Mark n Nick. As far as I see from w3af documentation, they are looking into options to show the allowedMethods. (As Nick guessed) Mark, Can you suggest me an alternate way to prove that TRACE is not allowed on my webserver, if that's a possibly false positive. Thanks & Regards Sachin -

RE: [FWD: Help Debugging 404 errors]

2013-02-18 Thread siegfried
Jose, Thanks for you help. It is working now that I have a new Tomcat 7 friendly version from the author of the SpringMVC servlet author. I'm not sure what he changed. Siegfried Original Message Subject: Re: [FWD: Help Debugging 404 errors] From: Jose_María_Zaragoza Date: W

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-18 Thread Rainer Jung
On 18.02.2013 22:59, Giuseppe Sacco wrote: > A side note: is it possibile to put tomcat behind a web server and make > the latter encrypt in SSL? This would imply that communication between > the web server and tomcat would be in clear, but how do I create the > connector proxy* information? I may

Re: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread Mark Thomas
On 18/02/2013 21:14, Pid wrote: On 18/02/2013 17:05, Radha Krishnan D wrote: Hi Am sorry, clicked submit by mistake The below is the actual problem We are running into too many open files exception on our production tomcat server for the last 2-3 days. We have max threads as 150 and acce

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-18 Thread Giuseppe Sacco
Hi Martin, Il giorno ven, 15/02/2013 alle 18.29 -0500, Martin Gainty ha scritto: > someone put cipherSuites patch on TC 7 Connector.. > > *IF you are implementing TC7 Connector with cipherSuites attribute support > and have not specified cipherSuites supported by your ppk keys* > then yes its t

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-18 Thread Giuseppe Sacco
Hi Cris, Il giorno ven, 15/02/2013 alle 12.36 -0500, Christopher Schultz ha scritto: [...] > > Allow legacy hello messages: true [snip] http-192.168.1.55-8443-1, > > READ: SSLv3 Handshake, length = 75 *** ClientHello, SSLv3 > > RandomCookie: GMT: 1360933724 bytes = { 203, 86, 168, 88, 75, 77, >

Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-18 Thread Andy Wang
I'm having some problems getting the nsapi_redirect.dll working with iPlanet 7.0.15 on solaris 11. The problem seems specifically related to Solaris 11 and only if I try to install/run the server as root (using webservd as the non-privileged user). When I do so (and after enabling debug jk lo

Re: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread Pid
On 18/02/2013 17:05, Radha Krishnan D wrote: > Hi > > Am sorry, clicked submit by mistake > > The below is the actual problem > > > We are running into too many open files exception on our production tomcat > server for the last 2-3 days. > > We have max threads as 150 and acceptCount as 10

No javax.servlet.error.query_string

2013-02-18 Thread Martin Grigorov
Hi, This is rather a question about Servlet specification. Is there a reason why there is no javax.servlet.error.query_string ? At http://tomcat.apache.org/tomcat-7.0-doc/servletapi/constant-values.html we see there is *.query_string for forward and include, but not for error. Is it because of so

[ANN] Apache Tomcat 7.0.37 released

2013-02-18 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.37. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains a small number of bug fixes and improvements compared to version 7.0.35. The not

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Nick Williams
On Feb 18, 2013, at 1:11 PM, Mark Thomas wrote: > On 18/02/2013 19:03, Nick Williams wrote: >> On Feb 18, 2013, at 12:55 PM, Mark Thomas wrote: >> >>> On 18/02/2013 18:19, Sachin wrote: I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our security certifying vend

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Mark Thomas
On 18/02/2013 19:03, Nick Williams wrote: On Feb 18, 2013, at 12:55 PM, Mark Thomas wrote: On 18/02/2013 18:19, Sachin wrote: I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our security certifying vendor tests application against. And it logs - The URL "http://localh

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Nick Williams
On Feb 18, 2013, at 12:55 PM, Mark Thomas wrote: > On 18/02/2013 18:19, Sachin wrote: >> I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our >> security certifying vendor tests application against. >> >> And it logs - The URL "http://localhost:8080/app/"; has the followin

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Mark Thomas
On 18/02/2013 18:19, Sachin wrote: I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our security certifying vendor tests application against. And it logs - The URL "http://localhost:8080/app/"; has the following allowed methods: GET, HEAD, OPTIONS, POST, TRACE. This infor

RE: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Sachin
I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our security certifying vendor tests application against. And it logs - The URL "http://localhost:8080/app/"; has the following allowed methods: GET, HEAD, OPTIONS, POST, TRACE. This information was found in the request with

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Mark Thomas
On 18/02/2013 15:00, Sachin wrote: Hi, I want to disable http TRACE method in my application which is running on tomcat 7.0.22 web-server. Though apache tomcat configuration for http says that it is set to false by default, it allows TRACE. I tried setting it to false specifically, but still it

Re: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread André Warnier
André Warnier wrote: Radha Krishnan D wrote: Hi Am sorry, clicked submit by mistake The below is the actual problem We are running into too many open files exception on our production tomcat server for the last 2-3 days. We have max threads as 150 and acceptCount as 100 and at one point

Re: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread André Warnier
Radha Krishnan D wrote: Hi Am sorry, clicked submit by mistake The below is the actual problem We are running into too many open files exception on our production tomcat server for the last 2-3 days. We have max threads as 150 and acceptCount as 100 and at one point of time all the 250 t

RE: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread Radha Krishnan D
Hi Am sorry, clicked submit by mistake The below is the actual problem We are running into too many open files exception on our production tomcat server for the last 2-3 days. We have max threads as 150 and acceptCount as 100 and at one point of time all the 250 threads are busy processing

Re: HTTP rejections and too many open files exception on tomcat

2013-02-18 Thread André Warnier
Radha Krishnan D wrote: Hi, We are running into too many open issues exception on our production systems for the last With a lot of guesswork .. Google for "ulimit" ? Get a bigger server ? - To unsubscribe, e-mail: user

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Mike Wilson
[multiple inline responses] Rainer Jung wrote: > I doubt that such URLs are invalid - not based on any code inspection, > but simply on the fact that mod_jk decoded percent encoding before > forwarding for a long time (5.5 years, from Oct. 2001 to May 2007, > version 1.2.0 to 1.2.22). Since versio

tomcat 7.0.22 - allowTrace="false" not working

2013-02-18 Thread Sachin
Hi, I want to disable http TRACE method in my application which is running on tomcat 7.0.22 web-server. Though apache tomcat configuration for http says that it is set to false by default, it allows TRACE. I tried setting it to false specifically, but still it allows. I searched through your mail

Re: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Mark Thomas
On 18/02/2013 11:44, André Warnier wrote: > Mark Thomas wrote: >> On 18/02/2013 09:54, Rainer Jung wrote: >>> On 17.02.2013 23:57, André Warnier wrote: >> Otherwise, my feeling is that it will cost you quite a number of beers to stop Mark from fixing what could potentially be a security i

Re: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread André Warnier
Mark Thomas wrote: On 18/02/2013 09:54, Rainer Jung wrote: On 17.02.2013 23:57, André Warnier wrote: Otherwise, my feeling is that it will cost you quite a number of beers to stop Mark from fixing what could potentially be a security issue, now that he's sniffed it. :) Not sure whether Mark

Re: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Mark Thomas
On 18/02/2013 09:54, Rainer Jung wrote: > On 17.02.2013 23:57, André Warnier wrote: >> Otherwise, my feeling is that it will cost you quite a number of beers >> to stop Mark from fixing what could potentially be a security issue, now >> that he's sniffed it. > > :) > > Not sure whether Mark's sn

Re: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Rainer Jung
On 17.02.2013 23:57, André Warnier wrote: > Mike Wilson wrote: >> Mark Thomas wrote: >>> On 17/02/2013 16:54, André Warnier wrote: Mike Wilson wrote: >>> >>> > Example 2: path /ä in "binary" Unicode > GET /.. [0xC3,0xA4] > request.getRequestURI() -> "/.." [0xC3,0xA4] > r

Re: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Rainer Jung
On 17.02.2013 23:00, Mike Wilson wrote: > Mark Thomas wrote: >> On 17/02/2013 16:54, André Warnier wrote: >>> Mike Wilson wrote: >> >> >> Example 2: path /ä in "binary" Unicode GET /.. [0xC3,0xA4] request.getRequestURI() -> "/.." [0xC3,0xA4] request.getPathInfo() -> "/ä