Commit efbd9ef
committed
Remove unnecessary %s in an error message
The %s is not necessary and results in errors like this being returned
to the caller:
{ "error": "Client certificate validation failed: %s", "error_description": "Path does not chain with any of the trust anchors" }
The e.getMessage() is put into the error_description, so the %s is just looks
like a mistake.1 parent 3ff556f commit efbd9ef
File tree
1 file changed
+1
-1
lines changed- src/main/java/com/authlete/jaxrs/server/api
1 file changed
+1
-1
lines changedLines changed: 1 addition & 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 | | |
0 commit comments