[Bug 54464] New: tomcat-jasper and tomcat-embed-jasper maven artifacts have dependency to ECJ 4.2.1, but such artifact cannot be found

2013-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54464 Bug ID: 54464 Summary: tomcat-jasper and tomcat-embed-jasper maven artifacts have dependency to ECJ 4.2.1, but such artifact cannot be found Product: Tomcat 7

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

2013-01-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-parent has an issue affecting its community integration. This issu

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

2013-01-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-validate has an issue affecting its community integration. Th

RE: Tomcat 8 question

2013-01-21 Thread Williams, Nick
Thanks, Mark. Also, thanks Violeta for pointing out Mark's slides where he mentions JSP 2.3. Nick On 20/01/2013 07:14, Violeta Georgieva wrote: > Hi, > > 2013/1/20 Williams, Nick > >> So, will Tomcat 8 be targeted for EE 7, or will it wait until >> JSP-next comes out, even if that takes a good d

Compiling JSPs with JDK 1.8 in Tomcat 8

2013-01-21 Thread Williams, Nick
I'm running an experimental environment with JDK 1.8 and Tomcat 8.0 (trunk). I understand, of course, that there are some inherent instabilities associated with doing this, but something just doesn't seem quite right. I want JSPs to compile with Java 8, not Java 7. I understand that the Eclipse

