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

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50138 --- Comment #4 from Dmitry Mikhaylov 2010-10-27 02:44:00 EDT --- Thanks for prompt fix, waiting for 6.0.30. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 50161] "index.jsp" is added to paths ending in a "/" before doFilter is called on matching Filters

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50161 --- Comment #1 from hossman 2010-10-27 01:59:45 EDT --- Note: this is (evidently) the root cause of SOLR-2022... https://issues.apache.org/jira/browse/SOLR-2022 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=

DO NOT REPLY [Bug 50161] New: "index.jsp" is added to paths ending in a "/" before doFilter is called on matching Filters

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50161 Summary: "index.jsp" is added to paths ending in a "/" before doFilter is called on matching Filters Product: Tomcat 7 Version: 7.0.4 Platform: PC OS/Version: Linux

Re: [VOTE] Release Tomcat Connectors 1.2.31

2010-10-26 Thread Mladen Turk
So, Tomcat Connectors 1.2.31 is: [X] +1 release it [ ] -1 nope, it's broken Here is my vote just for the record. I'll left the vote open for another 24 hours, and since I won't have time for another spin for at least a month, if not voted this will have to wait some better times or another RM

DO NOT REPLY [Bug 50158] Tomcat7.0.4 ROOT BUG

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50158 --- Comment #4 from 醉我行 2010-10-26 21:56:42 EDT --- (In reply to comment #2) > 1. I can't understand this report. > 2. From the little I can make out, this looks like a question for the users > mailing list. I'm sorry. My English is rather

DO NOT REPLY [Bug 50158] Tomcat7.0.4 ROOT BUG

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50158 --- Comment #3 from 醉我行 2010-10-26 21:54:53 EDT --- I do not know may be described. I mean : Simultaneously on a single PC with two TOMCAT. Two different projects, and were packaged as xxx.war yyy.war, Then, remove the tw

DO NOT REPLY [Bug 50158] Tomcat7.0.4 ROOT BUG

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50158 醉我行 changed: What|Removed |Added Summary|Tomcat7.0.4 BUG |Tomcat7.0.4 ROOT BUG -- Configure bugmail:

DO NOT REPLY [Bug 50160] LocalStrings.properties missing from catalina-jmx-remote.jar

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50160 --- Comment #1 from Benito Gonzalez 2010-10-26 20:10:01 EDT --- Created an attachment (id=26215) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26215) Patch to include missing properties files to catalina-jmx-remote.jar -- Co

DO NOT REPLY [Bug 50160] LocalStrings.properties missing from catalina-jmx-remote.jar

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50160 Benito Gonzalez changed: What|Removed |Added CC||bjagg+apa...@jaggedcode.com --

DO NOT REPLY [Bug 50160] New: LocalStrings.properties missing from catalina-jmx-remote.jar

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50160 Summary: LocalStrings.properties missing from catalina-jmx-remote.jar Product: Tomcat 6 Version: 6.0.29 Platform: All OS/Version: All Status: NEW Se

DO NOT REPLY [Bug 50159] JNDI context returns new datasource instance each request

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 --- Comment #4 from david jencks 2010-10-26 19:33:10 EDT --- the aharable/non-sharable attribute refers to the connections, not the datasource/connection factory. The spec is very clear that unless clearly indicated otherwise or unless th

svn commit: r1027762 - /tomcat/trunk/java/org/apache/catalina/deploy/ResourceBase.java

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 22:19:49 2010 New Revision: 1027762 URL: http://svn.apache.org/viewvc?rev=1027762&view=rev Log: Fix the javadoc and Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/deploy/ResourceBase.java Modified: tomcat/trunk/java/org/apache/catalina/deploy/

DO NOT REPLY [Bug 50157] a lot of MapperListener is registered as ContainerListener of StandardContext

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

svn commit: r1027760 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/mbeans/ webapps/docs/

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 22:09:20 2010 New Revision: 1027760 URL: http://svn.apache.org/viewvc?rev=1027760&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50157 Ensure MapperListener is only added to a container object once. Also - Improve debug logging for MapperListen

DO NOT REPLY [Bug 50159] JNDI context returns new datasource instance each request

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 --- Comment #3 from Mark Thomas 2010-10-26 17:35:39 EDT --- I've done a bit more digging and I'm leaning towards the following: - shareable by default - look at the res-sharing-scope to determine shareable or non-shareable That will return

DO NOT REPLY [Bug 50159] JNDI context returns new datasource instance each request

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 --- Comment #2 from Mark Watson 2010-10-26 17:32:28 EDT --- Sorry, I referenced the wrong issue. The issue which prompted the change from 7.0.2 to 7.0.4 is 49994. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?ta

DO NOT REPLY [Bug 50159] JNDI context returns new datasource instance each request

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 Mark Watson changed: What|Removed |Added Status|NEEDINFO|NEW -- Configure bugmail: https://i

DO NOT REPLY [Bug 50159] JNDI context returns new datasource instance each request

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 Mark Watson changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Wa

DO NOT REPLY [Bug 50159] New: JNDI context returns new datasource instance each request

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50159 Summary: JNDI context returns new datasource instance each request Product: Tomcat 7 Version: 7.0.4 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 50026] DefaultServlet serves META-INF and WEB-INF from root when remapped on /folder/*

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #13 from bozho 2010-10-26 15:09:44 EDT --- > Insufficient, since that would expose other directories that a site might not > want to give direct access to. For example? How would other directories be protected? > Because the

DO NOT REPLY [Bug 50026] DefaultServlet serves META-INF and WEB-INF from root when remapped on /folder/*

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #12 from Chuck Caldarale 2010-10-26 14:21:24 EDT --- (In reply to comment #11) > Instead of disallowing the whole remapping of the default servlet, can't this > be implemented (as suggested) by using the getPathInfo(). for exam

DO NOT REPLY [Bug 50026] DefaultServlet serves META-INF and WEB-INF from root when remapped on /folder/*

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #11 from bozho 2010-10-26 13:38:27 EDT --- Instead of disallowing the whole remapping of the default servlet, can't this be implemented (as suggested) by using the getPathInfo(). for example: String pathInfo = request.getPathIn

DO NOT REPLY [Bug 50084] catalina.sh fix in #49728 breaks PID handling again

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

svn commit: r1027619 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/catalina.sh webapps/docs/changelog.xml

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 16:14:49 2010 New Revision: 1027619 URL: http://svn.apache.org/viewvc?rev=1027619&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50084 Handle the case where the PID file is read/write accessible but the directory is not so the PID file can not

DO NOT REPLY [Bug 49935] recursive tag calls don't work

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

svn commit: r1027615 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/webapps/docs/changelog.xml jasper/src/share/org/apache/jasper/compiler/Compiler.java

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 16:07:03 2010 New Revision: 1027615 URL: http://svn.apache.org/viewvc?rev=1027615&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49935 Handle compilation of recursive tag files Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/tr

svn commit: r1027610 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/core/StandardContext.java container/webapps/docs/changelog.xml

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 16:02:35 2010 New Revision: 1027610 URL: http://svn.apache.org/viewvc?rev=1027610&view=rev Log: Avoid unnecessary cast Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/StandardContext.java

svn commit: r1027600 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 15:52:57 2010 New Revision: 1027600 URL: http://svn.apache.org/viewvc?rev=1027600&view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=10276

DO NOT REPLY [Bug 50158] Tomcat7.0.4 BUG

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

DO NOT REPLY [Bug 50158] Tomcat7.0.4 BUG

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50158 醉我行 changed: What|Removed |Added CC||zuiwox...@gmail.com --- Comment #1 from 醉我行

DO NOT REPLY [Bug 50158] New: Tomcat7.0.4 BUG

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50158 Summary: Tomcat7.0.4 BUG Product: Tomcat 7 Version: 7.0.4 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Catalin

Re: Tomcat native ia64 binaries wrong?

2010-10-26 Thread Mladen Turk
On 10/26/2010 01:29 PM, Mark Thomas wrote: http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/win64/ia64/tcnative-1.dll I have updated the correct binaries for IA64 Give it couple of hours for a sync. Remaining stays however. I don't plan to make them in the future. J

Re: Tomcat site problem?

2010-10-26 Thread Rainer Jung
Infra fixed it for the moment. On 26.10.2010 16:13, Rainer Jung wrote: On 26.10.2010 08:36, Pid wrote: 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. It was OK some hours ago, but mostly offline

Re: Tomcat site problem?

2010-10-26 Thread Rainer Jung
On 26.10.2010 08:36, Pid wrote: 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. It was OK some hours ago, but mostly offline again now. I managed to get a server-status page and the web server is

svn commit: r1027542 - /tomcat/trunk/res/maven/mvn.properties.default

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 13:23:35 2010 New Revision: 1027542 URL: http://svn.apache.org/viewvc?rev=1027542&view=rev Log: Update ready for next release Modified: tomcat/trunk/res/maven/mvn.properties.default Modified: tomcat/trunk/res/maven/mvn.properties.default URL: http://svn.apache

DO NOT REPLY [Bug 50026] DefaultServlet serves META-INF and WEB-INF from root when remapped on /folder/*

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 Mark Thomas changed: What|Removed |Added CC||gl...@abv.bg --- Comment #10 from Ma

DO NOT REPLY [Bug 50153] Remapping the default servlet

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

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

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

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

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 12:33:08 2010 New Revision: 1027511 URL: http://svn.apache.org/viewvc?rev=1027511&view=rev Log: Proposal 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=1

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

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50140 --- Comment #5 from Mark Thomas 2010-10-26 08:31:25 EDT --- I have fixed this in trunk and proposed the fix for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail bec

svn commit: r1027504 - in /tomcat/trunk: res/jvm.ini res/tomcat.nsi webapps/docs/changelog.xml

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 12:30:35 2010 New Revision: 1027504 URL: http://svn.apache.org/viewvc?rev=1027504&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50140 Don't ignore a user specified install directory on 64-bit platforms Allow 32-bit or 64-bit JVMs to be selected

Re: Tomcat native ia64 binaries wrong?

2010-10-26 Thread Mladen Turk
On 10/26/2010 01:29 PM, Mark Thomas wrote: Since you are the first one that figured that out after more then 8 months, it just convinces me that we should drop IA64 binaries altogether. At least I don't plan to produce them any more Fine with me. That will mean a updates to the build scripts,

Re: Tomcat native ia64 binaries wrong?

2010-10-26 Thread Mark Thomas
On 26/10/2010 11:42, Mladen Turk wrote: > On 10/26/2010 11:28 AM, Mark Thomas wrote: >> Hi, >> >> I don't have the hardware to test if this is an issue on ia64 this but >> the following files have the same MD5 hash: >> >> http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/wi

Re: Tomcat native ia64 binaries wrong?

2010-10-26 Thread Mladen Turk
On 10/26/2010 11:28 AM, Mark Thomas wrote: Hi, I don't have the hardware to test if this is an issue on ia64 this but the following files have the same MD5 hash: http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/win64/ia64/tcnative-1.dll http://www.apache.org/dist/tomca

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

2010-10-26 Thread kfujino
Author: kfujino Date: Tue Oct 26 10:22:42 2010 New Revision: 1027446 URL: http://svn.apache.org/viewvc?rev=1027446&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=102

svn commit: r1027440 - /tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java

2010-10-26 Thread markt
Author: markt Date: Tue Oct 26 10:03:41 2010 New Revision: 1027440 URL: http://svn.apache.org/viewvc?rev=1027440&view=rev Log: Align default with Context default Modified: tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java Modified: tomcat/trunk/java/org/apache/catalina/session/M

svn commit: r1027418 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/BackupManager.java webapps/docs/changelog.xml

2010-10-26 Thread kfujino
Author: kfujino Date: Tue Oct 26 09:33:00 2010 New Revision: 1027418 URL: http://svn.apache.org/viewvc?rev=1027418&view=rev Log: Add support for maxActiveSessions attribute to BackupManager. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session

Tomcat native ia64 binaries wrong?

2010-10-26 Thread Mark Thomas
Hi, I don't have the hardware to test if this is an issue on ia64 this but the following files have the same MD5 hash: http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/win64/ia64/tcnative-1.dll http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/wi

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

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147 --- Comment #4 from Mark Thomas 2010-10-26 04:54:09 EDT --- That part of the EL specification is mis-leading. The important part for this discussion is on page 21. Identifier ::= Java language identifier Java language identifier is define

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

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50156 Eiji Takahashi changed: What|Removed |Added Attachment #26210|0 |1 is obsolete|

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

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50156 --- Comment #2 from Eiji Takahashi 2010-10-26 04:20:00 EDT --- (In reply to comment #1) > (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()

DO NOT REPLY [Bug 50157] New: a lot of MapperListener is registered as ContainerListener of StandardContext

2010-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50157 Summary: a lot of MapperListener is registered as ContainerListener of StandardContext Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP St