Re: svn commit: r1544165 - XML validation

2013-11-21 Thread Jeremy Boynes
On Nov 21, 2013, at 4:59 AM, ma...@apache.org wrote: > Author: markt > Date: Thu Nov 21 12:59:36 2013 > New Revision: 1544165 > > URL: http://svn.apache.org/r1544165 > Log: > Extend the reach of the Context attribute xmlValidation to cover XML parsing > by Jasper the JSP engine. > Fix a TODO and

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-11-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2013-11-21 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project taglibs-standard-spec (in module tomcat-taglibs) failed

2013-11-21 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project taglibs-standard-spec has an issue affecting its community integration. Th

[Bug 55801] Add ability to provide custom SSLContext for websocket client

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 --- Comment #2 from Christopher Schultz --- (In reply to Marek Jagielski from comment #1) > This patch would be useful also for those who cope with self-signed > certificates for test purposes. I'm just curious how this would help with sel

buildbot failure in ASF Buildbot on tomcat-trunk

2013-11-21 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/5250 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 55792] EL expression containing a map is not parsed correctly. '}' is interpreted as closing brace of the EL expression.

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 --- Comment #6 from Nick Williams --- I can confirm that this is fixed. Thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscrib

svn commit: r1544198 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/xmlparser/

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 14:49:30 2013 New Revision: 1544198 URL: http://svn.apache.org/r1544198 Log: Extend the reach of the Context attribute xmlValidation to cover XML parsing by Jasper the JSP engine. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/o

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

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

svn commit: r1544216 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 15:34:27 2013 New Revision: 1544216 URL: http://svn.apache.org/r1544216 Log: Protect against NPE. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Propchange: tomcat/tc7.0.x/trunk/ -

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-11-21 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/1563 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

[Bug 55801] Add ability to provide custom SSLContext for websocket client

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 --- Comment #1 from Marek Jagielski --- Hello, What is the chance to have this patch integrated into trunk? I want to avoid keeping my fork of tomcat that is only for client code. This patch would be useful also for those who cope with sel

svn commit: r1544211 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JspDocumentParser.java java/org/apache/tomcat/util/digester/Digester.java

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 15:21:54 2013 New Revision: 1544211 URL: http://svn.apache.org/r1544211 Log: Align the XML parser configuration between the Digester (web.xml, web-fragment.xml, *.tld) and JspDocumentParser (*.jspx, *.tagx) Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1544210 - /tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 15:20:28 2013 New Revision: 1544210 URL: http://svn.apache.org/r1544210 Log: Fix copy/paste oversight in r1544208 Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/Digester.java

svn commit: r1544208 - in /tomcat/trunk/java/org/apache: jasper/compiler/JspDocumentParser.java tomcat/util/digester/Digester.java

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 15:13:39 2013 New Revision: 1544208 URL: http://svn.apache.org/r1544208 Log: Align the XML parser configuration between the Digester (web.xml, web-fragment.xml, *.tld) and JspDocumentParser (*.jspx, *.tagx) Modified: tomcat/trunk/java/org/apache/jasper/compiler

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #13 from Konstantin Preißer --- Hi Mark, (In reply to Mark Thomas from comment #12) > 8.0.x has been updated. As I still can't reproduce this I'd again appreciate > your help with testing. I updated to r1544165 and I'm now una

svn commit: r1544165 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/servlet/ webapps/docs/

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 12:59:36 2013 New Revision: 1544165 URL: http://svn.apache.org/r1544165 Log: Extend the reach of the Context attribute xmlValidation to cover XML parsing by Jasper the JSP engine. Fix a TODO and enable validation (if required) for implicit TLD files. Modified:

[Bug 55807] New: JSP's always marked as outdated with Jar Scanner Component configured with “scanAllDirectories” and referenced Taglib in WEB-INF/classes/META-INF

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55807 Bug ID: 55807 Summary: JSP's always marked as outdated with Jar Scanner Component configured with “scanAllDirectories” and referenced Taglib in WEB-INF/classes/META-INF

buildbot success in ASF Buildbot on tomcat-trunk

2013-11-21 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/5251 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 55806] Using the Http11NioProtocol in the SSL connector images get truncated

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55806 --- Comment #2 from Francesco Di Bartolo --- I was attaching the working configuration, i attached it only for sake of completeness. here the answers : 1. Informazioni: Starting ProtocolHandler ["http-nio-8443"] 2. ok i set this parame

[Bug 55806] Using the Http11NioProtocol in the SSL connector images get truncated

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55806 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

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

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 11:54:19 2013 New Revision: 1544139 URL: http://svn.apache.org/r1544139 Log: Update comment Modified: tomcat/trunk/java/org/apache/catalina/Globals.java Modified: tomcat/trunk/java/org/apache/catalina/Globals.java URL: http://svn.apache.org/viewvc/tomcat/trunk

[Bug 55806] New: Using the Http11NioProtocol in the SSL connector images get truncated

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55806 Bug ID: 55806 Summary: Using the Http11NioProtocol in the SSL connector images get truncated Product: Tomcat 7 Version: 7.0.42 Hardware: PC Status: NEW

svn commit: r1544084 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/context.xml

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 10:18:07 2013 New Revision: 1544084 URL: http://svn.apache.org/r1544084 Log: Be more explicit about what the xmlNamespaceAware attribute controls Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml Propchan

svn commit: r1544082 - /tomcat/trunk/webapps/docs/config/context.xml

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 10:13:20 2013 New Revision: 1544082 URL: http://svn.apache.org/r1544082 Log: Be more explicit about what the xmlNamespaceAware attribute controls Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL:

[Bug 55799] [websocket] Stability issues when concurrently sending large messages

2013-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #12 from Mark Thomas --- (In reply to Mark Thomas from comment #11) > The IllegalStateException (closed) might be OK but I need to confirm. It is OK but could be handled better so I have improved the handling of this. > The Il

svn commit: r1544075 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 09:35:51 2013 New Revision: 1544075 URL: http://svn.apache.org/r1544075 Log: More https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 If the connection is closed mid-message, report this cleanly back to the caller. Modified: tomcat/trunk/java/org/apache/tom

svn commit: r1544072 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java

2013-11-21 Thread markt
Author: markt Date: Thu Nov 21 09:11:07 2013 New Revision: 1544072 URL: http://svn.apache.org/r1544072 Log: Continuing the https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 code review The check that only allowed control messages to be added to the queue is not valid so remove it. If a co