Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 8590f57

Browse files
committed
Make trivial change to log message to force GAE update
1 parent 49300c4 commit 8590f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

u2f-gae-demo/src/com/google/u2f/gaedemo/servlets/FinishSignServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void doPost(HttpServletRequest req, HttpServletResponse resp)
6767
try {
6868
securityKeyData = u2fServer.processSignResponse(signResponse);
6969
} catch (U2FException e) {
70-
throw new ServletException("signature didn't verify", e);
70+
throw new ServletException("signature verification failed", e);
7171
}
7272

7373
resp.setContentType("application/json");

0 commit comments

Comments
 (0)