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

2012-08-25 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 tomcat-taglibs-standard has an issue affecting its community integration.

svn commit: r1377275 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java

2012-08-25 Thread kkolinko
Author: kkolinko Date: Sat Aug 25 12:06:02 2012 New Revision: 1377275 URL: http://svn.apache.org/viewvc?rev=1377275&view=rev Log: Merged revision 1376994 from tomcat/trunk: Fix Javadoc comment typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/cata

svn commit: r1377292 - /tomcat/trunk/conf/catalina.properties

2012-08-25 Thread kkolinko
Author: kkolinko Date: Sat Aug 25 13:24:53 2012 New Revision: 1377292 URL: http://svn.apache.org/viewvc?rev=1377292&view=rev Log: Add two files to the value of tomcat.util.scan.DefaultJarScanner.jarsToSkip property. These are from OpenJDK 6 on Fedora Linux (java-1.6.0-openjdk-1.6.0.0-65.1.10.8)

svn commit: r1377297 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.properties webapps/docs/changelog.xml

2012-08-25 Thread kkolinko
Author: kkolinko Date: Sat Aug 25 13:47:13 2012 New Revision: 1377297 URL: http://svn.apache.org/viewvc?rev=1377297&view=rev Log: Merged revision 1377292 from tomcat/trunk: Add two files to the value of tomcat.util.scan.DefaultJarScanner.jarsToSkip property. These are from OpenJDK 6 on Fedora Li

[Bug 53777] Ability to bundle JAAS Configuration in Webappp

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53777 --- Comment #4 from Konstantin Kolinko --- (In reply to comment #1) > method parseClassNames in JAASRealm sometimes (not always) uses as > ContextClassLoader this one > > WebappClassLoader > context: /manager > delegate: false > repo

svn commit: r1377311 - in /tomcat/trunk: java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/config/valve.xml

2012-08-25 Thread kkolinko
Author: kkolinko Date: Sat Aug 25 15:37:26 2012 New Revision: 1377311 URL: http://svn.apache.org/viewvc?rev=1377311&view=rev Log: Mention the %{xxx}t pattern in AccessLogValve javadoc. Correct markup in valve.xml. ( cannot be nested in ) Modified: tomcat/trunk/java/org/apache/catalina/valves/

svn commit: r1377312 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/config/valve.xml

2012-08-25 Thread kkolinko
Author: kkolinko Date: Sat Aug 25 15:39:45 2012 New Revision: 1377312 URL: http://svn.apache.org/viewvc?rev=1377312&view=rev Log: Merged revision 1377311 from tomcat/trunk: Mention the %{xxx}t pattern in AccessLogValve javadoc. Correct markup in valve.xml. ( cannot be nested in ) Modified: to

svn commit: r1377319 - in /tomcat/trunk/java/org/apache/jasper: JspC.java JspCompilationContext.java

2012-08-25 Thread markt
Author: markt Date: Sat Aug 25 16:30:53 2012 New Revision: 1377319 URL: http://svn.apache.org/viewvc?rev=1377319&view=rev Log: A little Java 7 / UCDetector clean-up Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java Modi

svn commit: r1377321 - /tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java

2012-08-25 Thread markt
Author: markt Date: Sat Aug 25 16:38:00 2012 New Revision: 1377321 URL: http://svn.apache.org/viewvc?rev=1377321&view=rev Log: Simplify and silence a FindBugs report (Note: there would not have been a problem if an increment has been lost) Modified: tomcat/trunk/java/org/apache/jasper/JspCom

svn commit: r1377335 - in /tomcat/trunk/test/org/apache/coyote/http11: TestAbstractHttp11Processor.java filters/TestFlushableGZIPOutputStream.java

2012-08-25 Thread markt
Author: markt Date: Sat Aug 25 18:53:16 2012 New Revision: 1377335 URL: http://svn.apache.org/viewvc?rev=1377335&view=rev Log: Java 7 <> Modified: tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java tomcat/trunk/test/org/apache/coyote/http11/filters/TestFlushableG

svn commit: r1377342 - /tomcat/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2012-08-25 Thread markt
Author: markt Date: Sat Aug 25 20:06:59 2012 New Revision: 1377342 URL: http://svn.apache.org/viewvc?rev=1377342&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Fix corruption in some GZIP'd content Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/Flush

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

2012-08-25 Thread markt
Author: markt Date: Sat Aug 25 20:08:41 2012 New Revision: 1377343 URL: http://svn.apache.org/viewvc?rev=1377343&view=rev Log: Fix corruption in some GZIP'd content Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPO

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53777] Ability to bundle JAAS Configuration in Webappp

2012-08-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53777 --- Comment #5 from eolivelli --- Sorry, I was using TomEE (Tomcat + OpenEJB). With a raw Tomcat the problem does not happen, I reported this problem on OpenEJB list -- You are receiving this mail because: You are the assignee for the bug