Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WHEN (0.02 sec)

  1. README.md

        $ unzip target/releases/fess-*.zip
        $ ./fess-*/bin/fess &
    
    Wait for Fess to be ready (this may take up to 60 seconds):
    
        $ curl -s "http://localhost:8080/api/v1/health"
    
    You should see a JSON response when Fess is ready.
    
    #### 3. Clone Test Data
    
    Required for SearchApiTests:
    
        $ git clone https://github.com/codelibs/fess-testdata.git /tmp/fess-testdata
    
    #### 4. Run Integration Tests
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 00:28:33 UTC 2025
    - 7.8K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java

     * saml.idp.x509cert=MIIDqjCCApKgAwIBAgIGAYMwfYAwMA0G...
     * </pre>
     *
     * <h2>Service Provider URL Configuration</h2>
     * <p>By default, the SP URLs use {@code http://localhost:8080} as the base URL.
     * For production or when the IdP is configured with a different URL, you should
     * set one of the following:</p>
     *
     * <h3>Option 1: Set base URL (recommended for simplicity)</h3>
     * <pre>
     * # All SP URLs will be derived from this base URL
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Dec 14 01:18:25 UTC 2025
    - 20.2K bytes
    - Viewed (3)
Back to top