svn commit: r1543353 - /tomcat/trunk/java/org/apache/jasper/compiler/JavacErrorDetail.java

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 09:08:08 2013 New Revision: 1543353 URL: http://svn.apache.org/r1543353 Log: Fix regression introduced in r1445964. Extract the correct lines from the JSP when displaying the error Modified: tomcat/trunk/java/org/apache/jasper/compiler/JavacErrorDetail.java Mod

svn commit: r1543355 - in /tomcat/trunk/test: org/apache/el/TestELInJsp.java webapp/el-misc.jsp

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 09:38:53 2013 New Revision: 1543355 URL: http://svn.apache.org/r1543355 Log: Add kkolinko's unit test for https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 Modified: tomcat/trunk/test/org/apache/el/TestELInJsp.java tomcat/trunk/test/webapp/el-misc.js

svn commit: r1543356 - /tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 09:41:24 2013 New Revision: 1543356 URL: http://svn.apache.org/r1543356 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55792 EL 3.0 introduced the possibility of nested {...} sequences within EL expressions so update the JSP parser to handle them. Modi

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

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

svn commit: r1543359 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoader.java

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 09:53:46 2013 New Revision: 1543359 URL: http://svn.apache.org/r1543359 Log: Add an initial unit test for the WebappClassLoader Added: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoader.java (with props) Added: tomcat/trunk/test/org/apache/ca

svn commit: r1543360 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 09:58:40 2013 New Revision: 1543360 URL: http://svn.apache.org/r1543360 Log: Formatting (line length) Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1543

[Bug 55719] WAR's deployed via Tomcat Manager using Cargo deployer are getting corrupted.

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55719 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

svn commit: r1543376 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2013-11-19 Thread kkolinko
Author: kkolinko Date: Tue Nov 19 11:05:17 2013 New Revision: 1543376 URL: http://svn.apache.org/r1543376 Log: Correct a typo Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java URL: http://svn.apache.

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

2013-11-19 Thread kkolinko
Author: kkolinko Date: Tue Nov 19 11:12:54 2013 New Revision: 1543383 URL: http://svn.apache.org/r1543383 Log: Followup to r1456457 Correct typo in the name of a private field Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/

svn commit: r1543385 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2013-11-19 Thread kkolinko
Author: kkolinko Date: Tue Nov 19 11:17:55 2013 New Revision: 1543385 URL: http://svn.apache.org/r1543385 Log: Merged r1543383 from tomcat/trunk: Followup to r1456457 Correct typo in the name of a private field Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/o

svn commit: r1543464 - /tomcat/trunk/java/org/apache/catalina/Context.java

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 15:55:37 2013 New Revision: 1543464 URL: http://svn.apache.org/r1543464 Log: Re-order / clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/Context.java Modified: tomcat/trunk/java/org/apache/catalina/Context.java URL: http://svn.ap

svn commit: r1543476 - /tomcat/trunk/java/org/apache/jasper/Constants.java

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 16:27:58 2013 New Revision: 1543476 URL: http://svn.apache.org/r1543476 Log: Remove unused constants Modified: tomcat/trunk/java/org/apache/jasper/Constants.java Modified: tomcat/trunk/java/org/apache/jasper/Constants.java URL: http://svn.apache.org/viewvc/tom

svn commit: r1543577 - in /tomcat/trunk/java/org/apache: jasper/servlet/JasperInitializer.java tomcat/util/descriptor/tagplugin/TagPluginParser.java tomcat/util/descriptor/tld/TldParser.java

2013-11-19 Thread markt
Author: markt Date: Tue Nov 19 21:05:50 2013 New Revision: 1543577 URL: http://svn.apache.org/r1543577 Log: Rename for consistency with the rest of the Tomcat code base Modified: tomcat/trunk/java/org/apache/jasper/servlet/JasperInitializer.java tomcat/trunk/java/org/apache/tomcat/util/d

[Bug 55797] New: Tomcat 7.0.47 crashes using server jvm.dll and APR at ntdll!ZwGetContextThread+0xa

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55797 Bug ID: 55797 Summary: Tomcat 7.0.47 crashes using server jvm.dll and APR at ntdll!ZwGetContextThread+0xa Product: Tomcat Native Version: 1.1.29 Hardware: PC

[Bug 55798] New: Enabling Manager App - process and description is inadequate

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 Bug ID: 55798 Summary: Enabling Manager App - process and description is inadequate Product: Tomcat 7 Version: unspecified Hardware: PC OS: Linux

[Bug 55797] Tomcat 7.0.47 crashes using server jvm.dll and APR at ntdll!ZwGetContextThread+0xa

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55797 Keith Mashinter changed: What|Removed |Added OS||All --- Comment #1 from Keith Ma

[Bug 55798] Enabling Manager App - process and description is inadequate

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 BJ Chippindale changed: What|Removed |Added URL||http://tomcat.apache.org/to

[Bug 55798] Enabling Manager App - process and description is inadequate

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 --- Comment #2 from BJ Chippindale --- As I expected, using the documented roles only does work properly. The issue is solely with the ability to access the file in the first instance, with the pathname in serve

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

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Bug ID: 55799 Summary: [websocket] Stability issues when concurrently sending large messages Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

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

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Konstantin Preißer changed: What|Removed |Added Attachment #31055|0 |1 is patch|

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

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #1 from Konstantin Preißer --- Created attachment 31056 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31056&action=edit Screenshot of FF getting a raw websocket respone (1) -- You are receiving this mail because:

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

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 --- Comment #2 from Konstantin Preißer --- Created attachment 31057 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31057&action=edit Screenshot of FF getting a raw websocket respone (2) -- You are receiving this mail because:

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

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55799 Konstantin Preißer changed: What|Removed |Added OS||All --- Comment #3 from Konst

Re: [VOTE] Release Apache Standard Taglib 1.2.1

2013-11-19 Thread Jeremy Boynes
On Nov 16, 2013, at 8:29 AM, Jeremy Boynes wrote: > On Nov 13, 2013, at 6:58 PM, Jeremy Boynes wrote: > > Nudge - please could a couple of PMC members vote on this release (there are > no PMC votes at the moment). Another gentle nudge - we currently have one binding +1 from rjung@ and one no

[Bug 55797] Tomcat 7.0.47 crashes using server jvm.dll and APR at ntdll!ZwGetContextThread+0xa

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55797 Konstantin Kolinko changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from

[Bug 55798] Enabling Manager App - process and description is inadequate

2013-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55798 --- Comment #3 from Konstantin Kolinko --- (In reply to BJ Chippindale from comment #1) > > 1. In server.xml the > >type="org.apache.catalina.UserDatabase" > description="User database that can be updated a