Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for FAILURE (0.14 sec)

  1. src/main/java/org/codelibs/fess/app/web/sso/SsoAction.java

                    return getHtmlResponse();
                });
            } catch (final LoginFailureException lfe) {
                if (logger.isDebugEnabled()) {
                    logger.debug("SSO login failure.", lfe);
                }
                if (ssoManager.available()) {
                    saveError(messages -> messages.addErrorsSsoLoginError(GLOBAL));
                }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.1K bytes
    - Viewed (0)
Back to top