Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1298 | minor | always | 08-21-06 04:41 | 09-05-06 10:37 | |
|
|||||
Reporter: | marcelloh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.21 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.22 | ||
|
|||||
Summary: | 0001298: Strange behaviour in servlet-mapping | ||||
Description: |
This is a substract of my configuration: <web-app id="/" document-directory="c:\data\website\html\"> <welcome-file-list>index.html,notfound.html</welcome-file-list> <servlet servlet-name='website' servlet-class='prg.Wsf' /> <servlet-mapping url-regexp='/.*.html?' servlet-name='website'/> </web-app> It complains about the regexp in the servlet-mapping if my url is: http://localhost [^] It goes fine when the url is: http://localhost/index.html [^] In the first case it should load the index.html automatically, but it don't |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|