Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RequestClientErrorException (0.14 seconds)

  1. src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java

                    logger.debug("isStatusSet={}", status);
                }
                if (status) {
                    return new ActionResponseCredential(() -> {
                        throw new RequestLoggingFilter.RequestClientErrorException("Your request is not authorized.", "401 Unauthorized",
                                HttpServletResponse.SC_UNAUTHORIZED);
                    });
                }
    
                // assert
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:18:23 GMT 2026
    - 18.2K bytes
    - Click Count (3)
Back to Top