Bug report for Tomcat Connectors [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/07/06]

2014-07-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Tomcat Wiki] Update of "AddOns" by KonstantinKolinko

2014-07-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AddOns" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/AddOns?action=diff&rev1=8&rev2=9 Comment: Add Apache Shiro == Security Filter == [[http:/

[Bug 56692] request.getParameterNames(); returns empty Enumerations in Valve if servlet never call request.getParameterNames()

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56692 --- Comment #10 from Konstantin Kolinko --- (In reply to Daniel Qian from comment #8) > > Does that mean that the request parameters never got the chance to be > parsed, so the Request in valve can not got the parameters ? Once again: A Va

Re: svn commit: r1607906 - in /tomcat/trunk: java/javax/el/ java/org/apache/el/lang/ java/org/apache/el/parser/ test/javax/el/ webapps/docs/

2014-07-06 Thread Konstantin Kolinko
2014-07-04 22:47 GMT+04:00 : > Author: markt > Date: Fri Jul 4 18:47:02 2014 > New Revision: 1607906 > > URL: http://svn.apache.org/r1607906 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56652 > Add support for method parameters that use arrays and varargs to > ELProcessor.defi

Re: svn commit: r1607936 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2014-07-06 Thread Konstantin Kolinko
2014-07-05 0:35 GMT+04:00 : > Author: markt > Date: Fri Jul 4 20:35:37 2014 > New Revision: 1607936 > > URL: http://svn.apache.org/r1607936 > Log: > When the current PathInfo is modified as a result of dispatching a request, > ensure that a call to HttpServletRequest.getPathTranslated() returns

[Bug 56640] request.isAsyncSupported wrongly returns false

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56640 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 56692] request.getParameterNames(); returns empty Enumerations in Valve if servlet never call request.getParameterNames()

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56692 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56698] Sessions will be backed up too often by PersistentManager

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56698 --- Comment #1 from Mark Thomas --- Lets go with the more efficient behaviour. I see no good reason to introduce yet another configuration option just to enable inefficient behaviour to continue. Can you provide the simpler patch? -- You

svn commit: r1608300 - /tomcat/trunk/java/javax/el/ELProcessor.java

2014-07-06 Thread markt
Author: markt Date: Sun Jul 6 21:51:17 2014 New Revision: 1608300 URL: http://svn.apache.org/r1608300 Log: kkolinko review - add missing trim() call Modified: tomcat/trunk/java/javax/el/ELProcessor.java Modified: tomcat/trunk/java/javax/el/ELProcessor.java URL: http://svn.apache.org/viewvc

Re: svn commit: r1607906 - in /tomcat/trunk: java/javax/el/ java/org/apache/el/lang/ java/org/apache/el/parser/ test/javax/el/ webapps/docs/

2014-07-06 Thread Mark Thomas
On 06/07/2014 12:40, Konstantin Kolinko wrote: > 2014-07-04 22:47 GMT+04:00 : >> Author: markt >> Date: Fri Jul 4 18:47:02 2014 >> New Revision: 1607906 >> >> URL: http://svn.apache.org/r1607906 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56652 >> Add support for method para

svn commit: r1608301 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2014-07-06 Thread markt
Author: markt Date: Sun Jul 6 21:54:38 2014 New Revision: 1608301 URL: http://svn.apache.org/r1608301 Log: kkolinko review: Extend NPE protection Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java Modified: tomcat/trunk/java/org/apache/catalina/core/Application

svn commit: r1608303 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java

2014-07-06 Thread markt
Author: markt Date: Sun Jul 6 21:55:33 2014 New Revision: 1608303 URL: http://svn.apache.org/r1608303 Log: kkolinko review: Extend NPE protection Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java Propchange:

Re: svn commit: r1607936 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2014-07-06 Thread Mark Thomas
On 06/07/2014 13:18, Konstantin Kolinko wrote: > 2014-07-05 0:35 GMT+04:00 : >> Author: markt >> Date: Fri Jul 4 20:35:37 2014 >> New Revision: 1607936 >> >> URL: http://svn.apache.org/r1607936 >> Log: >> When the current PathInfo is modified as a result of dispatching a request, >> ensure that

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-07-06 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/162 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot exception in ASF Buildbot on tomcat-trunk

2014-07-06 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/240 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 --- Comment #5 from Mark Thomas --- All AJP connectors behave this way and have done since getLocalAddr() was added in Servlet 2.4. The problem is that the AJP protocol passes the remoteAddr, remoteHost, localName and localPort but *NOT* t

[Bug 56698] Sessions will be backed up too often by PersistentManager

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56698 Felix Schumacher changed: What|Removed |Added Attachment #31793|0 |1 is obsolete|

[Bug 56698] Sessions will be backed up too often by PersistentManager

2014-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56698 --- Comment #3 from Felix Schumacher --- Created attachment 31799 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31799&action=edit Simple version of the patch for tomcat 7 Same functionality of the simpler patch for tomcat 7.

Re: Working tc native build

2014-07-06 Thread Mladen Turk
On 07/01/2014 05:04 PM, Mark Thomas wrote: With some additional information from Mladen regrading the build tools to use, I now have a working build environment for the Tomcat Native connector binaries. This is documented at: http://wiki.apache.org/tomcat/BuildTcNativeWin What I don't have, yet,