From aa19cccfe828df6f75c4426995ac75b1d8759155 Mon Sep 17 00:00:00 2001 From: charitha Date: Wed, 14 Mar 2018 12:34:51 +0530 Subject: [PATCH] Bump kernel version & removed web xml customizations --- modules/distribution/pom.xml | 103 ----- .../analytics/conf/input-adapter-change.xml | 2 +- .../analytics/conf/output-adapter-change.xml | 4 +- modules/distribution/src/assembly/bin.xml | 36 -- .../src/core/bin/profile-creator.bat | 12 +- .../src/core/bin/profile-creator.sh | 10 +- .../src/core/conf/input-adapter-change.xml | 2 +- .../src/core/conf/output-adapter-change.xml | 2 +- .../web-xml/api#identity#entitlement/web.xml | 127 ------ .../web-xml/authenticationendpoint/web.xml | 280 ------------ .../web-xml/client-registration#v0.11/web.xml | 87 ---- .../resources/web-apps/web-xml/oauth2/web.xml | 100 ----- .../web-apps/web-xml/shindig/web.xml | 423 ------------------ .../analytics-profile/carbon.product | 4 +- .../p2-profile/broker-profile/carbon.product | 4 +- .../iot-core-profile/carbon.product | 4 +- pom.xml | 8 +- 17 files changed, 26 insertions(+), 1182 deletions(-) delete mode 100644 modules/distribution/src/core/resources/web-apps/web-xml/api#identity#entitlement/web.xml delete mode 100644 modules/distribution/src/core/resources/web-apps/web-xml/authenticationendpoint/web.xml delete mode 100644 modules/distribution/src/core/resources/web-apps/web-xml/client-registration#v0.11/web.xml delete mode 100644 modules/distribution/src/core/resources/web-apps/web-xml/oauth2/web.xml delete mode 100644 modules/distribution/src/core/resources/web-apps/web-xml/shindig/web.xml diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 07090c41..9b7a5745 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -760,109 +760,6 @@ - - - replace-web-xmls-in-war-files - prepare-package - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/modules/distribution/src/analytics/conf/input-adapter-change.xml b/modules/distribution/src/analytics/conf/input-adapter-change.xml index b1f0161f..e18884d5 100644 --- a/modules/distribution/src/analytics/conf/input-adapter-change.xml +++ b/modules/distribution/src/analytics/conf/input-adapter-change.xml @@ -24,7 +24,7 @@ 20000 10000 60 - https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.12/register tcp://${mqtt.broker.host}:${mqtt.broker.port} admin admin diff --git a/modules/distribution/src/analytics/conf/output-adapter-change.xml b/modules/distribution/src/analytics/conf/output-adapter-change.xml index b1d69837..07e305f0 100644 --- a/modules/distribution/src/analytics/conf/output-adapter-change.xml +++ b/modules/distribution/src/analytics/conf/output-adapter-change.xml @@ -9,7 +9,7 @@ 20000 10000 60 - https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.12/register https://${iot.gateway.host}:${iot.gateway.https.port}/token tcp://${mqtt.broker.host}:${mqtt.broker.port} admin @@ -23,7 +23,7 @@ 20000 10000 60 - https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.12/register https://${iot.gateway.host}:${iot.gateway.https.port}/token tcp://${mqtt.broker.host}:${mqtt.broker.port} admin diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml index 4c9b10d6..e1acdd5a 100755 --- a/modules/distribution/src/assembly/bin.xml +++ b/modules/distribution/src/assembly/bin.xml @@ -1657,42 +1657,6 @@ 755 - - - - - - - - - - target/webapp-temp/api#identity#entitlement.war - - ${pom.artifactId}-${pom.version}/repository/deployment/server/webapps - - 755 - - - target/webapp-temp/authenticationendpoint.war - - ${pom.artifactId}-${pom.version}/repository/deployment/server/webapps - - 755 - - - target/webapp-temp/oauth2.war - - ${pom.artifactId}-${pom.version}/repository/deployment/server/webapps - - 755 - - - target/webapp-temp/shindig.war - - ${pom.artifactId}-${pom.version}/repository/deployment/server/webapps - - 755 - src/core/cloud/portal/common.css diff --git a/modules/distribution/src/core/bin/profile-creator.bat b/modules/distribution/src/core/bin/profile-creator.bat index 83ca0597..db9db21a 100644 --- a/modules/distribution/src/core/bin/profile-creator.bat +++ b/modules/distribution/src/core/bin/profile-creator.bat @@ -99,7 +99,7 @@ goto :eof IF EXIST %DIR%..\conf\datasources\cdm-datasources.xml del %DIR%..\conf\datasources\cdm-datasources.xml mkdir %DIR%..\repository\deployment\server\tempwebapp copy /y %DIR%..\repository\deployment\server\webapps\oauth2.war %DIR%..\repository\deployment\server\tempwebapp\ - copy /y %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war %DIR%..\repository\deployment\server\tempwebapp\ + copy /y %DIR%..\repository\deployment\server\webapps\client-registration#v0.12.war %DIR%..\repository\deployment\server\tempwebapp\ copy /y %DIR%..\repository\deployment\server\webapps\authenticationendpoint.war %DIR%..\repository\deployment\server\tempwebapp\ IF EXIST %DIR%..\repository\deployment\server\webapps @RD /S /Q %DIR%..\repository\deployment\server\webapps mkdir %DIR%..\repository\deployment\server\jaggeryapps @@ -132,12 +132,12 @@ goto :eof IF EXIST %DIR%..\repository\deployment\server\jaggeryapps @RD /S /Q %DIR%..\repository\deployment\server\jaggeryapps IF EXIST %DIR%..\repository\deployment\server\axis2services @RD /S /Q %DIR%..\repository\deployment\server\axis2services IF EXIST %DIR%..\repository\deployment\server\webapps\shindig.war del %DIR%..\repository\deployment\server\webapps\shindig.war - IF EXIST %DIR%..\repository\deployment\server\webapps\api#am#publisher#v0.11.war del %DIR%..\repository\deployment\server\webapps\api#am#publisher#v0.11.war - IF EXIST %DIR%..\repository\deployment\server\webapps\api#am#store#v0.11.war del %DIR%..\repository\deployment\server\webapps\api#am#store#v0.11.war + IF EXIST %DIR%..\repository\deployment\server\webapps\api#am#publisher#v0.12.war del %DIR%..\repository\deployment\server\webapps\api#am#publisher#v0.11.war + IF EXIST %DIR%..\repository\deployment\server\webapps\api#am#store#v0.12.war del %DIR%..\repository\deployment\server\webapps\api#am#store#v0.11.war IF EXIST %DIR%..\repository\deployment\server\webapps\api#appm#oauth#v1.0.war del %DIR%..\repository\deployment\server\webapps\api#appm#oauth#v1.0.war IF EXIST %DIR%..\repository\deployment\server\webapps\api#appm#publisher#v1.1.war del %DIR%..\repository\deployment\server\webapps\api#appm#publisher#v1.1.war IF EXIST %DIR%..\repository\deployment\server\webapps\api#appm#store#v1.1.war del %DIR%..\repository\deployment\server\webapps\api#appm#store#v1.1.war - IF EXIST %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war del %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war + IF EXIST %DIR%..\repository\deployment\server\webapps\client-registration#v0.12.war del %DIR%..\repository\deployment\server\webapps\client-registration#v0.11.war mkdir %DIR%..\repository\deployment\server\jaggeryapps mkdir %DIR%..\repository\deployment\server\axis2services IF EXIST %DIR%..\conf\identity\sso-idp-config.xml del %DIR%..\conf\identity\sso-idp-config.xml @@ -168,8 +168,8 @@ goto :eof IF EXIST %DIR%..\conf\synapse.properties del %DIR%..\conf\synapse.properties IF EXIST %DIR%..\conf\passthru-http.properties del %DIR%..\conf\passthru-http.properties mkdir %DIR%..\repository\deployment\server\tempwebapp - copy /y %DIR%..\repository\deployment\server\webapps\api#am#publisher#v0.11.war %DIR%..\repository\deployment\server\tempwebapp\ - copy /y %DIR%..\repository\deployment\server\webapps\api#am#store#v0.11.war %DIR%..\repository\deployment\server\tempwebapp\ + copy /y %DIR%..\repository\deployment\server\webapps\api#am#publisher#v0.12.war %DIR%..\repository\deployment\server\tempwebapp\ + copy /y %DIR%..\repository\deployment\server\webapps\api#am#store#v0.12.war %DIR%..\repository\deployment\server\tempwebapp\ copy /y %DIR%..\repository\deployment\server\webapps\api#appm#oauth#v1.0.war %DIR%..\repository\deployment\server\tempwebapp\ copy /y %DIR%..\repository\deployment\server\webapps\api#appm#publisher#v1.1.war %DIR%..\repository\deployment\server\tempwebapp\ copy /y %DIR%..\repository\deployment\server\webapps\api#appm#store#v1.1.war %DIR%..\repository\deployment\server\tempwebapp\ diff --git a/modules/distribution/src/core/bin/profile-creator.sh b/modules/distribution/src/core/bin/profile-creator.sh index 27e9bb64..bcfc8480 100644 --- a/modules/distribution/src/core/bin/profile-creator.sh +++ b/modules/distribution/src/core/bin/profile-creator.sh @@ -83,8 +83,8 @@ then cp -rf ${DIR}/../repository/resources/profiles/backend/*.sh ${DIR}/../bin/ cp -rf ${DIR}/../repository/resources/profiles/backend/*.bat ${DIR}/../bin/ cp -rf ${DIR}/../repository/resources/profiles/backend/carbon.xml ${DIR}/../conf/ - rm -rf ${DIR}/../repository/deployment/server/webapps/oauth2.war ${DIR}/../repository/deployment/server/webapps/shindig.war ${DIR}/../repository/deployment/server/webapps/api#am#publisher#v0.11.war ${DIR}/../repository/deployment/server/webapps/api#am#store#v0.11.war ${DIR}/../repository/deployment/server/webapps/api#appm#oauth#v1.0.war ${DIR}/../repository/deployment/server/webapps/api#appm#publisher#v1.1.war ${DIR}/../repository/deployment/server/webapps/api#appm#store#v1.1.war - rm -rf ${DIR}/../repository/deployment/server/webapps/dynamic-client-web.war ${DIR}/../repository/deployment/server/webapps/client-registration#v0.11.war + rm -rf ${DIR}/../repository/deployment/server/webapps/oauth2.war ${DIR}/../repository/deployment/server/webapps/shindig.war ${DIR}/../repository/deployment/server/webapps/api#am#publisher#v0.12.war ${DIR}/../repository/deployment/server/webapps/api#am#store#v0.11.war ${DIR}/../repository/deployment/server/webapps/api#appm#oauth#v1.0.war ${DIR}/../repository/deployment/server/webapps/api#appm#publisher#v1.1.war ${DIR}/../repository/deployment/server/webapps/api#appm#store#v1.1.war + rm -rf ${DIR}/../repository/deployment/server/webapps/dynamic-client-web.war ${DIR}/../repository/deployment/server/webapps/client-registration#v0.12.war rm -rf ${DIR}/../repository/deployment/server/jaggeryapps/* rm -rf ${DIR}/../repository/deployment/server/axis2services/* rm -rf ${DIR}/../conf/identity/sso-idp-config.xml @@ -122,8 +122,8 @@ then cp -rf ${DIR}/../repository/resources/profiles/manager/carbon.xml ${DIR}/../conf/ cp -rf ${DIR}/../repository/resources/profiles/manager/axis2/axis2.xml ${DIR}/../conf/axis2/ mkdir ${DIR}/../repository/deployment/server/tempwebapp - cp ${DIR}/../repository/deployment/server/webapps/api#am#publisher#v0.11.war ${DIR}/../repository/deployment/server/tempwebapp/ - cp ${DIR}/../repository/deployment/server/webapps/api#am#store#v0.11.war ${DIR}/../repository/deployment/server/tempwebapp/ + cp ${DIR}/../repository/deployment/server/webapps/api#am#publisher#v0.12.war ${DIR}/../repository/deployment/server/tempwebapp/ + cp ${DIR}/../repository/deployment/server/webapps/api#am#store#v0.12.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/api#appm#oauth#v1.0.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/api#appm#publisher#v1.1.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/api#appm#store#v1.1.war ${DIR}/../repository/deployment/server/tempwebapp/ @@ -196,7 +196,7 @@ then mkdir ${DIR}/../repository/deployment/server/tempwebapp cp ${DIR}/../repository/deployment/server/webapps/oauth2.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/throttle#data#v1.war ${DIR}/../repository/deployment/server/tempwebapp/ - cp ${DIR}/../repository/deployment/server/webapps/client-registration#v0.11.war ${DIR}/../repository/deployment/server/tempwebapp/ + cp ${DIR}/../repository/deployment/server/webapps/client-registration#v0.12.war ${DIR}/../repository/deployment/server/tempwebapp/ cp ${DIR}/../repository/deployment/server/webapps/authenticationendpoint.war ${DIR}/../repository/deployment/server/tempwebapp/ rm -rf ${DIR}/../repository/deployment/server/webapps/* cp -rf ${DIR}/../repository/deployment/server/tempwebapp/* ${DIR}/../repository/deployment/server/webapps/ diff --git a/modules/distribution/src/core/conf/input-adapter-change.xml b/modules/distribution/src/core/conf/input-adapter-change.xml index dd1d5be2..44e4d69c 100644 --- a/modules/distribution/src/core/conf/input-adapter-change.xml +++ b/modules/distribution/src/core/conf/input-adapter-change.xml @@ -25,7 +25,7 @@ 20000 10000 60 - https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.12/register tcp://${mqtt.broker.host}:${mqtt.broker.port} admin admin diff --git a/modules/distribution/src/core/conf/output-adapter-change.xml b/modules/distribution/src/core/conf/output-adapter-change.xml index 66bd32df..b5757210 100644 --- a/modules/distribution/src/core/conf/output-adapter-change.xml +++ b/modules/distribution/src/core/conf/output-adapter-change.xml @@ -9,7 +9,7 @@ 20000 10000 60 - https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.12/register https://${iot.gateway.host}:${iot.gateway.https.port}/token tcp://${mqtt.broker.host}:${mqtt.broker.port} admin diff --git a/modules/distribution/src/core/resources/web-apps/web-xml/api#identity#entitlement/web.xml b/modules/distribution/src/core/resources/web-apps/web-xml/api#identity#entitlement/web.xml deleted file mode 100644 index ef693381..00000000 --- a/modules/distribution/src/core/resources/web-apps/web-xml/api#identity#entitlement/web.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - Entitlement-Service-Provider - - - - ApiOriginFilter - org.wso2.carbon.identity.entitlement.endpoint.filter.ApiOriginFilter - - - - HttpHeaderSecurityFilter - org.apache.catalina.filters.HttpHeaderSecurityFilter - - hstsEnabled - false - - - - - ContentTypeBasedCachePreventionFilter - org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter - - patterns - text/html" ,application/json" ,text/plain - - - filterAction - enforce - - - httpHeaders - Cache-Control: no-store, no-cache, must-revalidate, private - - - - - HttpHeaderSecurityFilter - /* - - - - ContentTypeBasedCachePreventionFilter - /* - - - - ApiOriginFilter - /* - - - - EntitlementServlet - EntitlementServlet - Entitlement Endpoints - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - swagger.api.basepath - https://localhost:9443/entitlement - - - - - EntitlementServlet - /* - - - - 60 - - true - - - - - - secured services - /decision/* - - - - - - CONFIDENTIAL - - - - - org.wso2.carbon.identity.entitlement.endpoint.impl.ApplicationInitializer - - - - - - diff --git a/modules/distribution/src/core/resources/web-apps/web-xml/authenticationendpoint/web.xml b/modules/distribution/src/core/resources/web-apps/web-xml/authenticationendpoint/web.xml deleted file mode 100644 index 466e8313..00000000 --- a/modules/distribution/src/core/resources/web-apps/web-xml/authenticationendpoint/web.xml +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - AccountRecoveryRESTEndpointURL - https://localhost:9443/t/tenant-domain/api/identity/user/v0.9/ - - - - - - displayScopes - true - - - - HttpHeaderSecurityFilter - org.apache.catalina.filters.HttpHeaderSecurityFilter - - hstsEnabled - false - - - - - HttpHeaderSecurityFilter - * - - - - AuthenticationEndpointFilter - - org.wso2.carbon.identity.application.authentication.endpoint.util.filter.AuthenticationEndpointFilter - - - - - AuthenticationEndpointFilter - /* - - - - - org.wso2.carbon.identity.application.authentication.endpoint.util.listener.AuthenticationEndpointContextListener - - - - - retry.do - /retry.jsp - - - - claims.do - /requested-claims.jsp - - - - oauth2_login.do - /login.jsp - - - - oauth2_authz.do - /oauth2_authz.jsp - - - - oauth2_consent.do - /oauth2_consent.jsp - - - - oauth2_logout_consent.do - /oauth2_logout_consent.jsp - - - - oauth2_logout.do - /logout.jsp - - - - oauth2_error.do - /oauth2_error.jsp - - - - samlsso_login.do - /login.jsp - - - - samlsso_logout.do - /logout.jsp - - - - samlsso_redirect.do - /login.jsp - - - - samlsso_notification.do - /samlsso_notification.jsp - - - - openid_login.do - /login.jsp - - - - openid_profile.do - /openid_profile.jsp - - - - passivests_login.do - /login.jsp - - - - tenantlistrefresher.do - /tenant_refresh_endpoint.jsp - - - - registration.do - /registration.jsp - - - - retry.do - /retry.do - - - - oauth2_login.do - /oauth2_login.do - - - - oauth2_authz.do - /oauth2_authz.do - - - - oauth2_consent.do - /oauth2_consent.do - - - - oauth2_logout_consent.do - /oauth2_logout_consent.do - - - - oauth2_logout.do - /oauth2_logout.do - - - - oauth2_error.do - /oauth2_error.do - - - - samlsso_login.do - /samlsso_login.do - - - - samlsso_logout.do - /samlsso_logout.do - - - - samlsso_redirect.do - /samlsso_redirect.do - - - - samlsso_notification.do - /samlsso_notification.do - - - - openid_login.do - /openid_login.do - - - - openid_profile.do - /openid_profile.do - - - - passivests_login.do - /passivests_login.do - - - - tenantlistrefresher.do - /tenantlistrefresher.do - - - - registration.do - /registration.do - - - - claims.do - /claims.do - - - - java.lang.Throwable - /generic-exception-response.jsp - - - - - true - - - - diff --git a/modules/distribution/src/core/resources/web-apps/web-xml/client-registration#v0.11/web.xml b/modules/distribution/src/core/resources/web-apps/web-xml/client-registration#v0.11/web.xml deleted file mode 100644 index 19b51c7a..00000000 --- a/modules/distribution/src/core/resources/web-apps/web-xml/client-registration#v0.11/web.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - -JAX-WS/JAX-RS Device Registration Agent Endpoint -JAX-WS/JAX-RS Servlet - - contextConfigLocation - WEB-INF/beans.xml - - - - org.springframework.web.context.ContextLoaderListener - - - - JAX-WS/JAX-RS Device Registration Agent Endpoint - JAX-WS/JAX-RS Servlet - CXFServlet - - org.apache.cxf.transport.servlet.CXFServlet - - 1 - - - CXFServlet - /* - - - - HttpHeaderSecurityFilter - org.apache.catalina.filters.HttpHeaderSecurityFilter - - hstsEnabled - false - - - - - ContentTypeBasedCachePreventionFilter - org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter - - patterns - text/html" ,application/json" ,text/plain - - - filterAction - enforce - - - httpHeaders - Cache-Control: no-store, no-cache, must-revalidate, private - - - - - HttpHeaderSecurityFilter - /* - - - - ContentTypeBasedCachePreventionFilter - /* - - - diff --git a/modules/distribution/src/core/resources/web-apps/web-xml/oauth2/web.xml b/modules/distribution/src/core/resources/web-apps/web-xml/oauth2/web.xml deleted file mode 100644 index 02b4a9e4..00000000 --- a/modules/distribution/src/core/resources/web-apps/web-xml/oauth2/web.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - OAuth2 Endpoints - - - HttpHeaderSecurityFilter - org.apache.catalina.filters.HttpHeaderSecurityFilter - - hstsEnabled - false - - - - - ContentTypeBasedCachePreventionFilter - org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter - - patterns - text/html" ,application/json" ,text/plain - - - filterAction - enforce - - - httpHeaders - Cache-Control: no-store, no-cache, must-revalidate, private - - - - - HttpHeaderSecurityFilter - /* - - - - ContentTypeBasedCachePreventionFilter - /* - - - - - OAuth2Endpoints - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - - - - - - - - OAuth2Endpoints - /* - - - - - true - - - - diff --git a/modules/distribution/src/core/resources/web-apps/web-xml/shindig/web.xml b/modules/distribution/src/core/resources/web-apps/web-xml/shindig/web.xml deleted file mode 100644 index 857a8334..00000000 --- a/modules/distribution/src/core/resources/web-apps/web-xml/shindig/web.xml +++ /dev/null @@ -1,423 +0,0 @@ - - - - Shindig - - - - - guice-modules - - org.apache.shindig.common.PropertiesModule: - org.apache.shindig.gadgets.DefaultGuiceModule: - org.apache.shindig.social.core.config.SocialApiGuiceModule: - org.apache.shindig.social.sample.SampleModule: - org.apache.shindig.gadgets.oauth.OAuthModule: - org.apache.shindig.gadgets.oauth2.OAuth2Module: - org.apache.shindig.gadgets.oauth2.OAuth2MessageModule: - org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule: - org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2PersistenceModule: - org.apache.shindig.common.cache.ehcache.EhCacheModule: - org.apache.shindig.sample.shiro.ShiroGuiceModule: - org.apache.shindig.sample.container.SampleContainerGuiceModule: - org.apache.shindig.extras.ShindigExtrasGuiceModule: - org.apache.shindig.gadgets.admin.GadgetAdminModule: - org.wso2.carbon.dashboard.shindig.features.WSO2ShindigFeaturesModule - - - - - - system.properties - - - - - - - HttpHeaderSecurityFilter - org.apache.catalina.filters.HttpHeaderSecurityFilter - - hstsEnabled - false - - - antiClickJackingOption - SAMEORIGIN - - - - - - ContentTypeBasedCachePreventionFilter - org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter - - patterns - text/html" ,application/json" ,text/plain - - - filterAction - enforce - - - httpHeaders - Cache-Control: no-store, no-cache, must-revalidate, private - - - - - HttpHeaderSecurityFilter - /* - - - - ContentTypeBasedCachePreventionFilter - /* - - - - HttpHeaderSecurityFilter - * - - - - hostFilter - org.apache.shindig.common.servlet.HostFilter - - - hostFilter - /gadgets/ifr - /gadgets/js/* - /gadgets/proxy/* - /gadgets/concat - /gadgets/makeRequest - /rpc/* - /rest/* - - - - ShiroFilter - org.apache.shiro.web.servlet.IniShiroFilter - - config - - - - - - - - authFilter - org.apache.shindig.auth.AuthenticationServletFilter - - - - etagFilter - org.apache.shindig.gadgets.servlet.ETagFilter - - - - - ShiroFilter - /oauth/authorize - - - - ShiroFilter - /oauth2/authorize - - - - ShiroFilter - *.jsp - - - - authFilter - /social/* - /gadgets/ifr - /gadgets/makeRequest - /gadgets/proxy - /gadgets/api/rpc/* - /gadgets/api/rest/* - /rpc/* - /rest/* - - - - etagFilter - * - - - - org.apache.shindig.common.servlet.GuiceServletContextListener - - - - - xml-to-html - - org.wso2.carbon.dashboard.shindig.extensions.WSO2GadgetRenderingServlet - - - - - accel - - org.apache.shindig.gadgets.servlet.HtmlAccelServlet - - - - - - proxy - - org.apache.shindig.gadgets.servlet.ProxyServlet - - - - - - makeRequest - - org.apache.shindig.gadgets.servlet.MakeRequestServlet - - - - - - concat - - org.apache.shindig.gadgets.servlet.ConcatProxyServlet - - - - - - oauthCallback - - org.apache.shindig.gadgets.servlet.OAuthCallbackServlet - - - - - - oauth2callback - - org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet - - - - - - metadata - - org.apache.shindig.gadgets.servlet.RpcServlet - - - - - - js - org.apache.shindig.gadgets.servlet.JsServlet - - - - restapiServlet - - org.apache.shindig.protocol.DataServiceServlet - - - handlers - org.apache.shindig.handlers - - - - - - jsonRpcServlet - - org.apache.shindig.protocol.JsonRpcServlet - - - handlers - org.apache.shindig.handlers - - - - - - sampleOAuth - - org.apache.shindig.social.sample.oauth.SampleOAuthServlet - - - - - - OAuth2Servlet - - org.apache.shindig.social.core.oauth2.OAuth2Servlet - - - - - rpcSwf - - org.apache.shindig.gadgets.servlet.RpcSwfServlet - - - - - js - /gadgets/js/* - - - - proxy - /gadgets/proxy/* - - - - makeRequest - /gadgets/makeRequest - - - - jsonRpcServlet - /rpc/* - /gadgets/api/rpc/* - /social/rpc/* - - - - restapiServlet - /rest/* - /gadgets/api/rest/* - /social/rest/* - - - - concat - /gadgets/concat - - - - oauthCallback - /gadgets/oauthcallback - - - - oauth2callback - /gadgets/oauth2callback - - - - xml-to-html - /gadgets/ifr - - - - accel - /gadgets/accel - - - - metadata - /gadgets/metadata - - - - sampleOAuth - /oauth/* - - - - OAuth2Servlet - /oauth2/* - - - - rpcSwf - /xpc* - - - - 404 - /error-pages/error404.html - - - - 401 - /error-pages/error401.html - - - - 403 - /error-pages/error403.html - - - - 405 - /error-pages/error405.html - - - - 500 - /error-pages/error500.html - - diff --git a/modules/p2-profile/analytics-profile/carbon.product b/modules/p2-profile/analytics-profile/carbon.product index e6000463..ac2aaa13 100644 --- a/modules/p2-profile/analytics-profile/carbon.product +++ b/modules/p2-profile/analytics-profile/carbon.product @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/modules/p2-profile/broker-profile/carbon.product b/modules/p2-profile/broker-profile/carbon.product index e6000463..ac2aaa13 100644 --- a/modules/p2-profile/broker-profile/carbon.product +++ b/modules/p2-profile/broker-profile/carbon.product @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/modules/p2-profile/iot-core-profile/carbon.product b/modules/p2-profile/iot-core-profile/carbon.product index 125b454c..42f3deeb 100644 --- a/modules/p2-profile/iot-core-profile/carbon.product +++ b/modules/p2-profile/iot-core-profile/carbon.product @@ -2,7 +2,7 @@ +version="4.4.26" useFeatures="true" includeLaunchers="true"> @@ -14,7 +14,7 @@ version="4.4.25" useFeatures="true" includeLaunchers="true"> - + diff --git a/pom.xml b/pom.xml index 239e1260..cc07cc85 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ modules/cxf-filters modules/p2-profile modules/distribution - + modules/integration @@ -1460,7 +1460,7 @@ - 4.4.25 + 4.4.26 [4.4.0, 4.5.0) 2.2.0 @@ -1539,7 +1539,7 @@ 4.7.23 - 3.1.3 + 3.1.5 [3.1.0, 4.0.0) @@ -1623,7 +1623,7 @@ 3.3.2 2.2 2.4 - 1.6.1.wso2v23 + 1.6.1-wso2v24 1.5.4 2.3.1 1.6.1