[ https://issues.apache.org/jira/browse/OLTU-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743229#comment-14743229 ] Antonio Sanso commented on OLTU-169: ------------------------------------ [~ransombriggs] is there any chance you can provided a unit test showing the issue :) ? > When new OAuthAuthzRequest(request); is passed a HEAD request it errors out > --------------------------------------------------------------------------- > > Key: OLTU-169 > URL: https://issues.apache.org/jira/browse/OLTU-169 > Project: Apache Oltu > Issue Type: Improvement > Components: oauth2-authzserver > Affects Versions: oauth2-0.31, oauth2-1.0.0 > Reporter: Ransom Briggs > Priority: Minor > > When new OAuthAuthzRequest(request); is passed a HEAD request, it errors out with "Method not correct". I only noticed this because one client does not pass a state parameter, and so a web browser was trying to cache the login page. For now we just worked around it by wrapping the request in HttpServletRequestWrapper, but I figured it would be nice if the library supported HEAD as well. I would not consider this a high priority as not many other people are likely hitting the error, but would be a nice to have. -- This message was sent by Atlassian JIRA (v6.3.4#6332)