Re: svn commit: r1005367 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProtocol.java java/org/apache/coyote/ajp/AjpAprProtocol.java java/org/apache/coyote/ajp/AjpProtocol.java webapps/docs

2010-10-08 Thread Keiichi Fujino
> On 10/07/2010 10:54 AM, kfuj...@apache.org wrote: >> >> +    /** >> +     * AJP packet size. >> +     */ >> +    protected int packetSize = Constants.MAX_PACKET_SIZE; >> +    public int getPacketSize() { return packetSize; } >> +    public void setPacketSize(int packetSize) { >> +        if(packe

svn commit: r1005722 - /tomcat/trunk/webapps/docs/default-servlet.xml

2010-10-08 Thread timw
Author: timw Date: Fri Oct 8 08:11:24 2010 New Revision: 1005722 URL: http://svn.apache.org/viewvc?rev=1005722&view=rev Log: Minor fixes to DefaultServlet docs Modified: tomcat/trunk/webapps/docs/default-servlet.xml Modified: tomcat/trunk/webapps/docs/default-servlet.xml URL: http://svn.ap

DO NOT REPLY [Bug 50017] Make private immutable fields final

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50017 Tim Whittington changed: What|Removed |Added Priority|P2 |P5 Severity|normal

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

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027 Tim Whittington changed: What|Removed |Added Priority|P2 |P3 Status|NEW

DO NOT REPLY [Bug 50054] When the AJP connector is used, minSpareThreads cannot be used.

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50054 --- Comment #4 from Mark Thomas 2010-10-08 04:48:24 EDT --- (In reply to comment #3) > (In reply to comment #2) > > Fixed in trunk and will be in 7.0.4 onwards. > > i downloaded tomcat 7.0.4 lately and I still experiencing this issue. Unl

DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716 --- Comment #18 from Henning Blohm 2010-10-08 04:50:46 EDT --- Not calling LogManager.getLogManager().reset(); when it is java.util.logging.LogManager would help. I suppose a mix of this with cleaning up what is JULI's looks promising

DO NOT REPLY [Bug 43642] Add prestartminSpareThreads attribute for Executor

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

Re: svn commit: r1005367 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProtocol.java java/org/apache/coyote/ajp/AjpAprProtocol.java java/org/apache/coyote/ajp/AjpProtocol.java webapps/docs

2010-10-08 Thread Mladen Turk
On 10/08/2010 09:50 AM, Keiichi Fujino wrote: Does it mean to rename MAX_PACKET_SIZE to MIN_PACKET_SIZE ? Huh, I thought we enlarged the MAX_PACKET_SIZE to 65536. We should have DEF_PACKET_SIZE=8192 (or MIN_PACKET_SIZE) and MAX_PACKET_SIZE=65536 Currently we allow to set packet size to > 655

Re: Domino Tomcat connector: I'd like to hire somebody to bring it back

2010-10-08 Thread Rainer Jung
On 08.10.2010 08:48, Mladen Turk wrote: On 10/08/2010 12:08 AM, Erik C. Brooks wrote: Hello group, I'd like to modernize the Domino Tomcat connector for Win64. I've got a great Domino C developer here who has a lot of DSAPI experience. I'm more than willing to pay, and would love to release it

DO NOT REPLY [Bug 49991] Tomcat 7 JAAS problem with CDI

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO OS/Version|

Re: svn commit: r1005367 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProtocol.java java/org/apache/coyote/ajp/AjpAprProtocol.java java/org/apache/coyote/ajp/AjpProtocol.java webapps/doc

2010-10-08 Thread Rainer Jung
On 08.10.2010 11:14, Mladen Turk wrote: On 10/08/2010 09:50 AM, Keiichi Fujino wrote: Does it mean to rename MAX_PACKET_SIZE to MIN_PACKET_SIZE ? Huh, I thought we enlarged the MAX_PACKET_SIZE to 65536. We should have DEF_PACKET_SIZE=8192 (or MIN_PACKET_SIZE) and MAX_PACKET_SIZE=65536 Curre

svn commit: r1005789 - in /tomcat/trunk/java/org/apache/naming: NamingContext.java NamingContextBindingsEnumeration.java

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 11:57:04 2010 New Revision: 1005789 URL: http://svn.apache.org/viewvc?rev=1005789&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49994 Lookup of JNDI references should return a new object instance each time Modified: tomcat/trunk/java/org/a

DO NOT REPLY [Bug 50059] New: Resources are not served from /WEB-INF/lib/{*.jar}/META-INF/resources if metadata-complete="true" is set in web.xml

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50059 Summary: Resources are not served from /WEB-INF/lib/{*.jar}/META-INF/resources if metadata-complete="true" is set in web.xml Product: Tomcat 7 Version: 7.0.2

svn commit: r1005790 - in /tomcat/trunk/test/org/apache/naming/resources: TestNamingContext.java TesterFactory.java TesterObject.java

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 11:57:57 2010 New Revision: 1005790 URL: http://svn.apache.org/viewvc?rev=1005790&view=rev Log: Add test cases for: - https://issues.apache.org/bugzilla/show_bug.cgi?id=49994 - https://issues.apache.org/bugzilla/show_bug.cgi?id=23950 Based on the original test case f

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

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 11:59:22 2010 New Revision: 1005792 URL: http://svn.apache.org/viewvc?rev=1005792&view=rev Log: Update change log Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

DO NOT REPLY [Bug 49994] NamingContext Possible Bug

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

svn commit: r1005795 - in /tomcat/trunk: bin/catalina-tasks.xml build.xml webapps/docs/changelog.xml

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 12:10:28 2010 New Revision: 1005795 URL: http://svn.apache.org/viewvc?rev=1005795&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50013 Correctly package classes from org.apache.tomcat.util.file and add the tomcat-util.jar to the class path for

DO NOT REPLY [Bug 50013] missing classes when running catalina ant tasks

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

svn commit: r1005802 - /tomcat/trunk/java/org/apache/juli/logging/LogFactory.java

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 12:21:55 2010 New Revision: 1005802 URL: http://svn.apache.org/viewvc?rev=1005802&view=rev Log: Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48716 Don't call reset if the default LngManager is in use Modified: tomcat/trunk/java/org/apach

DO NOT REPLY [Bug 48716] Embedded Tomcat JULI aggressively resetting default logging configuration

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48716 --- Comment #19 from Mark Thomas 2010-10-08 08:31:47 EDT --- I've added the additional check before the reset() call to trunk and it will be in 7.0.4 onwards. For users that want to use the default LogManager, as long as applications are n

Re: svn commit: r1005789 - in /tomcat/trunk/java/org/apache/naming: NamingContext.java NamingContextBindingsEnumeration.java

2010-10-08 Thread Tim Funk
FYI ... There was a similar fix applied here but reverted ... https://issues.apache.org/bugzilla/show_bug.cgi?id=47512#c4 http://svn.apache.org/viewvc?view=revision&revision=832792 http://svn.apache.org/viewvc?view=revision&revision=832638 -Tim On 10/8/2010 7:57 AM, ma...@apache.org wrote: Au

Re: svn commit: r1005789 - in /tomcat/trunk/java/org/apache/naming: NamingContext.java NamingContextBindingsEnumeration.java

2010-10-08 Thread Mark Thomas
On 08/10/2010 13:48, Tim Funk wrote: > FYI ... > There was a similar fix applied here but reverted ... > https://issues.apache.org/bugzilla/show_bug.cgi?id=47512#c4 > > http://svn.apache.org/viewvc?view=revision&revision=832792 > http://svn.apache.org/viewvc?view=revision&revision=832638 The Jav

svn commit: r1005811 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ webapps/docs/

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 13:22:04 2010 New Revision: 1005811 URL: http://svn.apache.org/viewvc?rev=1005811&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50015 Re-factor dynamic servlet security implementation to make extensions, such as JACC implementations, simpler.

DO NOT REPLY [Bug 50015] dynamic servlet security incomplete and badly distributed

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

DO NOT REPLY [Bug 50016] bad division of responsibility around isUserInRole and new Request login and logout methods

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

svn commit: r1005834 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ webapps/docs/

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 14:02:05 2010 New Revision: 1005834 URL: http://svn.apache.org/viewvc?rev=1005834&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50016 Re-factor isUserInRole() and login() / logout() methods to support JACC implementations and to improve encaps

svn commit: r1005837 - in /tomcat/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/javax/servlet/jsp/ java/javax/servlet/jsp/tagext/ webapps/docs/

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 14:16:23 2010 New Revision: 1005837 URL: http://svn.apache.org/viewvc?rev=1005837&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50017 Code clean-up. No functional change. Patch provided by sebb Modified: tomcat/trunk/java/javax/el/ValueRef

DO NOT REPLY [Bug 50017] Make private immutable fields final

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

DO NOT REPLY [Bug 50044] NIO HTTP connector aborts GET requests incorrectly.

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 --- Comment #1 from Mark Thomas 2010-10-08 11:01:14 EDT --- The provided test case is incomplete. I had to reverse engineer a handful of support classes. Testing with the latest 7.0.x code shows no issues. I don't see any hanging on readTh

DO NOT REPLY [Bug 50044] NIO HTTP connector aborts GET requests incorrectly.

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 --- Comment #2 from Mark Thomas 2010-10-08 11:15:30 EDT --- I do see problems running this on Tomcat 6. Investigating now... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

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

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027 --- Comment #3 from Flávio Henrique 2010-10-08 11:27:39 EDT --- Created an attachment (id=26143) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26143) server.xml that crashes tomcat 7.0.2 Server.xml that crash tomcat 7.02. Onl

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

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50027 --- Comment #4 from Flávio Henrique 2010-10-08 11:29:28 EDT --- Here is the server.xml (zipped). I only added to the default server.xml inside Thanks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 49991] Tomcat 7 JAAS problem with CDI

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991 --- Comment #2 from Flávio Henrique 2010-10-08 11:36:21 EDT --- Sorry, the problem is related to FORM authentication, not JAAS. Again: sorry for this mistake. I will prepare the test as soon I reach my Office. Thanks -- Configure bugma

DO NOT REPLY [Bug 50044] NIO HTTP connector aborts GET requests incorrectly.

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 --- Comment #3 from Mark Thomas 2010-10-08 13:03:33 EDT --- No joy tracking this down yet. Also, Tomcat 7 seems to be adding a 1s delay to each request. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

Re: [taglibs] How about splitting up the resource bundle?

2010-10-08 Thread Kris Schneider
On Thu, Oct 7, 2010 at 9:29 PM, Jeremy Boynes wrote: > Now that we require 1.5, I refactored Resources to use varargs rather than > having multiple methods taking combinations of parameters. However, now that > it is greatly simplified, i was wondering whether we should replace the > single res

DO NOT REPLY [Bug 50059] Resources are not served from /WEB-INF/lib/{*.jar}/META-INF/resources if metadata-complete="true" is set in web.xml

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

svn commit: r1006033 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 21:37:19 2010 New Revision: 1006033 URL: http://svn.apache.org/viewvc?rev=1006033&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50059 Always make JAR resources available Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig

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

2010-10-08 Thread markt
Author: markt Date: Fri Oct 8 21:46:05 2010 New Revision: 1006037 URL: http://svn.apache.org/viewvc?rev=1006037&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50027 Avoid NPE on start when a Context is defined in server.xml with one or more JNDI resources. Modified: to

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

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

DO NOT REPLY [Bug 49991] Tomcat 7 JAAS problem with CDI

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991 --- Comment #3 from Flávio Henrique 2010-10-08 22:25:58 EDT --- Created an attachment (id=26144) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26144) Tomcat FormAuthentication and CDI problem You will need to grab Weld 1.1.0

DO NOT REPLY [Bug 49991] Tomcat 7 JAAS problem with CDI

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991 --- Comment #4 from Flávio Henrique 2010-10-08 22:28:11 EDT --- Mark, here is the project for Eclipse Helios 3.6 SR1. You will need to grab Weld 1.1.0 and put weld-1.1.0.Beta1\artifacts\weld\weld-servlet.jar inside WEB-CONTENT/lib, becaus

DO NOT REPLY [Bug 50063] New: Latest trunck can't configure context when metadata-complete is true and version is 3.0

2010-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50063 Summary: Latest trunck can't configure context when metadata-complete is true and version is 3.0 Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All