[jboss-jira] [JBoss JIRA] (WFLY-3368) Reverse proxy configuration in standlone.xml doesn't support variables

Tomaz Cerar (JIRA) issues at jboss.org
Mon May 19 11:01:02 EDT 2014


     [ https://issues.jboss.org/browse/WFLY-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Cerar updated WFLY-3368:
------------------------------

    Description: 
The reverse proxy configuration in standalone.xml requires a string value and will not accept variables like most of the other options.

for example, something like this should be valid, but its currently not:
{code:xml}
<handlers>
  <reverse-proxy name="reverse-proxy" connections-per-thread="30">
    <host name="${myURL}" instance-id="myRoute"/>
  </reverse-proxy>
<handlers>
{code}
Here you need to specify the name as something like "http://127.5.183.1:8080"


  was:
The reverse proxy configuration in standalone.xml requires a string value and will not accept variables like most of the other options.

for example, something like this should be valid, but its currently not:
<handlers>
  <reverse-proxy name="reverse-proxy" connections-per-thread="30">
    <host name="${myURL}" instance-id="myRoute"/>
  </reverse-proxy>
<handlers>

Here you need to specify the name as something like "http://127.5.183.1:8080"




> Reverse proxy configuration in standlone.xml doesn't support variables
> ----------------------------------------------------------------------
>
>                 Key: WFLY-3368
>                 URL: https://issues.jboss.org/browse/WFLY-3368
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 8.0.0.Final
>            Reporter: Matt Wringe
>            Assignee: Tomaz Cerar
>
> The reverse proxy configuration in standalone.xml requires a string value and will not accept variables like most of the other options.
> for example, something like this should be valid, but its currently not:
> {code:xml}
> <handlers>
>   <reverse-proxy name="reverse-proxy" connections-per-thread="30">
>     <host name="${myURL}" instance-id="myRoute"/>
>   </reverse-proxy>
> <handlers>
> {code}
> Here you need to specify the name as something like "http://127.5.183.1:8080"



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list