[
https://issues.jboss.org/browse/AS7-5663?page=com.atlassian.jira.plugin.s...
]
RH Bugzilla Integration commented on AS7-5663:
----------------------------------------------
Radim Hatlapatka <rhatlapa(a)redhat.com> made a comment on [bug
900961|https://bugzilla.redhat.com/show_bug.cgi?id=900961]
Verified for EAP 6.1.0 ER2 for both standalone and domain mode
CLONE - System properties are currently unusable for setting a
connector's proxy-name
-------------------------------------------------------------------------------------
Key: AS7-5663
URL:
https://issues.jboss.org/browse/AS7-5663
Project: Application Server 7
Issue Type: Sub-task
Components: Domain Management, Web
Affects Versions: 7.1.1.Final
Environment: -JBoss Enterprise Application Platform (EAP) 6.0.0
Reporter: Aaron Ogburn
Assignee: Tomaz Cerar
Fix For: EAP 6.1.0.Alpha (7.2.0.Final)
A connector's proxy-name cannot be set through system properties currently in the web
subsystem:
==domain.xml==
<subsystem xmlns="urn:jbossomain:web:1.1"
default-virtual-server="default-host" instance-id="${jboss.node.name}"
native="false">
<connector name="http" protocol="HTTP/1.1"
scheme="http" socket-binding="http"
proxy-name="${jboss.proxy.name}"/>
The property is never parsed though and
request.getServerName() just returns ${jboss.node.name}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira