-
Bug
-
Resolution: Done
-
Major
-
4.0.0.Final, 3.7.0.Final
According to JAX-RS javadoc for:
- HttpHeaders.getRequestHeaders(), the returned map must be read-only if any
- HttpHeaders.getRequestHeader(String), the returned list must be read-only
It appears that org.jboss.resteasy.specimpl.ResteasyHttpHeaders does not follow those two points.