Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for redirectToLogin (0.62 sec)

  1. src/main/java/org/codelibs/fess/app/web/go/GoAction.java

        @Execute
        public ActionResponse index(final GoForm form) throws IOException {
            validate(form, messages -> {}, () -> asHtml(virtualHost(path_Error_ErrorJsp)));
            if (isLoginRequired()) {
                return redirectToLogin();
            }
    
            Map<String, Object> doc = null;
            try {
                doc = searchHelper
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 9K bytes
    - Viewed (0)
Back to top