You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/06/13 19:35:20 UTC

[jira] [Issue Comment Deleted] (CXF-5068) Getting a cached base url from UriInfo object

     [ https://issues.apache.org/jira/browse/CXF-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin updated CXF-5068:
----------------------------------

    Comment: was deleted

(was: Disabling address updates by default seems have side-effects for WS.
Can you let me know please if setting this property to 'true' fixes the issue for you ? )
    
> Getting a cached base url from UriInfo object
> ---------------------------------------------
>
>                 Key: CXF-5068
>                 URL: https://issues.apache.org/jira/browse/CXF-5068
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.7.5
>            Reporter: Stephan Klevenz
>            Assignee: Sergey Beryozkin
>
> We are using UriInfo.getBaseUriBuilder() to get the base URI of the request. It looks like that the base uri or at least the host name is cached which shouldn't be.
> Test Case:
> Perform following request sequence:
> 1) http://localhost/endpoint -> base uri returns localhost
> 2) http://127.0.0.1/endpoint -> base uri returns localhost
> Restart server and execute in reverse order then the base uri always returns 127.0.0.1 as host.
> Assumption: host name is cached in the 2nd request.
> This is an issue for servers supporting alias host names.
> Workaround: construct base url from HttpServletRequest.

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