svn commit: r934696 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-16 Thread markt
Author: markt Date: Fri Apr 16 06:45:39 2010 New Revision: 934696 URL: http://svn.apache.org/viewvc?rev=934696view=rev Log: Review section 4. More stuff to do. Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL:

Re: setRequest method on HttpServletRequestWrapper

2010-04-16 Thread Unmesh Joshi
You have to create your own subclass of HttpServletRequestWrapper. Note also, that the Servlet specification says something about wrapping and unwrapping the requests and responses. E.g., SRV.6.2.2, SRV.9.9.1 in the Servlet 2.5 specification. Servlet specification does not talk about overriding

DO NOT REPLY [Bug 49134] Server.stop() doesn't unregister all MBeans

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49134 --- Comment #1 from Marc Guillemot mguille...@yahoo.fr 2010-04-16 05:33:11 EDT --- For info: same problem exists with Tomcat 6 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 49135] New: SPDY Connector for The Tomcat

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49135 Summary: SPDY Connector for The Tomcat Product: Tomcat Connectors Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

Re: setRequest method on HttpServletRequestWrapper

2010-04-16 Thread Konstantin Kolinko
2010/4/16 Unmesh Joshi unmeshjo...@gmail.com: You have to create your own subclass of HttpServletRequestWrapper. Note also, that the Servlet specification says something about wrapping and unwrapping the requests and responses. E.g., SRV.6.2.2, SRV.9.9.1 in the Servlet 2.5 specification.

DO NOT REPLY [Bug 49135] SPDY Connector for The Tomcat

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49135 jfclere jfcl...@gmail.com changed: What|Removed |Added CC||jfcl...@gmail.com --

[Tomcat Wiki] Trivial Update of PoweredBy by Bruno

2010-04-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by Bruno. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=254rev2=255 -- === MetaWerx

svn commit: r934922 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java container/webapps/docs/changelog.xml

2010-04-16 Thread kkolinko
Author: kkolinko Date: Fri Apr 16 14:33:13 2010 New Revision: 934922 URL: http://svn.apache.org/viewvc?rev=934922view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Prevent possible deadlock for worker allocation in APR connectors Modified:

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-16 10:39:19 EDT --- The patch was applied to 5.5 in r934922, will be in 5.5.30 onwards. -- Configure bugmail:

svn commit: r934936 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2010-04-16 Thread jfclere
Author: jfclere Date: Fri Apr 16 14:44:50 2010 New Revision: 934936 URL: http://svn.apache.org/viewvc?rev=934936view=rev Log: Fix asyn with APR. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java Modified:

svn commit: r934968 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2010-04-16 Thread kkolinko
Author: kkolinko Date: Fri Apr 16 15:44:51 2010 New Revision: 934968 URL: http://svn.apache.org/viewvc?rev=934968view=rev Log: Remove unused dependency on o.a.t.util.collections.MultiMap. An indication here is that MultiMap$Field.name and .value fields are never assigned. Modified:

Proposal (cleanup): drop org.apache.tomcat.util.collections package (MultiMap class) in TC7

2010-04-16 Thread Konstantin Kolinko
Hi! I propose to drop the org.apache.tomcat.util.collections package in our trunk (TC7). It contains the following classes: MultiMap MultiMapNamesEnumeration MultiMapValuesEnumeration Rationale: Cleanup. The implementation is incomplete, e.g. MultiMap$Field.name and .value fields are never

Re: Proposal (cleanup): drop org.apache.tomcat.util.collections package (MultiMap class) in TC7

2010-04-16 Thread Mark Thomas
On 16/04/2010 17:34, Konstantin Kolinko wrote: Hi! I propose to drop the org.apache.tomcat.util.collections package in our trunk (TC7). +1 Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

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

2010-04-16 Thread kkolinko
Author: kkolinko Date: Fri Apr 16 20:32:13 2010 New Revision: 935071 URL: http://svn.apache.org/viewvc?rev=935071view=rev Log: vote and proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2010-04-16 Thread kkolinko
Author: kkolinko Date: Fri Apr 16 20:34:13 2010 New Revision: 935072 URL: http://svn.apache.org/viewvc?rev=935072view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r935077 - /tomcat/trunk/build.xml

