[
https://issues.jboss.org/browse/AS7-5663?page=com.atlassian.jira.plugin.s...
]
Tomaz Cerar moved JBPAPP-10061 to AS7-5663:
-------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-5663 (was: JBPAPP-10061)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.1.Final
(was: EAP 6.0.0)
Component/s: Domain Management
Web
(was: Web)
Security: (was: Public)
Docs QE Status: (was: NEW)
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: Enhancement
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
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