Kevin Minder created KNOX-139:
---------------------------------

             Summary: Move hostmap provider configuration from a rewrite 
function provider to real provider config
                 Key: KNOX-139
                 URL: https://issues.apache.org/jira/browse/KNOX-139
             Project: Apache Knox
          Issue Type: Improvement
          Components: Server
    Affects Versions: 0.3.0
            Reporter: Kevin Minder
             Fix For: 0.4.0


Currently the location hostmap configuration is stored in the rewrite.xml 
files.  Since hostmapper is not a gateway services this doesn't make sense 
anymore.  This should be in web.xml similar to how rewrite rules are handled.
<rules>
  <functions>
    <hostmap config="/WEB-INF/hostmap.txt"/>
  </functions>
  ...
</rules>

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

Reply via email to