- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SuppressErrorReportValve (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/tomcat/valve/SuppressErrorReportValveTest.java
} @Test public void test_multipleInstancesHaveIndependentSettings() { final SuppressErrorReportValve valve1 = new SuppressErrorReportValve(); final SuppressErrorReportValve valve2 = new SuppressErrorReportValve(); valve1.setShowReport(true); valve1.setShowServerInfo(true); // valve2 should still have default valuesCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/FessBoot.java
import org.apache.tomcat.util.net.SSLHostConfig; import org.apache.tomcat.util.net.SSLHostConfigCertificate; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.tomcat.valve.SuppressErrorReportValve; import org.codelibs.fess.tomcat.webresources.FessWebResourceRoot; import org.dbflute.tomcat.TomcatBoot; import org.dbflute.tomcat.logging.BootLogger; import org.dbflute.tomcat.props.BootPropsTranslator; /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 11.3K bytes - Click Count (0)