Skip to content

Commit

Permalink
* Fixes for Tomcat 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Feb 13, 2017
1 parent 149f2db commit f5c1031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tomcat8/pom.xml
Expand Up @@ -56,7 +56,7 @@
</repositories>

<properties>
<tomcat.version>8.0.17</tomcat.version>
<tomcat.version>8.5.11</tomcat.version>
</properties>

<build>
Expand Down
Expand Up @@ -560,7 +560,7 @@ public void invoke(final Request request, final Response response)
* @see org.apache.catalina.authenticator.FormAuthenticator#authenticate(org.apache.catalina.connector.Request, javax.servlet.http.HttpServletResponse)
*/
@Override
public boolean authenticate(final Request request,
public boolean doAuthenticate(final Request request,
final HttpServletResponse response)
throws IOException {

Expand Down

0 comments on commit f5c1031

Please sign in to comment.