| Anonymous | Login | Signup for a new account | 10-27-2025 12:36 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.1.2 | Product Version | 3.1.0 | ||||
| Product Build | |||||||||
| 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> |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |