mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
[#982] Removed ';' from request header
This commit is contained in:
parent
4a5f4b80d1
commit
3ab6e31d85
@ -104,7 +104,7 @@ public class RequestHandler implements HttpHandler {
|
||||
|
||||
// Authentication failed, but was not blocked
|
||||
if (response instanceof PromptAuthorizationResponse) {
|
||||
responseHeaders.set("WWW-Authenticate", response.getHeader("WWW-Authenticate").orElse("Basic realm=\"Plan WebUser (/plan register)\";"));
|
||||
responseHeaders.set("WWW-Authenticate", response.getHeader("WWW-Authenticate").orElse("Basic realm=\"Plan WebUser (/plan register)\""));
|
||||
}
|
||||
|
||||
response.setResponseHeaders(responseHeaders);
|
||||
|
Loading…
Reference in New Issue
Block a user