- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for defaultCorsHandler (0.13 sec)
-
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(); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3K bytes - Viewed (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>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jun 04 05:16:45 UTC 2023 - 378 bytes - Viewed (0)