2010-04-16 Thread markt
Author: markt Date: Fri Apr 16 20:41:11 2010 New Revision: 935077 URL: http://svn.apache.org/viewvc?rev=935077view=rev Log: Get build working with relative base.path Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

DO NOT REPLY [Bug 49072] NullPointerException in Request.removeAttribute

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49072 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r935092 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-16 Thread markt
Author: markt Date: Fri Apr 16 22:39:55 2010 New Revision: 935092 URL: http://svn.apache.org/viewvc?rev=935092view=rev Log: More checking against the spec Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL:

Re: svn commit: r935092 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-16 Thread sebb
On 16/04/2010, ma...@apache.org ma...@apache.org wrote: Author: markt Date: Fri Apr 16 22:39:55 2010 New Revision: 935092 URL: http://svn.apache.org/viewvc?rev=935092view=rev Log: More checking against the spec Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified:

Re: setRequest method on HttpServletRequestWrapper

2010-04-16 Thread Unmesh Joshi
Filters can be called for forwarded and included requests, if you map them in certain way (something like dispatcherINCLUDE/dispatcher). See the Servlet spec for details.  SRV.6.2.5 But you cant get dispatchers for filters. UrlRewriteFilter gets a dispatcher (so rewrtten url must have a servlet

DO NOT REPLY [Bug 49140] New: Inefficient use of keySet() iterator in StandardContext.java

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49140 Summary: Inefficient use of keySet() iterator in StandardContext.java Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 49141] New: Impossible cast in naming.factory.SendMailFactory.getObjectInstance

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49141 Summary: Impossible cast in naming.factory.SendMailFactory.getObjectInstance Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 49142] New: Missing serialVersionUIDs

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49142 Summary: Missing serialVersionUIDs Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 49142] Missing serialVersionUIDs

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49142 Sebb s...@apache.org changed: What|Removed |Added Severity|normal |enhancement -- Configure

Re: setRequest method on HttpServletRequestWrapper

2010-04-16 Thread Konstantin Kolinko
2010/4/17 Unmesh Joshi unmeshjo...@gmail.com: Filters can be called for forwarded and included requests, if you map them in certain way (something like dispatcherINCLUDE/dispatcher). See the Servlet spec for details.  SRV.6.2.5 But you cant get dispatchers for filters. UrlRewriteFilter gets a

DO NOT REPLY [Bug 49143] New: Possible incorrect lazy initialisations

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49143 Summary: Possible incorrect lazy initialisations Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 49144] New: Incorrect lazy initialization and update of static fields?

2010-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49144 Summary: Incorrect lazy initialization and update of static fields? Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

svn commit: r935105 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/chat/ChatServlet.java jsp/chat/chat.jsp jsp/chat/index.jsp jsp/chat/login.jsp jsp/chat/post.jsp

2010-04-16 Thread kkolinko
Author: kkolinko Date: Sat Apr 17 01:59:56 2010 New Revision: 935105 URL: http://svn.apache.org/viewvc?rev=935105view=rev Log: Improve the ChatServlet comet example. 1. Fix possible deadlock in ChatServlet$MessageSender, similar to BZ 48843. 2. Properly wake up ChatServlet$MessageSender when the

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

2010-04-16 Thread kkolinko
Author: kkolinko Date: Sat Apr 17 02:09:09 2010 New Revision: 935107 URL: http://svn.apache.org/viewvc?rev=935107view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: setRequest method on HttpServletRequestWrapper

2010-04-16 Thread Unmesh Joshi
Yes. On tomcat u get dispatcher for DefaultServlet if there is no servlet mapping for the url. Typically on Struts2 all the urls get handled in StrutsExecuteFilter and u dont get dispatcher go that filter. On Sat, Apr 17, 2010 at 7:11 AM, Konstantin Kolinko knst.koli...@gmail.com wrote:

Re: setRequest method on HttpServletRequestWrapper

2010-04-16 Thread Konstantin Kolinko
2010/4/17 Unmesh Joshi unmeshjo...@gmail.com: Yes. On tomcat u get dispatcher for DefaultServlet if there is no servlet mapping for the url. Typically on Struts2 all the urls get handled in StrutsExecuteFilter and u dont get dispatcher go that filter. On Sat, Apr 17, 2010 at 7:11 AM,