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-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new df8b821 Improved: User Error.ftl everywhere it's not yet used (OFBIZ-11890)
df8b821 is described below
commit df8b8213ff448d78a2678717a6d03073e4e09223
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Jul 16 17:14:42 2020 +0200
Improved: User Error.ftl everywhere it's not yet used (OFBIZ-11890)
Those are no longer needed, replaced by error.ftl
---
ecommerce/webapp/ecommerce/WEB-INF/controller.xml | 1 -
webpos/webapp/webpos/WEB-INF/controller.xml | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/ecommerce/webapp/ecommerce/WEB-INF/controller.xml b/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
index e887b22..8683eda 100644
--- a/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
+++ b/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
@@ -21,7 +21,6 @@ under the License.
<site-conf xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns="
http://ofbiz.apache.org/Site-Conf" xsi:schemaLocation="
http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf.xsd">
<description>OFBiz: eCommerce Controller Configuration File</description>
- <errorpage>/error/error.jsp</errorpage>
<handler name="java" type="request" class="org.apache.ofbiz.webapp.event.JavaEventHandler"/>
<handler name="groovy" type="request" class="org.apache.ofbiz.webapp.event.GroovyEventHandler"/>
diff --git a/webpos/webapp/webpos/WEB-INF/controller.xml b/webpos/webapp/webpos/WEB-INF/controller.xml
index f40c9b4..33918d7 100644
--- a/webpos/webapp/webpos/WEB-INF/controller.xml
+++ b/webpos/webapp/webpos/WEB-INF/controller.xml
@@ -20,7 +20,6 @@
<site-conf xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns="
http://ofbiz.apache.org/Site-Conf" xsi:schemaLocation="
http://ofbiz.apache.org/Site-Conf http://ofbiz.apache.org/dtds/site-conf.xsd">
<description>Web Pos Component Site Configuration File</description>
- <errorpage>/error/error.jsp</errorpage>
<handler name="java" type="request" class="org.apache.ofbiz.webapp.event.JavaEventHandler"/>
<handler name="service" type="request" class="org.apache.ofbiz.webapp.event.ServiceEventHandler"/>
@@ -520,4 +519,4 @@
<view-map name="ForgotPassword_step1" type="screen" page="component://webpos/widget/CommonScreens.xml#ForgotPassword_step1"/>
<view-map name="ForgotPassword_step2" type="screen" page="component://webpos/widget/CommonScreens.xml#ForgotPassword_step2"/>
<!-- End of View Mappings -->
-</site-conf>
\ No newline at end of file
+</site-conf>