StrutsExecuteFilter is mapped to *
struts2-execute
/*
SRV.15.2.5 explains RequestDispatcher as follows. It does not say u
can (or can not) get request dispatcher for filters. But I think
Filters do not match definition of 'Resource' in SRV. Resources are
either servlets, jsps or stati
2010/4/17 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
> w
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
wrote:
> 2010/4/17 Unmesh Joshi :
>>> F
Author: kkolinko
Date: Sat Apr 17 02:09:09 2010
New Revision: 935107
URL: http://svn.apache.org/viewvc?rev=935107&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=
Author: kkolinko
Date: Sat Apr 17 01:59:56 2010
New Revision: 935105
URL: http://svn.apache.org/viewvc?rev=935105&view=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
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
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: P
2010/4/17 Unmesh Joshi :
>> Filters can be called for forwarded and included requests, if you map
>> them in certain way (something like INCLUDE).
>> 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 h
https://issues.apache.org/bugzilla/show_bug.cgi?id=49142
Sebb changed:
What|Removed |Added
Severity|normal |enhancement
--
Configure bugmail: https://
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
Com
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
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
> Filters can be called for forwarded and included requests, if you map
> them in certain way (something like INCLUDE).
> 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 or jsp handler).
On 16/04/2010, ma...@apache.org wrote:
> Author: markt
> Date: Fri Apr 16 22:39:55 2010
> New Revision: 935092
>
> URL: http://svn.apache.org/viewvc?rev=935092&view=rev
> Log:
> More checking against the spec
>
> Modified:
> tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
>
> Modified: tomcat/tr
Author: markt
Date: Fri Apr 16 22:39:55 2010
New Revision: 935092
URL: http://svn.apache.org/viewvc?rev=935092&view=rev
Log:
More checking against the spec
Modified:
tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
URL:
http://svn.apache.org/viewvc/tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=49072
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Fri Apr 16 20:41:11 2010
New Revision: 935077
URL: http://svn.apache.org/viewvc?rev=935077&view=rev
Log:
Get build working with relative base.path
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?r
Author: kkolinko
Date: Fri Apr 16 20:34:13 2010
New Revision: 935072
URL: http://svn.apache.org/viewvc?rev=935072&view=rev
Log:
proposal
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=
Author: kkolinko
Date: Fri Apr 16 20:32:13 2010
New Revision: 935071
URL: http://svn.apache.org/viewvc?rev=935071&view=rev
Log:
vote and 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
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 additio
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 ass
Author: kkolinko
Date: Fri Apr 16 15:44:51 2010
New Revision: 934968
URL: http://svn.apache.org/viewvc?rev=934968&view=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:
tomcat/t
Author: jfclere
Date: Fri Apr 16 14:44:50 2010
New Revision: 934936
URL: http://svn.apache.org/viewvc?rev=934936&view=rev
Log:
Fix asyn with APR.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcess
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
--- Comment #6 from Konstantin Kolinko 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: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are recei
Author: kkolinko
Date: Fri Apr 16 14:33:13 2010
New Revision: 934922
URL: http://svn.apache.org/viewvc?rev=934922&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
Prevent possible deadlock for worker allocation in APR connectors
Modified:
tomcat/tc5.5.x/trunk/STATUS.
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=diff&rev1=254&rev2=255
--
=== MetaWe
https://issues.apache.org/bugzilla/show_bug.cgi?id=49135
jfclere changed:
What|Removed |Added
CC||jfcl...@gmail.com
--
Configure bugmail:
2010/4/16 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 specifi
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
Priorit
https://issues.apache.org/bugzilla/show_bug.cgi?id=49134
--- Comment #1 from Marc Guillemot 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 this mail because:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49134
Summary: Server.stop() doesn't unregister all MBeans
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
>>>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 overri
33 matches
Mail list logo