- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_doFilter_differentOrigins (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/filter/CorsFilterTest.java
assertEquals(0, mockResponse.getStatus()); // Status not set when no handler } // Test with different origin formats @Test public void test_doFilter_differentOrigins() throws Exception { String[] origins = { "http://localhost:8080", "https://example.com", "http://subdomain.example.com", "https://example.com:3000" }; for (String origin : origins) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 22.6K bytes - Click Count (0)