- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 13 for bad_request (0.07 seconds)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
/** * Represents the status of an API response. */ public enum Status { /** Successful response status. */ OK(0), /** Bad request status indicating client error. */ BAD_REQUEST(1), /** System error status indicating server error. */ SYSTEM_ERROR(2), /** Unauthorized status indicating authentication failure. */ UNAUTHORIZED(3), /** General failure status. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
assertEquals("{labels.contact_site_admin}", FessLabels.LABELS_contact_site_admin); assertEquals("{labels.request_error_title}", FessLabels.LABELS_request_error_title); assertEquals("{labels.bad_request}", FessLabels.LABELS_bad_request); assertEquals("{labels.page_not_found_title}", FessLabels.LABELS_page_not_found_title); assertEquals("{labels.check_url}", FessLabels.LABELS_check_url);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.searchoptions_menu_lang=語言 labels.searchoptions_menu_labels=標籤 labels.error_title=錯誤 labels.system_error_title=系統錯誤 labels.contact_site_admin=請聯繫網站管理員。 labels.request_error_title=請求格式不正確。 labels.bad_request=對URL的請求不正確。 labels.page_not_found_title=頁面未找到。 labels.check_url=請檢查URL。 labels.busy_title=服務暫時無法使用 labels.busy_message=伺服器目前負載較高,請稍後再試。 labels.user_name=使用者名稱 labels.login=登入
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/resources/fess_label_zh_CN.properties
labels.searchoptions_menu_lang=语言 labels.searchoptions_menu_labels=标签 labels.error_title=错误 labels.system_error_title=系统错误 labels.contact_site_admin=请联系网站管理员。 labels.request_error_title=请求格式不正确。 labels.bad_request=对URL的请求不正确。 labels.page_not_found_title=页面未找到。 labels.check_url=请检查URL。 labels.busy_title=服务暂时不可用 labels.busy_message=服务器当前负载较高,请稍后重试。 labels.user_name=用户名 labels.login=登录
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.3K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyCoordinatesFactoryRequest.java
scope, optional, exclusions); } private static class DefaultDependencyCoordinatesFactoryRequest extends BaseRequest<Session> implements DependencyCoordinatesFactoryRequest { private final String groupId; private final String artifactId; private final String version;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 12.1K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/VersionRangeResolverRequest.java
return new DefaultVersionResolverRequest(session, trace, artifactCoordinates, repositories, nature); } private static class DefaultVersionResolverRequest extends BaseRequest<Session> implements VersionRangeResolverRequest { private final ArtifactCoordinates artifactCoordinates; private final List<RemoteRepository> repositories;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 10.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /chat/chat.jsp */ HtmlNext path_Chat_ChatJsp = new HtmlNext("/chat/chat.jsp"); /** The path of the HTML: /error/badRequest.jsp */ HtmlNext path_Error_BadRequestJsp = new HtmlNext("/error/badRequest.jsp"); /** The path of the HTML: /error/busy.jsp */ HtmlNext path_Error_BusyJsp = new HtmlNext("/error/busy.jsp"); /** The path of the HTML: /error/error.jsp */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 26.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
} assertTrue("Should have admin paths", adminPaths.size() > 0); } @Test public void test_errorPaths() throws Exception { // Test error paths assertEquals("/error/badRequest.jsp", FessHtmlPath.path_Error_BadRequestJsp.getRoutingPath()); assertEquals("/error/error.jsp", FessHtmlPath.path_Error_ErrorJsp.getRoutingPath());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderRequest.java
session, trace, path, source, allowStubModel, recursive, processPlugins, repositories); } private static class DefaultProjectBuilderRequest extends BaseRequest<Session> implements ProjectBuilderRequest { private final Path path; private final Source source; private final boolean allowStubModel;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 07:30:49 GMT 2025 - 11.7K bytes - Click Count (0)