[jira] [Updated] (MTOMCAT-203) org.apache.jasper.JasperException tags not found in classes/META-INF/*.tld

2013-01-21 Thread yuanhuiwu (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuanhuiwu updated MTOMCAT-203: -- Affects Version/s: 2.0 > org.apache.jasper.JasperException tags not found in classes/META-INF/*.t

[jira] [Updated] (MTOMCAT-203) org.apache.jasper.JasperException tags not found in classes/META-INF/*.tld

2013-01-21 Thread yuanhuiwu (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yuanhuiwu updated MTOMCAT-203: -- Affects Version/s: (was: 2.0-beta-1) > org.apache.jasper.JasperException tags not found in cl

[jira] [Created] (MTOMCAT-203) org.apache.jasper.JasperException tags not found in classes/META-INF/*.tld

2013-01-21 Thread yuanhuiwu (JIRA)
yuanhuiwu created MTOMCAT-203: - Summary: org.apache.jasper.JasperException tags not found in classes/META-INF/*.tld Key: MTOMCAT-203 URL: https://issues.apache.org/jira/browse/MTOMCAT-203 Project: Apache

[Bug 54461] New: JSP compiler init parameter documented as "compiler", actually "compilerClassName"

2013-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 Bug ID: 54461 Summary: JSP compiler init parameter documented as "compiler", actually "compilerClassName" Product: Tomcat 7 Version: 7.0.35 Hardware: All

svn propchange: r1436243 - svn:log

2013-01-21 Thread kfujino
Author: kfujino Revision: 1436243 Modified property: svn:log Modified: svn:log at Tue Jan 22 01:39:54 2013 -- --- svn:log (original) +++ svn:log Tue Jan 22 01:39:54 2013 @@ -5,4 +5,4 @@ The web.xml resulting from the merge

[jira] [Commented] (MTOMCAT-190) Client Certificate settings for connector

2013-01-21 Thread Marcel Silberhorn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559228#comment-13559228 ] Marcel Silberhorn commented on MTOMCAT-190: --- Dear [~gmazza] It's not productio

[Bug 54458] New: DataSourceRealm should provide more info on SQLException

2013-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54458 Bug ID: 54458 Summary: DataSourceRealm should provide more info on SQLException Product: Tomcat 7 Version: 7.0.34 Hardware: PC OS: Mac OS X 10.4

svn commit: r1436598 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 20:33:44 2013 New Revision: 1436598 URL: http://svn.apache.org/viewvc?rev=1436598&view=rev Log: is can't be null here due to check a few lines above Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java Modified: tomcat/trunk/java/org

svn commit: r1436597 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/ResolverImpl.java

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 20:32:53 2013 New Revision: 1436597 URL: http://svn.apache.org/viewvc?rev=1436597&view=rev Log: Refactor to avoid potential null warning Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/ResolverImpl.java Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1436595 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/ResolverImpl.java

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 20:30:13 2013 New Revision: 1436595 URL: http://svn.apache.org/viewvc?rev=1436595&view=rev Log: Avoid deprecation warnings Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/ResolverImpl.java Modified: tomcat/trunk/java/org/apache/catalina/valves/re

svn commit: r1436593 - in /tomcat/trunk/java/org/apache/catalina/valves/rewrite: Resolver.java ResolverImpl.java RewriteCond.java RewriteMap.java RewriteRule.java RewriteValve.java Substitution.java m

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 20:28:28 2013 New Revision: 1436593 URL: http://svn.apache.org/viewvc?rev=1436593&view=rev Log: Fix some immediate Eclipse/Checkstyle issues - add missing license header - remove stray author tag - remove trailing whitespace - add @Override - Java 7 <> operator Stil

[Bug 54457] New: HTTP status codes for errors getting overwritten with status code 500

2013-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54457 Bug ID: 54457 Summary: HTTP status codes for errors getting overwritten with status code 500 Product: Tomcat 7 Version: trunk Hardware: All OS: All

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

2013-01-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-validate has an issue affecting its community integration. Th

[Bug 54456] New: ChunkedInputFilter returning EOF when client closes connection without sending end chunk

2013-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 Bug ID: 54456 Summary: ChunkedInputFilter returning EOF when client closes connection without sending end chunk Product: Tomcat 7 Version: trunk Hardware: PC

Re: Rewrite functionality for 8

2013-01-21 Thread Remy Maucherat
On Mon, 2013-01-21 at 15:52 +0100, Henri Gomez wrote: > mod_rewrite is definitvly HTTPd Swiss Knife and having it in Tomcat is > definitivly a good news. > > This valve is for Tomcat 8 and higher or could it be used with Tomcat 7 ? It will probably not build as is but as with almost everything, i

Re: Rewrite functionality for 8

2013-01-21 Thread Henri Gomez
mod_rewrite is definitvly HTTPd Swiss Knife and having it in Tomcat is definitivly a good news. This valve is for Tomcat 8 and higher or could it be used with Tomcat 7 ? Cheers 2013/1/9 Remy Maucherat > Hi, > > I ported a valve providing mod_rewrite functionality (most of it) for > Tomcat "8"

svn commit: r1436365 - /tomcat/trunk/webapps/docs/rewrite.xml

2013-01-21 Thread remm
Author: remm Date: Mon Jan 21 14:24:37 2013 New Revision: 1436365 URL: http://svn.apache.org/viewvc?rev=1436365&view=rev Log: Text type Modified: tomcat/trunk/webapps/docs/rewrite.xml (props changed) Propchange: tomcat/trunk/webapps/docs/rewrite.xml

svn commit: r1436356 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties server/LocalStrings.properties

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 14:06:40 2013 New Revision: 1436356 URL: http://svn.apache.org/viewvc?rev=1436356&view=rev Log: Update after package moves Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/server/Lo

[jira] [Created] (MTOMCAT-202) Cannot enable SSO for multiple contexts in embedded tomcat

2013-01-21 Thread AJ (JIRA)
AJ created MTOMCAT-202: -- Summary: Cannot enable SSO for multiple contexts in embedded tomcat Key: MTOMCAT-202 URL: https://issues.apache.org/jira/browse/MTOMCAT-202 Project: Apache Tomcat Maven Plugin I

svn commit: r1436296 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 12:10:37 2013 New Revision: 1436296 URL: http://svn.apache.org/viewvc?rev=1436296&view=rev Log: Turn on some more tests, disable the resulting false positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/fil

Re: TC looping on CPU due to "Critical poller failure" when using APR (7.0.35, on reproducible)

2013-01-21 Thread Rainer Jung
On 21.01.2013 10:41, Konstantin Kolinko wrote: > 2013/1/21 Rainer Jung : >> I did another run for "ant test" for 7.0.35 and when using APR I got the >> following error the first time (never saw that before): >> >> (...) >> [junit] INFO: Stopping ProtocolHandler >> ["http-apr-127.0.0.1-auto-2-42

svn commit: r1436288 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointServer.java

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 11:34:33 2013 New Revision: 1436288 URL: http://svn.apache.org/viewvc?rev=1436288&view=rev Log: Fix Eclipse warning Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointServer.java Modified: tomcat/trunk/java/org/apache/tomcat/websoc

svn commit: r1436252 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2013-01-21 Thread kfujino
Author: kfujino Date: Mon Jan 21 10:06:33 2013 New Revision: 1436252 URL: http://svn.apache.org/viewvc?rev=1436252&view=rev Log: Fix incorrect increment of counterSend_EVT_SESSION_EXPIRED and counterSend_EVT_CHANGE_SESSION_ID. These values are not incremented if no members active in cluster group

svn commit: r1436249 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2013-01-21 Thread kfujino
Author: kfujino Date: Mon Jan 21 10:02:06 2013 New Revision: 1436249 URL: http://svn.apache.org/viewvc?rev=1436249&view=rev Log: Fix incorrect increment of counterSend_EVT_SESSION_EXPIRED and counterSend_EVT_CHANGE_SESSION_ID. These values are not incremented if no members active in cluster group

svn commit: r1436243 - /tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml

2013-01-21 Thread kfujino
Author: kfujino Date: Mon Jan 21 09:55:16 2013 New Revision: 1436243 URL: http://svn.apache.org/viewvc?rev=1436243&view=rev Log: Add to web-fragment.xml in tomcat-websocket.jar. Servlet Spec says: The web.xml resulting from the merge is considered only if all its web fragments are marked as as

svn commit: r1436239 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/

2013-01-21 Thread markt
Author: markt Date: Mon Jan 21 09:46:18 2013 New Revision: 1436239 URL: http://svn.apache.org/viewvc?rev=1436239&view=rev Log: Remove remaining reference to Servlet classes to server web socket package Added: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java - copied, chang

Re: TC looping on CPU due to "Critical poller failure" when using APR (7.0.35, on reproducible)

2013-01-21 Thread Konstantin Kolinko
2013/1/21 Rainer Jung : > I did another run for "ant test" for 7.0.35 and when using APR I got the > following error the first time (never saw that before): > > (...) > [junit] INFO: Stopping ProtocolHandler > ["http-apr-127.0.0.1-auto-2-42652"] > [junit] Jan 18, 2013 4:37:59 PM > org.apach

Re: SSL compression / bug 54324

2013-01-21 Thread Konstantin Kolinko
2012/12/22 Rainer Jung : > On 21.12.2012 16:37, Christopher Schultz wrote: >> All, >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=54324 >> >> The enhancement request (marked MAJOR) is to allow the APR connector to >> configure SSL_OP_NO_COMPRESSION in OpenSSL, disabling SSL compression >>

TC looping on CPU due to "Critical poller failure" when using APR (7.0.35, on reproducible)

2013-01-21 Thread Rainer Jung
I did another run for "ant test" for 7.0.35 and when using APR I got the following error the first time (never saw that before): [junit] Running org.apache.jasper.compiler.TestParser ... [junit] Jan 18, 2013 4:37:56 PM org.apache.catalina.core.AprLifecycleListener init [junit] INFO:

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

2013-01-21 Thread kkolinko
Author: kkolinko Date: Mon Jan 21 08:38:19 2013 New Revision: 1436224 URL: http://svn.apache.org/viewvc?rev=1436224&view=rev Log: Add Javadoc fix to schultz's proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomca

svn commit: r1436222 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/setup.xml

2013-01-21 Thread kkolinko
Author: kkolinko Date: Mon Jan 21 08:22:58 2013 New Revision: 1436222 URL: http://svn.apache.org/viewvc?rev=1436222&view=rev Log: CTR: docs Merged revision 1435636 from tomcat/trunk: Add link to RUNNING.txt and refer to it as the main documentation on this topic. Modified: tomcat/tc6.0.x/trun