Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000209 [Resin] minor always 05-23-05 00:00 11-30-05 14:44
Reporter user142 View Status public  
Assigned To
Priority high Resolution fixed  
Status closed   Product Version
Summary 0000209: EL does not work in host-name
Description RSN-228
The example does not work, despite the fact that it seems like it should:

c:\resin> httpd.exe -Dhogwarts.http=www.hogwarts.com

<host host-name="${Var['hogwarts.http']}">
...
</host>

Note that this, however, does:

<host host-name-"foobar">
<host-alias>${Var['hogwarts.http']}</host-alias>
...
</host>

Similarly, this works:

c:\resin> httpd.exe -Dhogwarts.https=secure.hogwarts.com

<host host-name="www.hogwarts.com" secure-host-name="${Var['hogwarts.https']}">
...
</host>

Given that the EL works in secure-host-name and host-alias, it definately seems like it should work in host-name as well.
Additional Information Any
Attached Files

- Relationships

- Notes
(0000240)
ferg
05-23-05 00:00

server/1f10
 

- Issue History
Date Modified Username Field Change
05-23-05 00:00 user142 New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.14
11-30-05 14:44 ferg Status resolved => closed


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