[Bug 55233] [websocket] Problem reading many subsequent binary messages

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55233 --- Comment #2 from Stoyan Boshev s.bos...@gmail.com --- With the updated code the error messages are always the same: Connection closed: Buffer overflow. [16,916] bytes to write into a [8,192] byte buffer that already contained [0] bytes.

[Bug 55238] New: [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156)

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55238 Bug ID: 55238 Summary: [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156) Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

[Bug 55238] [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156)

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55238 Niki Dokovski nick...@gmail.com changed: What|Removed |Added OS||All --- Comment

[Bug 55238] [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156)

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55238 --- Comment #2 from Niki Dokovski nick...@gmail.com --- Created attachment 30577 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30577action=edit NPE exception stacktrace -- You are receiving this mail because: You are the

[Bug 55238] [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156)

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55238 --- Comment #3 from Niki Dokovski nick...@gmail.com --- Created attachment 30578 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30578action=edit WsRemoteEndpointImplServer patch -- You are receiving this mail because: You are

[Bug 55215] Improvements to sample log4j configuration

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Brian Burch br...@pingtoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55215] Improvements to sample log4j configuration

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 --- Comment #4 from Brian Burch br...@pingtoo.com --- Created attachment 30579 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30579action=edit patch to clarify use of ${CATALINA_BASE}/bin -- You are receiving this mail because:

svn commit: r1502174 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholeBase.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 10:08:14 2013 New Revision: 1502174 URL: http://svn.apache.org/r1502174 Log: Don't swallow original exception Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholeBase.java Modified:

svn commit: r1502175 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 10:09:48 2013 New Revision: 1502175 URL: http://svn.apache.org/r1502175 Log: Avoid NPE when sending buffered data from the server (there is no mask in this case). Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified:

svn commit: r1502176 - in /tomcat/trunk/java/org/apache/tomcat/websocket: AsyncChannelWrapperSecure.java ReadBufferOverflowException.java WsFrameClient.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 10:11:56 2013 New Revision: 1502176 URL: http://svn.apache.org/r1502176 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55233 Fixed buffer overflow error when a client needs to unwrap more encrypted data than the read buffer has space for. The fix is to

svn commit: r1502180 - in /tomcat/trunk: java/org/apache/tomcat/util/descriptor/ java/org/apache/tomcat/util/descriptor/web/ test/org/apache/catalina/realm/ test/org/apache/jasper/servlet/

2013-07-11 Thread kkolinko
Author: kkolinko Date: Thu Jul 11 10:25:02 2013 New Revision: 1502180 URL: http://svn.apache.org/r1502180 Log: svn:eol-style=native Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/LocalStrings.properties (props changed)

svn commit: r1502181 - /tomcat/trunk/test/org/apache/tomcat/websocket/

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 10:25:06 2013 New Revision: 1502181 URL: http://svn.apache.org/r1502181 Log: Add a test case for bug 55233 that also uncovered a couple of bugs in the batching code. Added: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java (with

[Bug 54022] CometEvent.END event is not sent on a suspended socket disconnect when running with Tomcat Native (tcnative-1.dll) on Windows Vista / Windows Server 2008 or newer.

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54022 chenzero chenz...@netease.com changed: What|Removed |Added CC|

buildbot failure in ASF Buildbot on tomcat-trunk

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

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-11 Thread Konstantin Kolinko
2013/7/11 build...@apache.org: 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/4650 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu

[Bug 55240] New: [websocket] SOE in NioEndpoint

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55240 Bug ID: 55240 Summary: [websocket] SOE in NioEndpoint Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2

Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a setter, then a PropertyNotFoundException is thrown. But the throws clause states:

[Bug 55241] New: maxConnections for BIO connector leads to acceptor stop

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55241 Bug ID: 55241 Summary: maxConnections for BIO connector leads to acceptor stop Product: Tomcat 7 Version: 7.0.34 Hardware: PC OS: Linux

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Konstantin Kolinko
2013/7/11 Violeta Georgieva miles...@gmail.com: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a setter, then a

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Mark Thomas
On 11/07/2013 13:49, Violeta Georgieva wrote: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a setter, then a

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
2013/7/11 Konstantin Kolinko wrote: 2013/7/11 Violeta Georgieva miles...@gmail.com: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not

svn commit: r1502232 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 14:20:21 2013 New Revision: 1502232 URL: http://svn.apache.org/r1502232 Log: Give test longer to complete as it appears to need more time on CI system. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified:

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
2013/7/11 Mark Thomas wrote: On 11/07/2013 13:49, Violeta Georgieva wrote: Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: If the property exists but does not have a

svn commit: r1502237 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestStandardContextResources.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 14:38:55 2013 New Revision: 1502237 URL: http://svn.apache.org/r1502237 Log: Confirm proxy resources are not cached when context has caching disabled. Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestStandardContextResources.java Modified:

[Bug 55233] [websocket] Problem reading many subsequent binary messages

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55233 --- Comment #4 from Stoyan Boshev s.bos...@gmail.com --- I have rerun the tests. Everything is working fine now. Mark, thanks a lot for your prompt reaction and fixes! -- You are receiving this mail because: You are the assignee for the

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 48208] allow to configure a custom client certificate Trust Manager in server.xml per connector attribute trustManagerClassName

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208 --- Comment #16 from Ralf Hauser hau...@acm.org --- in tomcat 7, trustManagerClassName of http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL%20Support will no longer be dealt with in JSSESocketFactory.java but at least as of

svn commit: r1502246 - /tomcat/trunk/webapps/docs/logging.xml

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 15:27:31 2013 New Revision: 1502246 URL: http://svn.apache.org/r1502246 Log: Add some clarification Modified: tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/docs/logging.xml URL:

[Bug 55215] Improvements to sample log4j configuration

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1502249 - /tomcat/trunk/java/javax/el/ELClass.java

2013-07-11 Thread kkolinko
Author: kkolinko Date: Thu Jul 11 15:35:39 2013 New Revision: 1502249 URL: http://svn.apache.org/r1502249 Log: Add specification name to version number Modified: tomcat/trunk/java/javax/el/ELClass.java Modified: tomcat/trunk/java/javax/el/ELClass.java URL:

svn commit: r1502254 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 15:58:31 2013 New Revision: 1502254 URL: http://svn.apache.org/r1502254 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55228 Allow applications to set the Date header. Modified:

svn commit: r1502258 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 16:03:08 2013 New Revision: 1502258 URL: http://svn.apache.org/r1502258 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55228 Allow applications to set the Date header. Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 16:04:28 2013 New Revision: 1502260 URL: http://svn.apache.org/r1502260 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 55206] webresource tests fail when run on working copy

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55206 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Bug 55205] test/webapp web.xml does not validate

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55205 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Bug 55204] Incorrect namespace URI test webapp

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55204 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Bug 55211] Test tld descriptors do not validate

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55211 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Bug 55228] AbstractHttp11Processor overwrites Date header, even when set by application

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55228 --- Comment #5 from Mark Thomas ma...@apache.org --- Fair enough. This has been fixed for trunk and 7.0.x and will be included in 7.0.43 onwards. The fix has been proposed for 6.0.x. -- You are receiving this mail because: You are the

[Bug 55218] Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55218 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Bug 55217] Common EntityResolver that can be used by Catalina and Jasper

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55217 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

[Bug 55231] NPE and incorrect version detection in JspC

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55231 Jeremy Boynes jboy...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED -- You

svn commit: r1502265 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 16:14:59 2013 New Revision: 1502265 URL: http://svn.apache.org/r1502265 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55238 Avoid possible NPE. Patch by Niki Dokovski. Also added a check to onTimeout() to save creating an Exception unnecessarily

[Bug 55238] [websocket] NPE in clearHandler(WsRemoteEndpointImplServer.java:156)

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55238 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 55144] NIO connection locked when trying to release it

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144 --- Comment #6 from Pavel pavel.re...@gmail.com --- Missed that question :) I'm not sure how can I check the timeout for one of the locked threads... (I can't reproduce it locally) I did check the timeout for atmosphere threads and it

[Bug 55243] New: Add special search string for nested roles

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55243 Bug ID: 55243 Summary: Add special search string for nested roles Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity:

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1502304 - in /tomcat/trunk/java/org/apache: coyote/http11/upgrade/ tomcat/util/net/

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 18:08:17 2013 New Revision: 1502304 URL: http://svn.apache.org/r1502304 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55240 Prevent looping after Poller stop and ensure that streams for upgraded connections are closed if possible. Modified:

[Bug 55240] [websocket] SOE in NioEndpoint

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55240 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55144] NIO connection locked when trying to release it

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144 --- Comment #7 from Pavel pavel.re...@gmail.com --- See this new dump - I'm also seeing gzip in the stacktrace - maybe it's contributing to the problem. CleanResourceTask id=81 idx=0x154 tid=220556 prio=5 alive, interrupted, blocked,

[Bug 55144] NIO connection locked when trying to release it

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144 --- Comment #8 from Mark Thomas ma...@apache.org --- If you can take a thread dump then you should be able to take a heap dump as well. You can then load the heap dump into a profiler and take a look at the current value of the timeout.

svn commit: r1502349 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 20:23:00 2013 New Revision: 1502349 URL: http://svn.apache.org/r1502349 Log: Expose the current connection count over JMX Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

svn commit: r1502351 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2013-07-11 Thread markt
Author: markt Date: Thu Jul 11 20:24:38 2013 New Revision: 1502351 URL: http://svn.apache.org/r1502351 Log: Expose the current connection count over JMX Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java

[Bug 55241] maxConnections for BIO connector leads to acceptor stop

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55241 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55244] New: JspC throws ClassNotFoundException from Digester

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55244 Bug ID: 55244 Summary: JspC throws ClassNotFoundException from Digester Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW

[Bug 55245] New: Add test cases for JspC

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55245 Bug ID: 55245 Summary: Add test cases for JspC Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: enhancement

[Bug 55246] New: Delegate TLD processing for listeners to the JSP engine

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55246 Bug ID: 55246 Summary: Delegate TLD processing for listeners to the JSP engine Product: Tomcat 8 Version: trunk Hardware: All OS: All

[Bug 55247] New: JspC does not use settings from web fragments

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55247 Bug ID: 55247 Summary: JspC does not use settings from web fragments Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity:

[Bug 55244] JspC throws ClassNotFoundException from Digester

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55244 --- Comment #1 from Jeremy Boynes jboy...@apache.org --- Created attachment 30584 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30584action=edit patch to set Digester classloader from JspC Allow JspC's JspCServletContext to set

[Bug 55249] New: JspC compiles tag files even if compile options is false

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55249 Bug ID: 55249 Summary: JspC compiles tag files even if compile options is false Product: Tomcat 8 Version: trunk Hardware: All OS: All

[Bug 55250] New: JspC does not initialize tldLocationsCache resulting in NPE

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55250 Bug ID: 55250 Summary: JspC does not initialize tldLocationsCache resulting in NPE Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4

[Bug 55250] JspC does not initialize tldLocationsCache resulting in NPE

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55250 --- Comment #1 from Jeremy Boynes jboy...@apache.org --- Created attachment 30585 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30585action=edit patch to initialize it -- You are receiving this mail because: You are the

[Bug 55245] Add test cases for JspC

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55245 --- Comment #1 from Jeremy Boynes jboy...@apache.org --- Pre-compiling test/webapp with JspC fails because some tests (e.g. for 47331) use invalid JSP syntax which causes JspC to fail. Suggest a new webapp-jspc for use in testing. -- You

[Bug 55251] New: JspC fails silently if directory for generated web.xml does not exist

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55251 Bug ID: 55251 Summary: JspC fails silently if directory for generated web.xml does not exist Product: Tomcat 8 Version: trunk Hardware: All OS: All

[Bug 55245] Add test cases for JspC

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55245 --- Comment #2 from Jeremy Boynes jboy...@apache.org --- Created attachment 30586 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30586action=edit Patch with basic test case Simple initial test case that runs JspC against

[Bug 55252] New: Separate Ant and command-line wrappers for JspC

2013-07-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55252 Bug ID: 55252 Summary: Separate Ant and command-line wrappers for JspC Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: