DO NOT REPLY [Bug 49943] Logging (via juli) does not reread configuration correctly when forced via LogManager indirect calls

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943 --- Comment #8 from Mark Thomas 2010-10-03 19:33:00 EDT --- Created an attachment (id=26115) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26115) Non-working TC7 patch (for reference) You may find the attached port for TC7 use

DO NOT REPLY [Bug 49943] Logging (via juli) does not reread configuration correctly when forced via LogManager indirect calls

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49943 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #7 from Mark

svn commit: r1004068 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2010-10-03 Thread kkolinko
Author: kkolinko Date: Sun Oct 3 22:54:44 2010 New Revision: 1004068 URL: http://svn.apache.org/viewvc?rev=1004068&view=rev Log: Followup to Tim's r1004039 changelog entry Correct bug number Move Jasper section to its usual place (note that there is a comment with the section names at the top of

svn commit: r1004057 - /tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 22:11:04 2010 New Revision: 1004057 URL: http://svn.apache.org/viewvc?rev=1004057&view=rev Log: Simplify instantiating parent loggers. No need to instantiate all of them all at once since Logger.getLogger() will result in a call to this method. Modified: tomcat

svn commit: r1004054 - /tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 21:58:42 2010 New Revision: 1004054 URL: http://svn.apache.org/viewvc?rev=1004054&view=rev Log: Tweak generics. fix a handful of warnings. Modified: tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java Modified: tomcat/trunk/java/org/apache/juli/ClassLo

DO NOT REPLY [Bug 49937] Problems with AsyncListener and resource injection

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49937 --- Comment #3 from david jencks 2010-10-03 17:00:02 EDT --- Thanks for fixing the listener creation to use instance manager. As to whether you can call addListener with an async listener, I don't think its very clear. In Section 15.5:

svn commit: r1004049 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/ImportSupport.java

2010-10-03 Thread jboynes
Author: jboynes Date: Sun Oct 3 20:57:49 2010 New Revision: 1004049 URL: http://svn.apache.org/viewvc?rev=1004049&view=rev Log: allow for the case where ServletExceptions might be nested Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/I

DO NOT REPLY [Bug 49937] Problems with AsyncListener and resource injection

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

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

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #7 from Tim Whittington 2010-10-03 16:54:25 EDT --- > I personally can live with the WONTFIX, but this leaves a huge security hole > for companies/ones who are using the DefaultServlet this way. This should > probably better be

svn commit: r1004047 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 20:53:49 2010 New Revision: 1004047 URL: http://svn.apache.org/viewvc?rev=1004047&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49937 Use InstanceManager to create AsyncListeners so annotations are processed. Based on a patch by David Jencks.

DO NOT REPLY [Bug 49937] Problems with AsyncListener and resource injection

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49937 Mark Thomas changed: What|Removed |Added OS/Version||All --- Comment #1 from Mark Thomas

DO NOT REPLY [Bug 49998] ParserController.hasJspRoot() does not detect JSP as using XML syntax if namespace declaration uses ' delimiters instead of "

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Tim Whittington changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49929] AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Mark Th

svn commit: r1004039 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2010-10-03 Thread timw
Author: timw Date: Sun Oct 3 20:27:12 2010 New Revision: 1004039 URL: http://svn.apache.org/viewvc?rev=1004039&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Handle single quoted attributes in detection of jsp:root element in XML syntax JSP files. Modified: tomca

svn commit: r1004032 - in /tomcat/taglibs/standard/trunk/impl: ./ src/main/java/org/apache/taglibs/standard/resources/ src/main/java/org/apache/taglibs/standard/tag/common/xml/ src/main/java/org/apach

2010-10-03 Thread jboynes
Author: jboynes Date: Sun Oct 3 19:46:54 2010 New Revision: 1004032 URL: http://svn.apache.org/viewvc?rev=1004032&view=rev Log: refactor transform tag and add more parameter validation Added: tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/ t

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

2010-10-03 Thread kkolinko
Author: kkolinko Date: Sun Oct 3 19:33:00 2010 New Revision: 1004031 URL: http://svn.apache.org/viewvc?rev=1004031&view=rev Log: votes 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

Re: svn commit: r964780 - in /tomcat/trunk: java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2010-10-03 Thread Konstantin Kolinko
2010/7/16 : > Author: markt > Date: Fri Jul 16 11:59:57 2010 > New Revision: 964780 > > URL: http://svn.apache.org/viewvc?rev=964780&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 > Add a work-around for the known namespace issues for some Microsoft WebDAV > client

svn commit: r1004030 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 19:23:27 2010 New Revision: 1004030 URL: http://svn.apache.org/viewvc?rev=1004030&view=rev Log: ADd missing entry Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1004028 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 19:18:20 2010 New Revision: 1004028 URL: http://svn.apache.org/viewvc?rev=1004028&view=rev Log: Correct fix version. I think a few more of these need correcting. Checking now... Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/d

svn commit: r1004027 - in /tomcat/trunk: java/org/apache/el/util/ReflectionUtil.java test/org/apache/el/TestMethodExpressionImpl.java test/org/apache/el/TesterBeanA.java webapps/docs/changelog.xml

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 19:16:32 2010 New Revision: 1004027 URL: http://svn.apache.org/viewvc?rev=1004027&view=rev Log: Improve handling of setting primitive values on beans. Modified: tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java tomcat/trunk/test/org/apache/el/TestMeth

DO NOT REPLY [Bug 49925] "java.lang.NoSuchMethodException" error when call a managedbean int method

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

DO NOT REPLY [Bug 49985] Lazy initialization without any synchronization - data race in AstInteger, AstFloatingPoint, AstString

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49985 --- Comment #12 from Konstantin Kolinko 2010-10-03 14:48:42 EDT --- (In reply to comment #10) > (...) In this > case it took a close inspection of the EL parser to spot the place where these > objects were cached to confirm this as a poten

DO NOT REPLY [Bug 49819] Improved index.html for default ROOT application

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49819 Pid changed: What|Removed |Added Attachment #26113|0 |1 is obsolete|

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

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 17:43:46 2010 New Revision: 1004014 URL: http://svn.apache.org/viewvc?rev=1004014&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=10040

svn commit: r1004013 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/catalina.sh

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 17:43:19 2010 New Revision: 1004013 URL: http://svn.apache.org/viewvc?rev=1004013&view=rev Log: Make recent catalina.sh changes work on Solaris Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/bin/cat

DO NOT REPLY [Bug 49861] Log format of RMI ports can be improved, remove ","

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

svn commit: r1004012 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java webapps/docs/changelog.xml

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 17:41:14 2010 New Revision: 1004012 URL: http://svn.apache.org/viewvc?rev=1004012&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49861 Don't log RMI port values formatted with commas Modified: tomcat/tc6.0.x/trunk/ (props changed) tom

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

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 17:37:24 2010 New Revision: 1004011 URL: http://svn.apache.org/viewvc?rev=1004011&view=rev Log: REmove appleid patch 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/STAT

DO NOT REPLY [Bug 49667] JdbcLeakPrevention class can register unregistered JCBC Driver

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

svn commit: r1004010 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/loader/JdbcLeakPrevention.java webapps/docs/changelog.xml

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 17:36:53 2010 New Revision: 1004010 URL: http://svn.apache.org/viewvc?rev=1004010&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49667 Ensure that using the JDBC driver memory leak prevention code does not cause a one of the memory leaks it is

svn commit: r1004006 - in /tomcat/trunk: java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ test/org/apache/catalina/startup/ test/webapp-3.0/WEB-INF/

2010-10-03 Thread markt
Author: markt Date: Sun Oct 3 17:27:42 2010 New Revision: 1004006 URL: http://svn.apache.org/viewvc?rev=1004006&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49922 Don't map filter twice if filter matches multiple mapping. Modified: tomcat/trunk/java/org/apache/catalin

DO NOT REPLY [Bug 49922] ApplicationFilterChain more than the same filter

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

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

2010-10-03 Thread kkolinko
Author: kkolinko Date: Sun Oct 3 17:18:39 2010 New Revision: 1004005 URL: http://svn.apache.org/viewvc?rev=1004005&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=10

svn commit: r1004001 - /tomcat/trunk/webapps/docs/changelog.xml

2010-10-03 Thread kkolinko
Author: kkolinko Date: Sun Oct 3 17:03:05 2010 New Revision: 1004001 URL: http://svn.apache.org/viewvc?rev=1004001&view=rev Log: Correct changelog entry for r1003923 7.0.3 was cut from r1003911, so this one will be in 7.0.4 as Mark noted in BZ Correct a typo in the bug number. It is BZ 49998 Mod

DO NOT REPLY [Bug 49819] Improved index.html for default ROOT application

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49819 --- Comment #7 from Pid 2010-10-03 13:01:39 EDT --- Created an attachment (id=26113) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26113) ZIP of components for new index.html The contents of the zip should replace the current

Re: [VOTE] Release Apache Tomcat 7.0.3

2010-10-03 Thread Mark Thomas
On 03/10/2010 00:47, Mark Thomas wrote: > The proposed 7.0.3 release is: > > [ ] Broken - do not release > [ ] Alpha - go ahead and release as 7.0.3 Alpha > [X] Beta - go ahead and release as 7.0.3 Beta > [ ] Stable - go ahead and release as 7.0.3 Stable Sevlet TCK passes with security manager

DO NOT REPLY [Bug 49819] Improved index.html for default ROOT application

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49819 --- Comment #6 from Pid 2010-10-03 12:58:30 EDT --- Updated with graphics and cross-browser layout. http://people.apache.org/~pidster/tomcat/ROOT/ Please test in IE versions as available. -- Configure bugmail: https://issues.apache.org

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

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #6 from balusc 2010-10-03 11:59:03 EDT --- @Tim: that was one of my answers over there :) This issue is by the way triggered by another Stackoverflow question (so it was not my intent to (ab)use the default servlet like that) ht

Re: [VOTE] Release Apache Tomcat 7.0.3

2010-10-03 Thread Mark Thomas
On 03/10/2010 00:47, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.3 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.3/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_3/ > > As with pre

Need a new tc native release?

2010-10-03 Thread Mark Thomas
I've seen the shut down issues reported in [1] with the 1.1.20 native connector on Windows, Linux and OSX. Has a bug crept in here or do the changes to the shut down code mean we need to release 1.1.21? Cheers, Mark [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=49923 --

DO NOT REPLY [Bug 50027] NullPointerException if context.xml is present with

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027 --- Comment #1 from Flávio Henrique 2010-10-03 08:42:40 EDT --- I Solved the problem (but I still thing that this is a bug in tomcat), let me explain with more detail, because I was to anxious do report the bug. The problem happens when y

Bug report for Tomcat Connectors [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2010/10/03]

2010-10-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 49998] ParserController.hasJspRoot() does not detect JSP as using XML syntax if namespace declaration uses ' delimiters instead of "

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 --- Comment #3 from Mark Thomas 2010-10-03 06:06:27 EDT --- (In reply to comment #2) > Fixed in trunk (will be in 7.0.3+) and proposed for 6.0.x. Actually, this will be in 7.0.4 onwards. 7.0.3 was tagged approx 8 hours before this commit.

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

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #5 from Mark Thomas 2010-10-03 06:05:17 EDT --- Some random thoughts: - The default Servlet doesn't *need* to support serving content from an arbitrary mapping. The user can just move the static content in the web-app to the des

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

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 Tim Whittington changed: What|Removed |Added Priority|P2 |P3 Severity|critical

DO NOT REPLY [Bug 49998] ParserController.hasJspRoot() does not detect JSP as using XML syntax if namespace declaration uses ' delimiters instead of "

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Tim Whittington changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXE

DO NOT REPLY [Bug 49998] ParserController.hasJspRoot() does not detect JSP as using XML syntax if namespace declaration uses ' delimiters instead of "

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 Tim Whittington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-10-03 Thread timw
Author: timw Date: Sun Oct 3 07:18:39 2010 New Revision: 1003925 URL: http://svn.apache.org/viewvc?rev=1003925&view=rev Log: Proposing fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49998 + some votes on minor changes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/