Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for new404 (0.04 seconds)

  1. src/main/java/org/codelibs/fess/helper/OsddHelper.java

         *
         * @return the stream response
         */
        public StreamResponse asStream() {
            if (osddFile == null) {
                throw ComponentUtil.getResponseManager().new404("Unsupported Open Search Description Document response.");
            }
    
            return new StreamResponse(osddFile.getName()).contentType(contentType + "; charset=" + encoding).stream(out -> {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 4.7K bytes
    - Click Count (0)
Back to Top