Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004838 [Resin] minor always 11-04-11 15:32 06-13-12 15:58
Reporter alex View Status public  
Assigned To ferg
Priority normal Resolution no change required Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.23
  Product Build
Summary 0004838: plugin_ignore is ignored for auto-deployed webapplications
Description - configure mod_caucho.so
- create test app in webapps
- configure resin-web.xml
<web-app xmlns="http://caucho.com/ns/resin"> [^]
  <servlet-mapping url-pattern="/images/" servlet-name="plugin_ignore"/>
</web-app>

make a request to apache for an image http://localhost/test/images/a.gif [^] receive

curl http://debosx:8888/test/images/a.gif [^]
<html>
<head><title>404 Not Found</title></head>
<body>
<h1>404 Not Found</h1>
/test/images/a.gif was not found on this server.

<hr />
<small>
Resin/4.0.23
Server: 'default'
</small>
</body></html>

Steps To Reproduce
Additional Information The module works as expected with web-apps registered in resin.xml

<host ...>
   <web-app id="/test" root-directory="webapps/test"/>
Attached Files

- Relationships

- Notes
(0005843)
ferg
06-13-12 15:58

This is expected behavior.

When the web-app is deploy through webapps and doesn't have an explicit web-app in the resin.xml, mod_caucho will send all URLs to Resin.
 

- Issue History
Date Modified Username Field Change
11-04-11 15:32 alex New Issue
06-13-12 15:58 ferg Note Added: 0005843
06-13-12 15:58 ferg Assigned To  => ferg
06-13-12 15:58 ferg Status new => closed
06-13-12 15:58 ferg Resolution open => no change required


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