|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3944 | major | always | 03-14-10 14:23 | 03-26-10 14:45 | |
|
|
|||||
| Reporter: | posenato | Platform: | |||
| Assigned To: | ferg | OS: | Linux | ||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.5 | ||
| Product Build: | Resolution: | unable to reproduce | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.6 | ||
|
|
|||||
| 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) ... |
||||
| Steps To Reproduce: |
Put any servlet declaration like this: <servlet-mapping url-pattern='/*' servlet-name='plugin_match'/> |
||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||