From c703c92f82a644aa22a02ddba70ca855322f01eb Mon Sep 17 00:00:00 2001 From: pb Date: Fri, 30 May 2014 08:37:25 +0000 Subject: [PATCH] Just another addendum. git-svn-id: https://svn.libreccm.org/ccm/trunk@2659 8810af33-2d31-482b-a856-94f89814c4df --- ....ccm-core.xml => web.default-ccm-core.xml} | 107 +++++++++++++++--- ccm-core/web/WEB-INF/web.xml | 102 ++++++++++++++--- ccm-sci-bundle/bundles/devel/cfg/project.xml | 2 +- 3 files changed, 179 insertions(+), 32 deletions(-) rename ccm-core/web/WEB-INF/web.d/{web.default.ccm-core.xml => web.default-ccm-core.xml} (72%) diff --git a/ccm-core/web/WEB-INF/web.d/web.default.ccm-core.xml b/ccm-core/web/WEB-INF/web.d/web.default-ccm-core.xml similarity index 72% rename from ccm-core/web/WEB-INF/web.d/web.default.ccm-core.xml rename to ccm-core/web/WEB-INF/web.d/web.default-ccm-core.xml index 9b5359773..f0d54bcb3 100644 --- a/ccm-core/web/WEB-INF/web.d/web.default.ccm-core.xml +++ b/ccm-core/web/WEB-INF/web.d/web.default-ccm-core.xml @@ -25,6 +25,56 @@ + + + + + shortcuts + com.arsdigita.shortcuts.ShortcutFilter + + + + subsite + com.arsdigita.subsite.SubsiteFilter + + + + + + + subsite + /* + + + + shortcuts + /* + + + + + ccm-dispatcher com.arsdigita.web.CCMDispatcherServlet @@ -74,6 +119,22 @@ com.arsdigita.versioning.VersioningServlet + + login + com.arsdigita.ui.login.LoginServlet + + + + webadmin + com.arsdigita.ui.admin.AdminServlet + + + + webadmin-permissions + com.arsdigita.ui.permissions.PermissionsServlet + + + webdevsupport com.arsdigita.webdevsupport.WebDevSupportServlet @@ -90,12 +151,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> ccm-dispatcher @@ -117,6 +176,22 @@ /versioning/* + + login + /login/* + + + + webadmin + /admin/* + + + + webadmin-permissions + /admin-permissions/* + + + webdevsupport /webdevsupport/* @@ -133,11 +208,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> com.arsdigita.dispatcher.AccessDeniedException @@ -174,11 +247,9 @@ /error/general.jsp - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> diff --git a/ccm-core/web/WEB-INF/web.xml b/ccm-core/web/WEB-INF/web.xml index 7d2113aa0..f0d54bcb3 100644 --- a/ccm-core/web/WEB-INF/web.xml +++ b/ccm-core/web/WEB-INF/web.xml @@ -25,6 +25,56 @@ + + + + + shortcuts + com.arsdigita.shortcuts.ShortcutFilter + + + + subsite + com.arsdigita.subsite.SubsiteFilter + + + + + + + subsite + /* + + + + shortcuts + /* + + + + + ccm-dispatcher com.arsdigita.web.CCMDispatcherServlet @@ -69,6 +119,22 @@ com.arsdigita.versioning.VersioningServlet + + login + com.arsdigita.ui.login.LoginServlet + + + + webadmin + com.arsdigita.ui.admin.AdminServlet + + + + webadmin-permissions + com.arsdigita.ui.permissions.PermissionsServlet + + + webdevsupport com.arsdigita.webdevsupport.WebDevSupportServlet @@ -85,12 +151,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> ccm-dispatcher @@ -112,6 +176,22 @@ /versioning/* + + login + /login/* + + + + webadmin + /admin/* + + + + webadmin-permissions + /admin-permissions/* + + + webdevsupport /webdevsupport/* @@ -128,11 +208,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> com.arsdigita.dispatcher.AccessDeniedException @@ -169,11 +247,9 @@ /error/general.jsp - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index c5948fee4..0ba757eb4 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/project.xml +++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml @@ -10,7 +10,7 @@ prettyName="Scientific CMS" version="2.3.0" release="devel-SNAPSHOT-r2620" - webxml="scweb.xml" + webxml="sci-web.xml" portletxml="sci-portlet.xml" webapp="libreccm" xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">