Mantis - Resin
Viewing Issue Advanced Details
209 minor always 05-23-05 00:00 11-30-05 14:44
user142  
 
high  
closed  
fixed  
none    
none 3.0.14  
0000209: EL does not work in host-name
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.
Any

Notes
(0000240)
ferg   
05-23-05 00:00   
server/1f10