Index: internal/hap/community/addon/itworks/src/main/resources/itworks/itworks.html IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- internal/hap/community/addon/itworks/src/main/resources/itworks/itworks.html (date 1593689797063) +++ internal/hap/community/addon/itworks/src/main/resources/itworks/itworks.html (date 1593689797063) @@ -0,0 +1,6 @@ + + + +

This resource is accessible !

+ + Index: internal/hap/community/cms/pom.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- internal/hap/community/cms/pom.xml (revision c124e96ba73f621b2b0539c942a1cfdb07d83c8a) +++ internal/hap/community/cms/pom.xml (date 1593755119345) @@ -23,6 +23,11 @@ hippo-acceptance-project-shared-cms-code ${project.version} + + com.onehippo.cms + hippo-acceptance-project-community-addon-itworks + ${project.version} + Index: internal/hap/community/addon/itworks/pom.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- internal/hap/community/addon/itworks/pom.xml (date 1593755770019) +++ internal/hap/community/addon/itworks/pom.xml (date 1593755770019) @@ -0,0 +1,29 @@ + + + + + + hippo-acceptance-project-community-addon + com.onehippo.cms + 100.4.0-SNAPSHOT + + 4.0.0 + + hippo-acceptance-project-community-addon-itworks + Hippo Acceptance Project Community Addon + + Index: internal/hap/shared/cms/resources/src/main/webapp/WEB-INF/web.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- internal/hap/shared/cms/resources/src/main/webapp/WEB-INF/web.xml (revision c124e96ba73f621b2b0539c942a1cfdb07d83c8a) +++ internal/hap/shared/cms/resources/src/main/webapp/WEB-INF/web.xml (date 1593758410944) @@ -40,6 +40,15 @@ org.hippoecm.hst.platform.container.HstCmsContextLoaderListener + + ProxyFilter @@ -106,6 +115,15 @@ vm:// + + + NavAppRedirectFilter + org.hippoecm.frontend.filter.NavAppRedirectFilter + + customWhiteListedPathPrefixes + itworks + + ProxyFilter @@ -142,6 +160,24 @@ + + + ItWorksResourceServlet + org.onehippo.cms7.utilities.servlet.SecureCmsResourceServlet + + jarPathPrefix + itworks + + + allowedResourcePaths + + ^/.*\..* + + + + + + CKEditorResourceServlet org.onehippo.cms7.utilities.servlet.SecureCmsResourceServlet @@ -225,6 +261,11 @@ CKEditorResourceServlet /ckeditor/* + + + ItWorksResourceServlet + /itworks/* + SkinResourceServlet Index: internal/hap/community/addon/pom.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- internal/hap/community/addon/pom.xml (revision c124e96ba73f621b2b0539c942a1cfdb07d83c8a) +++ internal/hap/community/addon/pom.xml (date 1593755119348) @@ -31,6 +31,7 @@ channel-manager od2 od2-site2 + itworks