Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
209 | minor | always | 05-23-05 00:00 | 11-30-05 14:44 | |
|
|||||
Reporter: | user142 | Platform: | |||
Assigned To: | OS: | ||||
Priority: | high | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.14 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | Any | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|