|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 1689 | minor | always | 04-13-07 19:06 | 05-15-07 16:17 | |
|
|
|||||
| Reporter: | nam | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.1.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||