Anonymous | Login | Signup for a new account | 12-17-2024 08:42 PST |
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 | ||||
0001689 | [Resin] | minor | always | 04-13-07 19:06 | 05-15-07 16:17 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.0 | ||||||
Summary | 0001689: full Windows path in host regexp root-directory causes regexp to fail | ||||||||
Description |
(rep by S. Avogadro) The following will NOT match any hosts: <host regexp="([^:]+):8080"> <host-name>${host.regexp[1]}</host-name> <root-directory>C:/foo</root-directory> <web-app id="/" document-directory="C:/bar/ROOT"/> </host> but the following will match hosts: <host regexp="([^:]+):8080"> <host-name>${host.regexp[1]}</host-name> <root-directory>foo</root-directory> <web-app id="/" document-directory="C:/bar/ROOT"/> </host> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |