Mantis Bugtracker
  

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

- Relationships

- Notes
(0001925)
ferg
05-15-07 16:17

server/1f32
 

- Issue History
Date Modified Username Field Change
04-13-07 19:06 nam New Issue
04-13-07 19:07 nam Description Updated
05-15-07 16:17 ferg Note Added: 0001925
05-15-07 16:17 ferg Assigned To  => ferg
05-15-07 16:17 ferg Status new => closed
05-15-07 16:17 ferg Resolution open => fixed
05-15-07 16:17 ferg Fixed in Version  => 3.1.2


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