Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003944 [Resin] major always 03-14-10 14:23 03-26-10 14:45
Reporter posenato View Status public  
Assigned To ferg
Priority normal Resolution unable to reproduce  
Status closed   Product Version 4.0.5
Summary 0003944: 'plugin_match' doesn't work
Description Any servlet mapping that uses the 'special' 'plugin_match' name doesn't work.

The reported error is:
[2010-03-14 22:15:02] WARNING WebApp.buildInvocation: com.caucho.server.dispatch.ServletConfigException: 'plugin_match' is not a known servlet. Servlets must be defined by <servlet> before being used.
at com.caucho.server.dispatch.ServletManager.createServletChain(ServletManager.java:251)
at com.caucho.server.dispatch.ServletMapper.mapServlet(ServletMapper.java:379)
at com.caucho.server.webapp.WebApp.buildInvocation(WebApp.java:3189)
...
Additional Information
Attached Files

- Relationships

- Notes
(0004489)
ferg
03-26-10 14:45

server/13fc

Tested with a default web-app with the following WEB-INF/resin-web.xml

<web-app xmlns="http://caucho.com/ns/resin"> [^]

  <servlet-mapping url-pattern="/*" servlet-name="plugin_match"/>
  <servlet-mapping url-pattern="/test" servlet-name="plugin_match"/>
  <servlet-mapping url-pattern="/test.jsp" servlet-name="plugin_match"/>

</web-app>

Accessing /test.txt, /test, and /test.jsp all returned the normal, expected result.
 

- Issue History
Date Modified Username Field Change
03-14-10 14:23 posenato New Issue
03-14-10 14:27 posenato Issue Monitored: posenato
03-26-10 14:45 ferg Note Added: 0004489
03-26-10 14:45 ferg Assigned To  => ferg
03-26-10 14:45 ferg Status new => closed
03-26-10 14:45 ferg Resolution open => unable to reproduce
03-26-10 14:45 ferg Fixed in Version  => 4.0.6


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker