Bug 900961 (JBPAPP6-1443) - System properties are currently unusable for setting a connector's proxy-name
Summary: System properties are currently unusable for setting a connector's proxy-name
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: JBPAPP6-1443
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER2
: EAP 6.1.0
Assignee: Paul Gier
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBP...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-01 14:21 UTC by Aaron Ogburn
Modified: 2013-12-15 17:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
-JBoss Enterprise Application Platform (EAP) 6.0.0
Last Closed: 2013-12-15 17:02:03 UTC
Type: Enhancement
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker AS7-5663 0 Major Resolved CLONE - System properties are currently unusable for setting a connector's proxy-name 2013-10-23 13:40:29 UTC
Red Hat Issue Tracker AS7-6127 0 Major Resolved allow expressions in the web subsystem 2013-10-23 13:40:30 UTC
Red Hat Issue Tracker JBPAPP6-1443 0 Major Closed System properties are currently unusable for setting a connector's proxy-name 2013-10-23 13:40:30 UTC

Description Aaron Ogburn 2012-10-01 14:21:24 UTC
Help Desk Ticket Reference: https://na7.salesforce.com/500A000000Avbab
project_key: JBPAPP6

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}.

Comment 1 Tomaz Cerar 2012-10-01 14:54:53 UTC
Link: Added: This issue Cloned to JBPAPP-10061


Comment 2 Anne-Louise Tangring 2012-11-13 20:58:00 UTC
Docs QE Status: Removed: NEW 


Comment 3 Tomaz Cerar 2012-12-10 16:37:47 UTC
Link: Added: This issue relates to AS7-6127


Comment 4 Tomaz Cerar 2013-01-10 16:53:37 UTC
fixed in upstream

Comment 6 Radim Hatlapatka 2013-03-14 10:34:49 UTC
Verified for EAP 6.1.0 ER2 for both standalone and domain mode


Note You need to log in before you can comment on or make changes to this bug.