| Anonymous | Login | Signup for a new account | 06-10-2026 02:57 PDT |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
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. |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |