This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git The following commit(s) were added to refs/heads/trunk by this push: new 2585cad Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890) 2585cad is described below commit 2585cadd33b7cb16a2e5cbae6f198dde34262ed1 Author: Jacques Le Roux <[hidden email]> AuthorDate: Fri Jul 17 08:08:19 2020 +0200 Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890) Removes ashes in web.xml files --- .../marketing/webapp/marketing/WEB-INF/web.xml | 18 ------------------ applications/party/webapp/partymgr/WEB-INF/web.xml | 18 ------------------ .../workeffort/webapp/workeffort/WEB-INF/web.xml | 18 ------------------ 3 files changed, 54 deletions(-) diff --git a/applications/marketing/webapp/marketing/WEB-INF/web.xml b/applications/marketing/webapp/marketing/WEB-INF/web.xml index 312fced..c94e2df 100644 --- a/applications/marketing/webapp/marketing/WEB-INF/web.xml +++ b/applications/marketing/webapp/marketing/WEB-INF/web.xml @@ -90,24 +90,6 @@ under the License. <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> -<!-- - <error-page> - <error-code>403</error-code> - <location>/error/error403.jsp</location> - </error-page> - <error-page> - <error-code>404</error-code> - <location>/error/error404.jsp</location> - </error-page> - <error-page> - <error-code>410</error-code> - <location>/error/error.jsp</location> - </error-page> - <error-page> - <error-code>500</error-code> - <location>/error/error.jsp</location> - </error-page> ---> <!-- HTTP Response Code definitions: | "400" ; Bad Request diff --git a/applications/party/webapp/partymgr/WEB-INF/web.xml b/applications/party/webapp/partymgr/WEB-INF/web.xml index c9e91b4..0e61534 100644 --- a/applications/party/webapp/partymgr/WEB-INF/web.xml +++ b/applications/party/webapp/partymgr/WEB-INF/web.xml @@ -90,24 +90,6 @@ under the License. <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> -<!-- - <error-page> - <error-code>403</error-code> - <location>/error/error403.jsp</location> - </error-page> - <error-page> - <error-code>404</error-code> - <location>/error/error404.jsp</location> - </error-page> - <error-page> - <error-code>410</error-code> - <location>/error/error.jsp</location> - </error-page> - <error-page> - <error-code>500</error-code> - <location>/error/error.jsp</location> - </error-page> ---> <!-- HTTP Response Code definitions: | "400" ; Bad Request diff --git a/applications/workeffort/webapp/workeffort/WEB-INF/web.xml b/applications/workeffort/webapp/workeffort/WEB-INF/web.xml index 8d39a5a..92de519 100644 --- a/applications/workeffort/webapp/workeffort/WEB-INF/web.xml +++ b/applications/workeffort/webapp/workeffort/WEB-INF/web.xml @@ -105,24 +105,6 @@ under the License. <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> - <!-- - <error-page> - <error-code>403</error-code> - <location>/error/error403.jsp</location> - </error-page> - <error-page> - <error-code>404</error-code> - <location>/error/error404.jsp</location> - </error-page> - <error-page> - <error-code>410</error-code> - <location>/error/error.jsp</location> - </error-page> - <error-page> - <error-code>500</error-code> - <location>/error/error.jsp</location> - </error-page> - --> <!-- HTTP Response Code definitions: | "400" ; Bad Request |
Free forum by Nabble | Edit this page |