Commit 3e9110a
committed
Fix the error response constructed in ClientRegistrationEndpoint.validateCertificate(HttpServletRequest).
The second parametger given to the OBBDCRProcessor.errorResponse method should
be an error code, not a format string for the error description.1 parent efbd9ef commit 3e9110a
File tree
1 file changed
+2
-1
lines changed- src/main/java/com/authlete/jaxrs/server/api
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
0 commit comments