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

Sergey Beryozkin resolved CXF-4939.
-----------------------------------

    Resolution: Won't Fix

According to 

http://stackoverflow.com/questions/13503213/how-to-get-the-url-fragment-identifier-from-httpservletrequest

a fragment is not sent in most cases, confirmed also with UrlConnection and 
async HTTP conduits, we can reopen if users will happen to work with a client 
capable of sending a fragment
                
> UriInfo.getRequestUri does not show an original URI fragment
> ------------------------------------------------------------
>
>                 Key: CXF-4939
>                 URL: https://issues.apache.org/jira/browse/CXF-4939
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>
> if we have "http://somehost:port/path#fragment"; request URI, then 
> UriInfo.getRequestUri will return only "http://somehost:port/path"; - most 
> likely the fix will need to be done at the servlet controller level 

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