[ofbiz-framework] branch trunk updated: Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)

jleroux@apache.org
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 2d7c533  Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)
2d7c533 is described below

commit 2d7c533e342a9a2835d7ff4bcc9dab37cd0e30b3
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Mon Jul 20 19:27:00 2020 +0200

    Improved: Use Error.ftl everywhere it's not yet used (OFBIZ-11890)
   
    Removes all error*.jsp reference, no longer used
---
 .../webapp/accounting/error/error403.jsp           | 26 ---------------------
 .../webapp/accounting/error/error404.jsp           | 26 ---------------------
 .../accounting/webapp/ap/error/error403.jsp        | 26 ---------------------
 .../accounting/webapp/ap/error/error404.jsp        | 26 ---------------------
 .../accounting/webapp/ar/error/error403.jsp        | 26 ---------------------
 .../accounting/webapp/ar/error/error404.jsp        | 26 ---------------------
 .../content/webapp/content/error/error403.jsp      | 26 ---------------------
 .../content/webapp/content/error/error404.jsp      | 26 ---------------------
 .../humanres/webapp/humanres/error/error403.jsp    | 26 ---------------------
 .../humanres/webapp/humanres/error/error404.jsp    | 26 ---------------------
 .../marketing/webapp/marketing/error/error403.jsp  | 27 ----------------------
 .../marketing/webapp/marketing/error/error404.jsp  | 27 ----------------------
 .../marketing/webapp/sfa/error/error403.jsp        | 27 ----------------------
 .../marketing/webapp/sfa/error/error404.jsp        | 27 ----------------------
 .../order/webapp/ordermgr/error/error403.jsp       | 27 ----------------------
 .../order/webapp/ordermgr/error/error404.jsp       | 27 ----------------------
 .../party/webapp/partymgr/error/error403.jsp       | 27 ----------------------
 .../party/webapp/partymgr/error/error404.jsp       | 27 ----------------------
 .../product/webapp/facility/error/error403.jsp     | 27 ----------------------
 .../product/webapp/facility/error/error404.jsp     | 27 ----------------------
 .../webapp/workeffort/error/error403.jsp           | 27 ----------------------
 .../webapp/workeffort/error/error404.jsp           | 27 ----------------------
 22 files changed, 584 deletions(-)

diff --git a/applications/accounting/webapp/accounting/error/error403.jsp b/applications/accounting/webapp/accounting/error/error403.jsp
deleted file mode 100644
index 7432c0f..0000000
--- a/applications/accounting/webapp/accounting/error/error403.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/accounting/webapp/accounting/error/error404.jsp b/applications/accounting/webapp/accounting/error/error404.jsp
deleted file mode 100644
index 73cff7b..0000000
--- a/applications/accounting/webapp/accounting/error/error404.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/accounting/webapp/ap/error/error403.jsp b/applications/accounting/webapp/ap/error/error403.jsp
deleted file mode 100644
index 7432c0f..0000000
--- a/applications/accounting/webapp/ap/error/error403.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/accounting/webapp/ap/error/error404.jsp b/applications/accounting/webapp/ap/error/error404.jsp
deleted file mode 100644
index 73cff7b..0000000
--- a/applications/accounting/webapp/ap/error/error404.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/accounting/webapp/ar/error/error403.jsp b/applications/accounting/webapp/ar/error/error403.jsp
deleted file mode 100644
index 7432c0f..0000000
--- a/applications/accounting/webapp/ar/error/error403.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/accounting/webapp/ar/error/error404.jsp b/applications/accounting/webapp/ar/error/error404.jsp
deleted file mode 100644
index 73cff7b..0000000
--- a/applications/accounting/webapp/ar/error/error404.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/content/webapp/content/error/error403.jsp b/applications/content/webapp/content/error/error403.jsp
deleted file mode 100644
index 7432c0f..0000000
--- a/applications/content/webapp/content/error/error403.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/content/webapp/content/error/error404.jsp b/applications/content/webapp/content/error/error404.jsp
deleted file mode 100644
index 73cff7b..0000000
--- a/applications/content/webapp/content/error/error404.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/humanres/webapp/humanres/error/error403.jsp b/applications/humanres/webapp/humanres/error/error403.jsp
deleted file mode 100644
index 7432c0f..0000000
--- a/applications/humanres/webapp/humanres/error/error403.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/humanres/webapp/humanres/error/error404.jsp b/applications/humanres/webapp/humanres/error/error404.jsp
deleted file mode 100644
index 73cff7b..0000000
--- a/applications/humanres/webapp/humanres/error/error404.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/marketing/webapp/marketing/error/error403.jsp b/applications/marketing/webapp/marketing/error/error403.jsp
deleted file mode 100644
index e17f67f..0000000
--- a/applications/marketing/webapp/marketing/error/error403.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/marketing/webapp/marketing/error/error404.jsp b/applications/marketing/webapp/marketing/error/error404.jsp
deleted file mode 100644
index 51b8499..0000000
--- a/applications/marketing/webapp/marketing/error/error404.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/marketing/webapp/sfa/error/error403.jsp b/applications/marketing/webapp/sfa/error/error403.jsp
deleted file mode 100644
index e17f67f..0000000
--- a/applications/marketing/webapp/sfa/error/error403.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/marketing/webapp/sfa/error/error404.jsp b/applications/marketing/webapp/sfa/error/error404.jsp
deleted file mode 100644
index 51b8499..0000000
--- a/applications/marketing/webapp/sfa/error/error404.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/order/webapp/ordermgr/error/error403.jsp b/applications/order/webapp/ordermgr/error/error403.jsp
deleted file mode 100644
index e17f67f..0000000
--- a/applications/order/webapp/ordermgr/error/error403.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/order/webapp/ordermgr/error/error404.jsp b/applications/order/webapp/ordermgr/error/error404.jsp
deleted file mode 100644
index 51b8499..0000000
--- a/applications/order/webapp/ordermgr/error/error404.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/party/webapp/partymgr/error/error403.jsp b/applications/party/webapp/partymgr/error/error403.jsp
deleted file mode 100644
index e17f67f..0000000
--- a/applications/party/webapp/partymgr/error/error403.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/party/webapp/partymgr/error/error404.jsp b/applications/party/webapp/partymgr/error/error404.jsp
deleted file mode 100644
index 51b8499..0000000
--- a/applications/party/webapp/partymgr/error/error404.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/product/webapp/facility/error/error403.jsp b/applications/product/webapp/facility/error/error403.jsp
deleted file mode 100644
index e17f67f..0000000
--- a/applications/product/webapp/facility/error/error403.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/product/webapp/facility/error/error404.jsp b/applications/product/webapp/facility/error/error404.jsp
deleted file mode 100644
index 51b8499..0000000
--- a/applications/product/webapp/facility/error/error404.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>
diff --git a/applications/workeffort/webapp/workeffort/error/error403.jsp b/applications/workeffort/webapp/workeffort/error/error403.jsp
deleted file mode 100644
index e17f67f..0000000
--- a/applications/workeffort/webapp/workeffort/error/error403.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 403 Happened: Access to resource Forbidden</h3>
-</body>
-</html>
diff --git a/applications/workeffort/webapp/workeffort/error/error404.jsp b/applications/workeffort/webapp/workeffort/error/error404.jsp
deleted file mode 100644
index 51b8499..0000000
--- a/applications/workeffort/webapp/workeffort/error/error404.jsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<%--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
---%>
-
-<html>
-<head>
-<title>ERROR!</title>
-</head>
-<body>
-<h3>An Error 404 Happened: Request resource Not Found</h3>
-</body>
-</html>