Mukhadin Buzdov created CXF-5249:
------------------------------------
Summary: JAX-RS 2.0 ContainerRequestContext#getMethod() doesn't
return request HTTP-method
Key: CXF-5249
URL: https://issues.apache.org/jira/browse/CXF-5249
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.6
Reporter: Mukhadin Buzdov
Implementation of JAX-RS 2.0 ContainerRequestContext#getMethod() doesn't return
HTTP method, null value is returned instead.
During instantiating of ContainerRequestContext we initializing context
property map by message property "jaxrs.filter.properties", which is not filled
at that time.
During #getMethod() invocation we are trying to get property from that empty
map.
--
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