Weird situation

2015-06-22 Thread Nabusg Tomcat
Apache HTTPD version 2.4.10 Tomcat version apache-tomcat-7.0.61 Ubuntu 12.04.5 16G RAM Dual Core processor 64-bit Lately I am noticing that the request parameters are present when the request hits Apache, but are dropped when request reaches tomcat. for e.g

Re: Weird situation

2015-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Manish, On 6/22/15 12:40 PM, Nabusg Tomcat wrote: Apache HTTPD version 2.4.10 Tomcat version apache-tomcat-7.0.61 Ubuntu 12.04.5 16G RAM Dual Core processor 64-bit Lately I am noticing that the request parameters are present when the

Re: Weird situation

2015-06-22 Thread Nabusg Tomcat
mod_jk version 1.2.40 yes there is a jkmount directive to send every requests that start with /secure/ to tomcat. JkMount /secure/* ajp_myhost JkMount /secure ajp_myhost Somehow the association of a myprog.cgi on the Apache side, and a request.getParameter() on the Tomcat side sounds

Re: Weird situation

2015-06-22 Thread Nabusg Tomcat
It is a servlet. Manish On Mon, Jun 22, 2015 at 12:01 PM, André Warnier a...@ice-sa.com wrote: Nabusg Tomcat wrote: mod_jk version 1.2.40 yes there is a jkmount directive to send every requests that start with /secure/ to tomcat. JkMount /secure/* ajp_myhost JkMount /secure

Re: Weird situation

2015-06-22 Thread André Warnier
Nabusg Tomcat wrote: Apache HTTPD version 2.4.10 Tomcat version apache-tomcat-7.0.61 Ubuntu 12.04.5 16G RAM Dual Core processor 64-bit Lately I am noticing that the request parameters are present when the request hits Apache, but are dropped when request reaches tomcat. for e.g

Re: Weird situation

2015-06-22 Thread André Warnier
Nabusg Tomcat wrote: mod_jk version 1.2.40 yes there is a jkmount directive to send every requests that start with /secure/ to tomcat. JkMount /secure/* ajp_myhost JkMount /secure ajp_myhost Somehow the association of a myprog.cgi on the Apache side, and a request.getParameter() on the