From bf9d125eaa3e8b010126b8ada976ea6bb8f589cd Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Wed, 12 Feb 2014 14:37:42 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud) 60757: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 60710: Merged DEV to V4.2-BUG-FIX (4.2.2) 60678: MNT-10482: JSP compilation error in Weblogic 12.1.2 when creating a web form - Use url for importing alfresco/wcm tld files instead of relative location. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62364 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/WEB-INF/web.xml | 9 +++++++++ source/web/WEB-INF/weblogic.xml | 8 ++++++++ .../jsp/content/create-content-wizard/create-form.jsp | 2 +- .../create-form-wizard/configure-rendering-engines.jsp | 2 +- source/web/jsp/wcm/create-form-wizard/details.jsp | 2 +- .../wcm/create-form-wizard/select-default-workflow.jsp | 2 +- .../web/jsp/wcm/create-web-content-wizard/create-xml.jsp | 2 +- .../regenerate-renditions-wizard/select_renditions.jsp | 2 +- .../web/jsp/wcm/regenerate-renditions-wizard/summary.jsp | 2 +- 9 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 source/web/WEB-INF/weblogic.xml diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml index 04209ba9b..3c78aa189 100644 --- a/source/web/WEB-INF/web.xml +++ b/source/web/WEB-INF/web.xml @@ -979,4 +979,13 @@ java.lang.String + + http://alfresco.com/alfresco + /WEB-INF/alfresco.tld + + + + http://alfresco.com/wcm + /WEB-INF/wcm.tld + \ No newline at end of file diff --git a/source/web/WEB-INF/weblogic.xml b/source/web/WEB-INF/weblogic.xml new file mode 100644 index 000000000..e2c5a489e --- /dev/null +++ b/source/web/WEB-INF/weblogic.xml @@ -0,0 +1,8 @@ + + + + +true + + + \ No newline at end of file diff --git a/source/web/jsp/content/create-content-wizard/create-form.jsp b/source/web/jsp/content/create-content-wizard/create-form.jsp index b172c6f62..a99423b7c 100644 --- a/source/web/jsp/content/create-content-wizard/create-form.jsp +++ b/source/web/jsp/content/create-content-wizard/create-form.jsp @@ -18,7 +18,7 @@ -->