DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43409>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43409


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Additional Comments From [EMAIL PROTECTED]  2007-10-01 00:17 -------
It is not true that resources are always provided by servlets. According to
SRV.9.13 a web application doesn't even have to contain a servlet. You are
confusing the "default" servlet, as defined in the spec, with
org.apache.catalina.servlets.DefaultServlet, which is nothing more than an
implementation element.

For any request, when there is a perfect match with a static resource in the web
application SRV.11 does not apply. You just return the resource. It is possible
that the implementation of the container uses its internal servlet gear to do
that, but that is not relevant.

This is a bug and the only place to discuss it is here.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to