Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The parameter of request.getHeader() need to be case insensitive #28

Open
namutaka opened this issue Aug 17, 2016 · 1 comment
Open

Comments

@namutaka
Copy link

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-

@seratch
Copy link
Member

seratch commented Oct 30, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants