- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for defaultCorsHandler (0.08 seconds)
-
src/main/java/org/codelibs/fess/cors/DefaultCorsHandler.java
*/ public class DefaultCorsHandler extends CorsHandler { /** * Creates a new instance of DefaultCorsHandler. * This constructor initializes the default CORS handler for applying * standard CORS headers based on application configuration. */ public DefaultCorsHandler() { super(); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3K bytes - Click Count (0) -
src/main/resources/fess_cors.xml
"http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="corsHandlerFactory" class="org.codelibs.fess.cors.CorsHandlerFactory"> </component> <component name="defaultCorsHandler" class="org.codelibs.fess.cors.DefaultCorsHandler"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jun 04 05:16:45 GMT 2023 - 378 bytes - Click Count (0)