buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/210 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

[Bug 58337] New: Exception raised during parsing of request parameters

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337 Bug ID: 58337 Summary: Exception raised during parsing of request parameters Product: Tomcat 8 Version: trunk Hardware: PC OS: Windows NT Status: NEW Se

[Bug 58337] Exception raised during parsing of request parameters

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 57773] performance problems when using scopeless optional attributes

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57773 Mark Thomas changed: What|Removed |Added CC||janusz.parfien...@gmail.com --- Comment

[Bug 58328] Very slow rendering time when there are undefined el variables - no caching in ImportHandler

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58328 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58328] Very slow rendering time when there are undefined el variables - no caching in ImportHandler

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58328 --- Comment #2 from Mark Thomas --- (In reply to Janusz Parfieniuk from comment #0) > I think that fields clazzes and statics should be static. Wrong. Each ImportHandler instance must be independent. -- You are receiving this mail because:

[Bug 58338] New: BasicDataSourceFactory uses wrong attribute name

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58338 Bug ID: 58338 Summary: BasicDataSourceFactory uses wrong attribute name Product: Tomcat 7 Version: 7.0.64 Hardware: PC Status: NEW Severity: normal Priority:

svn commit: r1701607 - /tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 11:11:49 2015 New Revision: 1701607 URL: http://svn.apache.org/r1701607 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58296 Fix memory leak in JSP unloading Modified: tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java Modified: tomcat/tr

[Bug 58337] Exception raised during parsing of request parameters

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337 --- Comment #2 from Mirek --- Sorry. My mistake. Stacktrace was for 7.x For 8.0.26 it looks like that java.lang.IllegalArgumentException: [}] is not a hexadecimal digit at org.apache.catalina.util.RequestUtil.convertHexDigit(RequestUtil.ja

[Bug 58337] Exception raised during parsing of request parameters

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58337 --- Comment #3 from Mark Thomas --- Those line numbers do now match up for 8.0.26 but the other reason this bug report remains invalid has not been addressed : a clean 8.0.26 install does not behave as described in this bug. -- You are receiv

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/212 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1701608 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/util/FastRemovalDequeue.java webapps/docs/changelog.xml

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 11:29:02 2015 New Revision: 1701608 URL: http://svn.apache.org/r1701608 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58296 Fix memory leak in JSP unloading Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/jasp

svn commit: r1701610 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/util/FastRemovalDequeue.java webapps/docs/changelog.xml

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 11:42:33 2015 New Revision: 1701610 URL: http://svn.apache.org/r1701610 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58296 Fix memory leak in JSP unloading Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasp

[Bug 58296] Possible memory leak in JspRuntimeContext

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58296 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/90 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

[Bug 58338] BasicDataSourceFactory uses wrong attribute name

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58338 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---

[Bug 58340] New: No error shown when some tag file in jar has compile error

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 Bug ID: 58340 Summary: No error shown when some tag file in jar has compile error Product: Tomcat 7 Version: trunk Hardware: Macintosh OS: Mac OS X 10.1

[Bug 58295] Infinite loop in comet end event

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58295 --- Comment #3 from Mark Thomas --- I'm looking at this now but haven't yet found the code path that is triggering this. A couple of questions that might help me narrow the search: 1. Is the stack trace identical every time including the first

[Bug 58295] Infinite loop in comet end event

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58295 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 58289] request.getRemoteAddr() sometimes returning IP address from the previous request

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58289 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Bug 58342] New: org.apache.tomcat.websocket.WsSession has repeated conditional tests

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Bug ID: 58342 Summary: org.apache.tomcat.websocket.WsSession has repeated conditional tests Product: Tomcat 9 Version: unspecified Hardware: PC Status: NEW

[Bug 58284] StandardSession attempts to silently write NonSerializable objects

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58284 --- Comment #7 from Mark Thomas --- Any progress? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

[Bug 58342] org.apache.tomcat.websocket.WsSession has repeated conditional tests

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58342 Mark Thomas changed: What|Removed |Added Attachment #33078|0 |1 is patch|

svn commit: r1701666 - in /tomcat/trunk/java/org/apache: catalina/ catalina/authenticator/ catalina/core/ catalina/loader/ tomcat/util/compat/

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 18:58:51 2015 New Revision: 1701666 URL: http://svn.apache.org/r1701666 Log: Make the vendor constants accessible to Coyote in preparation for the fix for BZ 58275. Added: tomcat/trunk/java/org/apache/tomcat/util/compat/ tomcat/trunk/java/org/apache/tomcat/

svn commit: r1701667 - /tomcat/trunk/java/org/apache/catalina/Globals.java

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 18:59:13 2015 New Revision: 1701667 URL: http://svn.apache.org/r1701667 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/Globals.java Modified: tomcat/trunk/java/org/apache/catalina/Globals.java URL: http://svn.apache.org/viewvc/tomc

svn commit: r1701668 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/to

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 19:00:18 2015 New Revision: 1701668 URL: http://svn.apache.org/r1701668 Log: Make the vendor constants accessible to Coyote in preparation for the fix for BZ 58275. Added: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/compat/ - copied from r1701666, to

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-09-07 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/91 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1701669 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/to

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 19:05:24 2015 New Revision: 1701669 URL: http://svn.apache.org/r1701669 Log: Make the vendor constants accessible to Coyote in preparation for the fix for BZ 58275. Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/JreVendor.java - copied unc

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/213 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1701673 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 19:19:58 2015 New Revision: 1701673 URL: http://svn.apache.org/r1701673 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 Add a special case for IBM since it accepts cipher names in two forms (TLS_XXX and SSL_XXX) but only lists one form (SSL_XXX) when a

svn commit: r1701676 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 19:27:19 2015 New Revision: 1701676 URL: http://svn.apache.org/r1701676 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 Add a special case for IBM since it accepts cipher names in two forms (TLS_XXX and SSL_XXX) but only lists one form (SSL_XXX) when a

svn commit: r1701677 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2015-09-07 Thread markt
Author: markt Date: Mon Sep 7 19:29:16 2015 New Revision: 1701677 URL: http://svn.apache.org/r1701677 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 Add a special case for IBM since it accepts cipher names in two forms (TLS_XXX and SSL_XXX) but only lists one form (SSL_XXX) when a

[Bug 58275] TLS prefixed ciphers are discarded with IBM JRE

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58275 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-09-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/92 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchS

[Bug 58340] No error shown when some tag file in jar has compile error

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58340 Mou, Jian changed: What|Removed |Added CC||jian...@foxmail.com -- You are receiving

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #15 from Arthur Fiedler --- I've been thinking about this also, and me personally I think the JSP spec should be corrected to use escape \${ as the standard, this does not effect me but I keep thinking about javascript like jquery b