You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, at the current moment, it depends on Servlet container implementations. skinny-micro just returns the value from Servlet API layer. But I agree it might be better to follow the implementation described on the javadoc you pointed.
According to the javadoc, the parameter is considered case insensitive:
http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html#getHeader-java.lang.String-
The text was updated successfully, but these errors were encountered: