- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for asEmptyBody (0.41 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
} @Test public void test_getResponse_withValidAuthenticator() { currentSsoType = "test"; final ActionResponse expectedResponse = HtmlResponse.asEmptyBody(); testAuthenticator.setActionResponse(expectedResponse); ssoManager = new SsoManager() { @Override protected String getSsoType() { return currentSsoType;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/backup/ApiAdminBackupAction.java
} } throwValidationErrorApi(messages -> messages.addErrorsCouldNotFindBackupIndex(GLOBAL)); return StreamResponse.asEmptyBody(); // no-op } private StreamResponse writeNdjsonResponse(final String id, final Consumer<Writer> writeCall) { return asStream(id)// .header("Pragma", "no-cache")//Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0)