Re: [SECURITY] CVE-2008-5519: Apache Tomcat mod_jk information disclosure vulnerability

2009-04-17 Thread Jakob Ericsson
-- Jakob Ericsson, JAKERI AB Tel. +46 704 533 627 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Apache/mod_jk serves random files from tomcat

2009-04-17 Thread Jakob Ericsson
- User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Jakob Ericsson, JAKERI AB Tel. +46 704 533 627

Re: APR does not understand this error code: proxy: read response failed

2009-03-22 Thread Jakob Ericsson
No hints at to fix this problem? On Thu, Mar 19, 2009 at 1:00 PM, Jakob Ericsson jakob.erics...@gmail.com wrote: Hi, We are experiencing issues with AJP-communication between the httpd and Tomcat 6. This is communication between httpd and tomcat on localhost. Most of the requests work

APR does not understand this error code: proxy: read response failed

2009-03-19 Thread Jakob Ericsson
this error code: proxy: read response failed from 127.0.0.1:40010 (localhost) Regards, Jakob Ericsson - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

session.isNew() not thread safe?

2009-02-26 Thread Jakob Ericsson
before tomcat set isNew to false. A quick workaround is to use request.getSession(false) and null checks. This seems to get us around our specific application problem. Could this be a problem in Tomcat? Regards, Jakob Ericsson

Re: Apache/mod_jk serves random files from tomcat

2008-11-14 Thread Jakob Ericsson
On Thu, Nov 13, 2008 at 8:17 PM, Rainer Jung [EMAIL PROTECTED] wrote: Jakob Ericsson schrieb: Upgrading to latest version of mod_jk solves the problem. As I said before, this on Windows 2003 Server running both httpd (2.0.59) and tomcat (6.0.13) on the same machine. We upgraded all production

Re: Apache/mod_jk serves random files from tomcat

2008-11-13 Thread Jakob Ericsson
did not do any other fixes to the environment when upgrading mod_jk. Hopefully this will help other people experiencing the same problem. /Jakob On Wed, Nov 12, 2008 at 9:29 PM, Jakob Ericsson [EMAIL PROTECTED] wrote: On Wed, Nov 12, 2008 at 12:21 PM, Rainer Jung [EMAIL PROTECTED] wrote: Jakob

Re: Apache/mod_jk serves random files from tomcat

2008-11-12 Thread Jakob Ericsson
-- Jakob Ericsson +46 704 533 627 11 nov 2008 kl. 22.37 skrev Christopher Schultz [EMAIL PROTECTED] : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jakob, Jakob Ericsson wrote: We are also experiencing this problem. Our setup is running Windows 2003 Server with Apache 2.0.59

Re: Apache/mod_jk serves random files from tomcat

2008-11-12 Thread Jakob Ericsson
On Wed, Nov 12, 2008 at 12:21 PM, Rainer Jung [EMAIL PROTECTED] wrote: Jakob Ericsson schrieb: -- Jakob Ericsson +46 704 533 627 11 nov 2008 kl. 22.37 skrev Christopher Schultz [EMAIL PROTECTED]: Jakob, Jakob Ericsson wrote: We are also experiencing this problem. Our setup

Re: Apache/mod_jk serves random files from tomcat

2008-11-11 Thread Jakob Ericsson
, Jakob Ericsson Rainer Jung-3 wrote: Hi Tim, Tim Redding schrieb: Hi, We are experiencing intermittent problems with a particular site that is not returning the correct file that is requested. For instance if we request the index.html file we actually get a css file or even an image