[Bug 55695] Tomcat is missing parameters from request

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55695 --- Comment #2 from Eugene --- Do you really think that it could be a bug in application? I don't think so. We are using Spring framework, but the bug appears in spring controllers and in tipycal servlets.. Correct me pls, if I'm not righ

svn commit: r1535285 - /tomcat/trunk/conf/web.xml

2013-10-23 Thread markt
Author: markt Date: Thu Oct 24 06:27:31 2013 New Revision: 1535285 URL: http://svn.apache.org/r1535285 Log: gzip should be disabled by default Modified: tomcat/trunk/conf/web.xml Modified: tomcat/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=1535285&r1=1

svn commit: r1535284 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2013-10-23 Thread markt
Author: markt Date: Thu Oct 24 06:23:34 2013 New Revision: 1535284 URL: http://svn.apache.org/r1535284 Log: Update version options in migration guide Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/trunk/docs/migration-8.htm

[jira] [Updated] (MTOMCAT-243) Tomcat7 deploys, but doesn't start apps defined in

2013-10-23 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-243: --- Fix Version/s: 2.2 > Tomcat7 deploys, but doesn't start apps defined in > -

[jira] [Assigned] (MTOMCAT-243) Tomcat7 deploys, but doesn't start apps defined in

2013-10-23 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) reassigned MTOMCAT-243: -- Assignee: Olivier Lamy (*$^¨%`£) > Tomcat7 deploys, but doesn't start

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 Peter Aarestad changed: What|Removed |Added CC||aares...@gmail.com -- You are re

[Bug 55696] mod_jk crash in jk_map_get_int()

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Chri

[Bug 55691] javax.el.ArrayELResolver.setValue not supporting arrays of primitives

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55691 --- Comment #3 from taly --- Did a little more digging apparently this snippet of code was add to javax.el.ArrayELResolver.setValue() if (value != null && !base.getClass().getComponentType().isAssignableFrom( value.

[Bug 55691] javax.el.ArrayELResolver.setValue not supporting arrays of primitives

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55691 --- Comment #2 from taly --- (In reply to Christopher Schultz from comment #1) > Please re-try with a Tomcat 6 version that has been released in the last 4 > years. 6.0.20 was released in summer 2009. Try again with Tomcat 6.0.37, > which h

[Bug 55696] New: mod_jk crash in jk_map_get_int()

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55696 Bug ID: 55696 Summary: mod_jk crash in jk_map_get_int() Product: Tomcat Connectors Version: 1.2.37 Hardware: Macintosh Status: NEW Severity: normal Priori

[Bug 55695] Tomcat is missing parameters from request

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55695 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55695] New: Tomcat is missing parameters from request

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55695 Bug ID: 55695 Summary: Tomcat is missing parameters from request Product: Tomcat 7 Version: 7.0.42 Hardware: All OS: All Status: NEW Severity: criti

[Bug 55691] javax.el.ArrayELResolver.setValue not supporting arrays of primitives

2013-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55691 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

WebappClassLoader and prohibited classes/packages

2013-10-23 Thread Christopher Schultz
All, I went looking into WebappClassLoader's validateJarFile() and filter() methods, and I noticed two things: 1. The error message for locating an illegal class being loaded from a JAR file references servlet spec 2.3 section 9.7.2. The current published version of the spec (3.0) is now section

Re: Generating javadoc in Tomcat 7 with jdk 7 when java.7.home is set

2013-10-23 Thread Konstantin Kolinko
2013/10/22 Violeta Georgieva : > Hi, > > I'm looking at the issue with javadoc reported by Rainer [1] > I know that we've decided to use the quick-fix tool for javadoc instead of > jdk 7 [2]. > But that was before websocket downport that require jdk 7 for building. > > What do you think if we start