DO NOT REPLY [Bug 11248] DefaultServlet doesn't send expires header

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248 Artem Anisimov changed: What|Removed |Added Component|Catalina|Catalina Version|4.0.4

DO NOT REPLY [Bug 11248] DefaultServlet doesn't send expires header

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248 --- Comment #5 from Tim Funk 2010-10-25 08:36:38 EDT --- It seems this functionality is already present with the use of ExpiresFilter (which is new to Tomcat7) and more powerful than the existing patch. -- Configure bugmail: https://issue

svn commit: r1027117 - /tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml

2010-10-25 Thread kkolinko
Author: kkolinko Date: Mon Oct 25 13:50:36 2010 New Revision: 1027117 URL: http://svn.apache.org/viewvc?rev=1027117&view=rev Log: Write 'deprecated' in bold CTR: docs Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml

svn commit: r1027120 - /tomcat/trunk/webapps/docs/security-howto.xml

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 13:55:54 2010 New Revision: 1027120 URL: http://svn.apache.org/viewvc?rev=1027120&view=rev Log: Fix numerous typos. Patch provide by Luke Meyer. Modified: tomcat/trunk/webapps/docs/security-howto.xml Modified: tomcat/trunk/webapps/docs/security-howto.xml URL:

svn commit: r1027121 - /tomcat/trunk/webapps/docs/security-howto.xml

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 13:57:15 2010 New Revision: 1027121 URL: http://svn.apache.org/viewvc?rev=1027121&view=rev Log: Fix a couple of other typos Modified: tomcat/trunk/webapps/docs/security-howto.xml Modified: tomcat/trunk/webapps/docs/security-howto.xml URL: http://svn.apache.org

DO NOT REPLY [Bug 11248] DefaultServlet doesn't send expires header

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248 --- Comment #6 from Cyrille Le Clerc 2010-10-25 10:08:25 EDT --- FYI, a standalone version of ExpiresFilter is available and deployable in your webapps on older Tomcat versions (6, 5.5, etc) as well as on other Java EE servers (Websphere,

svn commit: r1027160 - /tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 15:04:38 2010 New Revision: 1027160 URL: http://svn.apache.org/viewvc?rev=1027160&view=rev Log: Staled is not a word Modified: tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/PersistentVal

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

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 15:27:05 2010 New Revision: 1027166 URL: http://svn.apache.org/viewvc?rev=1027166&view=rev Log: Trivial typo Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.jav

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

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 15:28:24 2010 New Revision: 1027167 URL: http://svn.apache.org/viewvc?rev=1027167&view=rev Log: Vote 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=10271

svn commit: r1027170 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/security/SecurityUtil.java webapps/docs/changelog.xml

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 15:45:35 2010 New Revision: 1027170 URL: http://svn.apache.org/viewvc?rev=1027170&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50138 Correct threading issues in SecurityUtil Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x

DO NOT REPLY [Bug 50138] Lack of synchronization in org.apache.catalina.security.SecurityUtil

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

svn commit: r1027176 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/el/parser/AstCompositeExpression.java webapps/docs/changelog.xml

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 16:02:51 2010 New Revision: 1027176 URL: http://svn.apache.org/viewvc?rev=1027176&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50105 Use Enum.name() rather than Enum.toString() when evaluating composite expressions Modified: tomcat/tc6.0.x/t

DO NOT REPLY [Bug 50105] Violation of JSP-EL spec version 2.1 when coerce Enum to String

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

svn commit: r1027187 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/javax/el/BeanELResolver.java java/org/apache/el/lang/ExpressionBuilder.java java/org/apache/el/util/ConcurrentCache.java webapps/doc

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 16:37:14 2010 New Revision: 1027187 URL: http://svn.apache.org/viewvc?rev=1027187&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50078 Fix threading issues in EL caches and make cache sizes configurable Threading patch provided by Takayoshi Kimu

DO NOT REPLY [Bug 50078] Concurrent access to WeakHashMap in ConcurrentCache causes infinite loop, 100% CPU usage

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

DO NOT REPLY [Bug 44454] busy count reported in mod_jk inflated, causes incorrect balancing

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44454 --- Comment #25 from Joe Kislo 2010-10-25 13:00:50 EDT --- (In reply to comment #21) > Well, we are already misusing the phrase optlock vs real locking, so perhaps > an > additional pedantic mode that always locks? > > 32 bit math is not

svn commit: r1027196 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ webapps/docs/ webapps/docs/config/

2010-10-25 Thread markt
Author: markt Date: Mon Oct 25 17:00:43 2010 New Revision: 1027196 URL: http://svn.apache.org/viewvc?rev=1027196&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 Add context option to disable URL re-writing and session parsing from URLs Based on a patch by Wesley. Modifi

DO NOT REPLY [Bug 49811] [PATCH] Disable UrlRewriting

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

DO NOT REPLY [Bug 50140] Silent installation into wrong target directory

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50140 --- Comment #4 from Mark Thomas 2010-10-25 16:31:27 EDT --- Thanks to the NSIS folks for pointing out our (probably "my" but I haven't check the history) error. I'm currently looking into a patch for this that will also allow the 32-bit se

DO NOT REPLY [Bug 50153] New: Remapping the default servlet

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50153 Summary: Remapping the default servlet Product: Tomcat 7 Version: 7.0.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 50147] [static] is not a valid Java identifier

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #3 from balusc 2010-10-25 21:28:59 EDT --- >From JSP 2.2 EL specification: --- 1.14 Reserved Words The following words are reserved for the language and must not be used as identifiers.

DO NOT REPLY [Bug 50156] New: AccessLogValve.rotate() overwrites the existing file

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50156 Summary: AccessLogValve.rotate() overwrites the existing file Product: Tomcat 6 Version: 6.0.29 Platform: All OS/Version: Linux Status: NEW Severity: normal P

DO NOT REPLY [Bug 50153] Remapping the default servlet

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50153 --- Comment #1 from Chuck Caldarale 2010-10-25 22:56:58 EDT --- (In reply to comment #0) > Since I'm using a framework that maps its own servlet to /*, I have to remap > the default servlet. In Tomcat 7.0.0 this mapping was working: > >

DO NOT REPLY [Bug 50156] AccessLogValve.rotate() overwrites the existing file

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50156 --- Comment #1 from Chuck Caldarale 2010-10-25 23:12:50 EDT --- (In reply to comment #0) > If you specify "../log.txt" for a new filename, the existing log file is > renamed to "/../log.txt". > And, rotate() overwrite other existing files,

DO NOT REPLY [Bug 50064] bundle-ify the taglibs jars

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064 --- Comment #3 from Rex Wang 2010-10-26 02:02:05 EDT --- (In reply to comment #2) > Should we add the meta-data to all jars anyway (option 1)? Could you provide a > patch to the POMs to run the OSGi plugins? Hi Jeremy, Sure, the attachme

DO NOT REPLY [Bug 50064] bundle-ify the taglibs jars

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064 --- Comment #4 from Rex Wang 2010-10-26 02:03:44 EDT --- Created an attachment (id=26211) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26211) the patch for impl and spec -- Configure bugmail: https://issues.apache.org/bugzil

DO NOT REPLY [Bug 50064] bundle-ify the taglibs jars

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064 --- Comment #5 from Rex Wang 2010-10-26 02:04:30 EDT --- Created an attachment (id=26212) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26212) the patch for parent pom -- Configure bugmail: https://issues.apache.org/bugzilla/

DO NOT REPLY [Bug 50064] bundle-ify the taglibs jars

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064 --- Comment #6 from Rex Wang 2010-10-26 02:08:12 EDT --- Hi Jeremy, If you decide apply the patches. Could you please deploy the build artifacts to Apache snapshot site after that? Then we can run the TCK to test the jstl bundles in the Ge

DO NOT REPLY [Bug 11248] DefaultServlet doesn't send expires header

2010-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248 Artem Anisimov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Tomcat site problem?

2010-10-25 Thread Pid
Hi, Is it me, or is the Tomcat site experiencing some problems? It seems very slow to respond, on some occasions is timing out before page load. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature