mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
merged with origin
This commit is contained in:
commit
232e63aeea
@ -578,6 +578,17 @@
|
|||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
|
|
||||||
|
<file>
|
||||||
|
<!-- copying LICENSE.txt -->
|
||||||
|
<source>
|
||||||
|
src/main/resources/LICENSE.txt
|
||||||
|
</source>
|
||||||
|
<outputDirectory>${pom.artifactId}-${pom.version}/
|
||||||
|
</outputDirectory>
|
||||||
|
<filtered>true</filtered>
|
||||||
|
<fileMode>644</fileMode>
|
||||||
|
</file>
|
||||||
|
|
||||||
<!--spark defaults file-->
|
<!--spark defaults file-->
|
||||||
<file>
|
<file>
|
||||||
<source>
|
<source>
|
||||||
@ -833,5 +844,12 @@
|
|||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
|
<file>
|
||||||
|
<source>src/repository/jaggeryapps/portal/jaggery.conf</source>
|
||||||
|
<outputDirectory>
|
||||||
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/portal/
|
||||||
|
</outputDirectory>
|
||||||
|
<fileMode>755</fileMode>
|
||||||
|
</file>
|
||||||
</files>
|
</files>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
product.name=WSO2 IoT - Analytics
|
product.name=WSO2 IoT - Analytics
|
||||||
product.version=1.0.0
|
product.version=3.0.0
|
||||||
product.key=wso2iot-analytics
|
product.key=wso2iot-analytics
|
||||||
carbon.product.version=4.4.10
|
carbon.product.version=4.4.11
|
||||||
default.server.role=IoTServer
|
default.server.role=IoTServer
|
||||||
cep.server.role=ComplexEventProcessor
|
cep.server.role=ComplexEventProcessor
|
||||||
das.server.role=DataAnalyticsServer
|
das.server.role=DataAnalyticsServer
|
||||||
|
|||||||
@ -196,7 +196,7 @@ set CARBON_CLASSPATH=.\lib;%CARBON_CLASSPATH%
|
|||||||
|
|
||||||
set JAVA_ENDORSED=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed"
|
set JAVA_ENDORSED=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed"
|
||||||
|
|
||||||
set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Analytics" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gatway.host="localhost" -Diot.gateway.https.port="8243" -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8
|
set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Analytics" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8
|
||||||
|
|
||||||
:runJava
|
:runJava
|
||||||
echo JAVA_HOME environment variable is set to %JAVA_HOME%
|
echo JAVA_HOME environment variable is set to %JAVA_HOME%
|
||||||
|
|||||||
641
modules/analytics/distribution/src/main/resources/LICENSE.txt
Normal file
641
modules/analytics/distribution/src/main/resources/LICENSE.txt
Normal file
@ -0,0 +1,641 @@
|
|||||||
|
|
||||||
|
This product is licensed by WSO2 Inc. under Apache License 2.0. The license
|
||||||
|
can be downloaded from the following locations:
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
|
|
||||||
|
This product also contains software under different licenses. This table below
|
||||||
|
all the contained libraries (jar files) and the license under which they are
|
||||||
|
provided to you.
|
||||||
|
|
||||||
|
At the bottom of this file is a table that shows what each license indicated
|
||||||
|
below is and where the actual text of the license can be found.
|
||||||
|
|
||||||
|
Name Type License
|
||||||
|
---------------------------------------------------------------------------------------------------------
|
||||||
|
abdera_1.0.0.wso2v3.jar bundle apache2 907
|
||||||
|
activation-1.1.1.jar jarinbundle cddl1 552
|
||||||
|
addressing-1.6.1-wso2v20.mar bundle apache2 9597
|
||||||
|
ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905
|
||||||
|
annogen_0.1.0.wso2v1.jar bundle apache2 942
|
||||||
|
ant-contrib-1.0b3.jar jar apache2 549
|
||||||
|
antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817
|
||||||
|
antlr_3.2.0.wso2v1.jar bundle bsd 838
|
||||||
|
ant_1.7.0.wso2v1.jar bundle apache2 1012
|
||||||
|
aopalliance-1.0.jar jar apache2 512
|
||||||
|
apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219
|
||||||
|
asm-3.3.1.jar jar bsd 1268
|
||||||
|
asm-all_4.1.0.wso2v1.jar bundle bsd 4702
|
||||||
|
avro-tools_1.7.7.wos2v1.jar bundle apache2 2013
|
||||||
|
axiom_1.2.11.wso2v11.jar bundle apache2 8489
|
||||||
|
axis2-json_1.6.1.wso2v20.jar bundle apache2 9596
|
||||||
|
axis2_1.6.1.wso2v20.jar bundle apache2 9595
|
||||||
|
backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007
|
||||||
|
bcprov-jdk15on-1.52.jar jarinbundle bouncy 1819
|
||||||
|
bcprov-jdk15on_1.52.0.wso2v1.jar bundle bouncy 8485
|
||||||
|
bcprov-jdk15-132.jar jar bouncy 285
|
||||||
|
bigqueue_0.7.0.wso2v1.jar bundle apache2 7036
|
||||||
|
cassandra-driver-core_2.1.10.2_wso2v2.jar bundle apache2 8865
|
||||||
|
cassandra-thrift_1.2.13.wso2v4.jar bundle apache2 4379
|
||||||
|
chill_2.10_0.5.0.wso2v1.jar bundle apache2 4700
|
||||||
|
com.fasterxml.jackson.core.jackson-annotations_2.4.4.jar bundle apache2 1313
|
||||||
|
com.fasterxml.jackson.core.jackson-core_2.4.4.jar bundle apache2 1312
|
||||||
|
com.fasterxml.jackson.core.jackson-databind_2.4.4.jar bundle apache2 1311
|
||||||
|
com.google.gson_2.3.1.jar bundle apache2 1143
|
||||||
|
com.google.gson_2.7.0.jar bundle apache2 1853
|
||||||
|
com.google.guava_19.0.0.jar bundle apache2 1627
|
||||||
|
com.google.protobuf_2.5.0.jar bundle bsd 1309
|
||||||
|
com.jayway.jsonpath.json-path_0.9.1.jar bundle apache2 798
|
||||||
|
com.ning.compress-lzf_1.0.3.jar bundle cddl+gpl 1308
|
||||||
|
com.sun.jersey.jersey-core_1.9.0.jar bundle cddl+gpl 1307
|
||||||
|
com.sun.jersey.jersey-server_1.9.0.jar bundle cddl+gpl 1306
|
||||||
|
com.typesafe.akka.actor_2.3.11.jar bundle apache2 2012
|
||||||
|
com.typesafe.akka.remote_2.3.11.jar bundle apache2 2011
|
||||||
|
com.typesafe.akka.slf4j_2.3.11.jar bundle apache2 2010
|
||||||
|
com.typesafe.config_1.2.1.jar bundle apache2 2009
|
||||||
|
commons-beanutils-1.7.0.jar jarinbundle apache2 383
|
||||||
|
commons-cli_1.2.0.wso2v1.jar bundle apache2 922
|
||||||
|
commons-codec_1.4.0.wso2v1.jar bundle apache2 980
|
||||||
|
commons-collections-3.2.2.jar bundle apache2 2042
|
||||||
|
commons-collections_3.2.2.wso2v1.jar bundle apache2 6268
|
||||||
|
commons-compiler_2.7.8.wso2v1.jar bundle bsd 9786
|
||||||
|
commons-configuration_1.6.0.wso2v1.jar bundle apache2 933
|
||||||
|
commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962
|
||||||
|
commons-digester-1.8.jar jarinbundle apache2 384
|
||||||
|
commons-fileupload_1.3.2.wso2v1.jar bundle apache2 9594
|
||||||
|
commons-httpclient_3.1.0.wso2v3.jar bundle apache2 8483
|
||||||
|
commons-io_2.4.0.wso2v1.jar bundle apache2 4217
|
||||||
|
commons-lang-2.6.0.wso2v1.jar bundle apache2 664
|
||||||
|
commons-lang-2.6.jar bundle apache2 506
|
||||||
|
commons-lang_2.6.0.wso2v1.jar bundle apache2 940
|
||||||
|
commons-logging-1.1.1.jar jar apache2 274
|
||||||
|
commons-pool_1.5.6.wso2v1.jar bundle apache2 1009
|
||||||
|
compass_2.0.1.wso2v2.jar bundle apache2 897
|
||||||
|
csrfguard_3.1.0.wso2v2.jar bundle bsd 8482
|
||||||
|
cxf-bundle-2.7.16.jar bundle apache2 1154
|
||||||
|
cxf-xjc-boolean-3.0.2.jar jar apache2 1153
|
||||||
|
cxf-xjc-bug671-3.0.2.jar jar apache2 1152
|
||||||
|
cxf-xjc-dv-3.0.2.jar jar apache2 1151
|
||||||
|
cxf-xjc-runtime-3.0.2.jar bundle apache2 1150
|
||||||
|
cxf-xjc-ts-3.0.2.jar jar apache2 1149
|
||||||
|
disruptor_3.3.2.wso2v2.jar bundle apache2 4377
|
||||||
|
dom4j-1.6.1.jar jarinbundle bsd 1177
|
||||||
|
ehcache-core-2.5.1.jar jar apache2 267
|
||||||
|
encoder_1.2.0.wso2v1.jar bundle apache2 4030
|
||||||
|
feign-jaxrs-9.3.1.jar jarinbundle apache2 2058
|
||||||
|
geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395
|
||||||
|
geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661
|
||||||
|
geronimo-jta_1.1_spec-1.1.jar jar apache2 1066
|
||||||
|
geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893
|
||||||
|
h2-1.3.175.jar jarinbundle epl1 1999
|
||||||
|
h2_1.3.175.wso2v1.jar bundle apache2 9731
|
||||||
|
hadoop-client_2.7.2.wso2v1.jar bundle apache2 8738
|
||||||
|
hazelcast_3.5.4.wso2v2.jar bundle apache2 8481
|
||||||
|
hbase-shaded-client_1.2.1.wso2v2.jar bundle apache2 10700
|
||||||
|
hector-core_1.1.4.wso2v1.jar bundle apache2 2878
|
||||||
|
high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216
|
||||||
|
htrace-core-apache_3.1.0.incubating_wso2v1.jar bundle apache2 4696
|
||||||
|
htrace-core_3.0.4.wso2v1.jar bundle apache2 4695
|
||||||
|
httpasyncclient-4.0-beta3.jar jar apache2 280
|
||||||
|
httpclient-4.2.5.jar jar apache2 548
|
||||||
|
httpclient_4.3.1.wso2v2.jar bundle apache2 4214
|
||||||
|
httpcore-4.2.4.jar jar apache2 533
|
||||||
|
httpcore-nio-4.2.4.jar jar apache2 534
|
||||||
|
httpcore_4.3.3.wso2v1.jar bundle apache2 3638
|
||||||
|
httpmime_4.3.1.wso2v2.jar bundle apache2 4375
|
||||||
|
io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305
|
||||||
|
io.dropwizard.metrics.graphite_3.1.2.jar bundle apache2 1304
|
||||||
|
io.dropwizard.metrics.json_3.1.2.jar bundle apache2 1303
|
||||||
|
io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302
|
||||||
|
io.github.openfeign.feign-core_9.3.1.jar bundle apache2 2060
|
||||||
|
io.github.openfeign.feign-gson_9.3.1.jar bundle apache2 2059
|
||||||
|
jackson-module-scala_2.10_2.4.4.wso2v1.jar bundle apache2 8863
|
||||||
|
janino_2.7.8.wso2v1.jar bundle bsd 9785
|
||||||
|
javasysmon_0.3.3.wso2v1.jar bundle bsd 721
|
||||||
|
javax.cache.wso2_4.4.11.jar bundle apache2 2045
|
||||||
|
javax.servlet.jsp-api_2.2.1.jar bundle cddl+gpl 1301
|
||||||
|
javax.ws.rs-api-2.0-m10.jar bundle cddl+gpl 263
|
||||||
|
jaxb-impl-2.2.6.jar jar cddl1 1148
|
||||||
|
jaxb-xjc-2.2.6.jar jar cddl1 1147
|
||||||
|
jaxb_2.2.5.wso2v1.jar bundle cddl1 883
|
||||||
|
jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637
|
||||||
|
jdom_1.0.0.wso2v1.jar bundle apache2 693
|
||||||
|
jericho-html-2.4.jar jarinbundle epl1 363
|
||||||
|
jettison-1.3.4.jar bundle apache2 542
|
||||||
|
jettison_1.3.4.wso2v1.jar bundle apache2 2162
|
||||||
|
joda-time_2.8.2.wso2v1.jar bundle apache2 6879
|
||||||
|
json-simple_1.1.0.wso2v1.jar bundle apache2 828
|
||||||
|
json4s-jackson_2.10_3.2.10.wso2v1.jar bundle apache2 4693
|
||||||
|
json_1.0.0.wso2v1.jar bundle apache2 2361
|
||||||
|
json_2.0.0.wso2v1.jar bundle apache2 971
|
||||||
|
jsr311-api-1.1.1.jar jarinbundle cddl1 553
|
||||||
|
jstl_1.2.1.wso2v2.jar bundle cddl1 2204
|
||||||
|
js_1.7.0.R4wso2v1.jar bundle mpl10 2199
|
||||||
|
kaptcha_2.3.0.wso2v1.jar bundle apache2 854
|
||||||
|
kryo_2.24.0.wso2v1.jar bundle bsd 4692
|
||||||
|
leveldb-api_0.6.0.wso2v1.jar bundle apache2 9783
|
||||||
|
libthrift_0.7.0.wso2v2.jar bundle apache2 912
|
||||||
|
libthrift_0.9.2.wso2v1.jar bundle apache2 5912
|
||||||
|
localizer-1.0.jar jarinbundle apache2 551
|
||||||
|
lucene_5.2.1.wso2v1.jar bundle apache2 4502
|
||||||
|
lz4-java_1.3.0.jar bundle apache2 2008
|
||||||
|
mesos_0.21.1.wso2v1.jar bundle apache2 9782
|
||||||
|
metrics-json-3.1.2.wso2v1.jar bundle apache2 10598
|
||||||
|
minlog_1.2.0.wso2v1.jar bundle bsd 4690
|
||||||
|
neethi-3.0.3.jar bundle apache2 1146
|
||||||
|
neethi_2.0.4.wso2v5.jar bundle apache2 6267
|
||||||
|
net.minidev.json-smart_1.2.0.jar bundle apache2 797
|
||||||
|
net.minidev.json-smart_1.3.0.jar bundle apache2 1337
|
||||||
|
netty-all_4.0.29.wso2v1.jar bundle apache2 9781
|
||||||
|
nimbus-jose-jwt_2.26.1.wso2v3.jar bundle apache2 4885
|
||||||
|
noggit_0.6.0.wso2v1.jar bundle apache2 4211
|
||||||
|
objenesis_2.1.0.wso2v1.jar bundle mit 4688
|
||||||
|
opencsv-1.8.jar jarinbundle apache2 368
|
||||||
|
opencsv_1.8.0.wso2v1.jar bundle apache2 928
|
||||||
|
opensaml_2.6.4.wso2v3.jar bundle apache2 8480
|
||||||
|
org.antlr.antlr4-runtime-osgi_4.5.0.jar bundle bsd3 1228
|
||||||
|
org.apache.commons.lang3_3.3.2.jar bundle apache2 1201
|
||||||
|
org.apache.commons.math3_3.2.0.jar bundle apache2 1227
|
||||||
|
org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134
|
||||||
|
org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133
|
||||||
|
org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132
|
||||||
|
org.apache.servicemix.bundles.geocoder-java_0.16.0.1.jar bundle apache2 1361
|
||||||
|
org.apache.servicemix.bundles.jaxb-api-2.0_4.0.0.m1.jar bundle apache2 1226
|
||||||
|
org.apache.xbean.asm5-shaded_4.4.0.jar bundle apache2 2007
|
||||||
|
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131
|
||||||
|
org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130
|
||||||
|
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129
|
||||||
|
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128
|
||||||
|
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127
|
||||||
|
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126
|
||||||
|
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289
|
||||||
|
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125
|
||||||
|
org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124
|
||||||
|
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123
|
||||||
|
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122
|
||||||
|
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121
|
||||||
|
org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120
|
||||||
|
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119
|
||||||
|
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118
|
||||||
|
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117
|
||||||
|
org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839
|
||||||
|
org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116
|
||||||
|
org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388
|
||||||
|
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115
|
||||||
|
org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337
|
||||||
|
org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114
|
||||||
|
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113
|
||||||
|
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112
|
||||||
|
org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110
|
||||||
|
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111
|
||||||
|
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873
|
||||||
|
org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109
|
||||||
|
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108
|
||||||
|
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107
|
||||||
|
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106
|
||||||
|
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105
|
||||||
|
org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306
|
||||||
|
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104
|
||||||
|
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103
|
||||||
|
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703
|
||||||
|
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102
|
||||||
|
org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369
|
||||||
|
org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101
|
||||||
|
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100
|
||||||
|
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099
|
||||||
|
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098
|
||||||
|
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097
|
||||||
|
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096
|
||||||
|
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095
|
||||||
|
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094
|
||||||
|
org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141
|
||||||
|
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093
|
||||||
|
org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092
|
||||||
|
org.eclipse.paho.client.mqttv3_1.0.2.jar bundle epl1 1769
|
||||||
|
org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.300.v201109150503.jar bundle epl1 558
|
||||||
|
org.eclipse.wst.jsdt.debug.transport_1.0.100.v201109150330.jar bundle epl1 557
|
||||||
|
org.fusesource.leveldbjni_1.8.0.jar bundle bsd3 2006
|
||||||
|
org.jaggeryjs.hostobjects.db_0.12.8.jar bundle apache2 1998
|
||||||
|
org.jaggeryjs.hostobjects.feed_0.12.8.jar bundle apache2 1997
|
||||||
|
org.jaggeryjs.hostobjects.file_0.12.8.jar bundle apache2 1996
|
||||||
|
org.jaggeryjs.hostobjects.jaggeryparser_0.12.8.jar bundle apache2 1995
|
||||||
|
org.jaggeryjs.hostobjects.log_0.12.8.jar bundle apache2 1994
|
||||||
|
org.jaggeryjs.hostobjects.registry_0.12.8.jar bundle apache2 1993
|
||||||
|
org.jaggeryjs.hostobjects.stream_0.12.8.jar bundle apache2 1992
|
||||||
|
org.jaggeryjs.hostobjects.uri_0.12.8.jar bundle apache2 1991
|
||||||
|
org.jaggeryjs.hostobjects.web_0.12.8.jar bundle apache2 1990
|
||||||
|
org.jaggeryjs.hostobjects.xhr_0.12.8.jar bundle apache2 1989
|
||||||
|
org.jaggeryjs.hostobjects.xslt_0.12.8.jar bundle apache2 1988
|
||||||
|
org.jaggeryjs.jaggery.app.mgt.stub_0.12.8.jar bundle apache2 1987
|
||||||
|
org.jaggeryjs.jaggery.app.mgt.ui_0.12.8.jar bundle apache2 1986
|
||||||
|
org.jaggeryjs.jaggery.app.mgt_0.12.8.jar bundle apache2 1985
|
||||||
|
org.jaggeryjs.jaggery.core_0.12.8.jar bundle apache2 1984
|
||||||
|
org.jaggeryjs.jaggery.deployer_0.12.8.jar bundle apache2 1983
|
||||||
|
org.jaggeryjs.jaggery.tools_0.12.8.jar bundle apache2 1982
|
||||||
|
org.jaggeryjs.modules.process_1.5.5.jar bundle apache2 1953
|
||||||
|
org.jaggeryjs.modules.sso_1.5.5.jar bundle apache2 1952
|
||||||
|
org.jaggeryjs.modules.ws_1.5.5.jar bundle apache2 1981
|
||||||
|
org.jaggeryjs.scriptengine_0.12.8.jar bundle apache2 1980
|
||||||
|
org.jboss.netty_3.9.0.Final.jar bundle apache2 1298
|
||||||
|
org.restlet_2.3.0.wso2v1.jar bundle apache2 4501
|
||||||
|
org.roaringbitmap.RoaringBitmap_0.5.11.jar bundle apache2 2005
|
||||||
|
org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091
|
||||||
|
org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090
|
||||||
|
org.scala-lang.scala-library_2.10.5.v20150226-164155-VFINAL-88c5407613.jar bundle bsd 2004
|
||||||
|
org.scala-lang.scala-reflect_2.10.5.v20150226-164155-VFINAL-88c5407613.jar bundle bsd 2003
|
||||||
|
org.wso2.carbon.addressing_4.4.11.jar bundle apache2 10386
|
||||||
|
org.wso2.carbon.analytics.activitydashboard.admin_1.3.3.jar bundle apache2 10834
|
||||||
|
org.wso2.carbon.analytics.activitydashboard.commons_1.3.3.jar bundle apache2 10833
|
||||||
|
org.wso2.carbon.analytics.activitydashboard.stub_1.3.3.jar bundle apache2 10832
|
||||||
|
org.wso2.carbon.analytics.activitydashboard.ui_1.3.3.jar bundle apache2 10831
|
||||||
|
org.wso2.carbon.analytics.api_1.3.3.jar bundle apache2 10830
|
||||||
|
org.wso2.carbon.analytics.common.jmx.agent.stub_5.1.5.jar bundle apache2 11128
|
||||||
|
org.wso2.carbon.analytics.common.jmx.agent.ui_5.1.5.jar bundle apache2 11127
|
||||||
|
org.wso2.carbon.analytics.common.jmx.agent_5.1.5.jar bundle apache2 11126
|
||||||
|
org.wso2.carbon.analytics.dashboard.ui_1.3.3.jar bundle apache2 10829
|
||||||
|
org.wso2.carbon.analytics.dataservice.commons_1.3.3.jar bundle apache2 10828
|
||||||
|
org.wso2.carbon.analytics.dataservice.core_1.3.3.jar bundle apache2 10827
|
||||||
|
org.wso2.carbon.analytics.datasource.cassandra_1.3.3.jar bundle apache2 10826
|
||||||
|
org.wso2.carbon.analytics.datasource.commons_1.3.3.jar bundle apache2 10825
|
||||||
|
org.wso2.carbon.analytics.datasource.core_1.3.3.jar bundle apache2 10824
|
||||||
|
org.wso2.carbon.analytics.datasource.hbase_1.3.3.jar bundle apache2 10823
|
||||||
|
org.wso2.carbon.analytics.datasource.rdbms_1.3.3.jar bundle apache2 10822
|
||||||
|
org.wso2.carbon.analytics.eventsink.template.deployer_1.3.3.jar bundle apache2 11125
|
||||||
|
org.wso2.carbon.analytics.eventsink_1.3.3.jar bundle apache2 10821
|
||||||
|
org.wso2.carbon.analytics.eventtable_1.3.3.jar bundle apache2 10820
|
||||||
|
org.wso2.carbon.analytics.io.commons_1.3.3.jar bundle apache2 10819
|
||||||
|
org.wso2.carbon.analytics.jsservice_1.3.3.jar bundle apache2 10818
|
||||||
|
org.wso2.carbon.analytics.messageconsole.stub_1.3.3.jar bundle apache2 10817
|
||||||
|
org.wso2.carbon.analytics.messageconsole.ui_1.3.3.jar bundle apache2 10816
|
||||||
|
org.wso2.carbon.analytics.messageconsole_1.3.3.jar bundle apache2 10815
|
||||||
|
org.wso2.carbon.analytics.servlet_1.3.3.jar bundle apache2 10814
|
||||||
|
org.wso2.carbon.analytics.shared.spark.common.udf_1.0.3.jar bundle apache2 10812
|
||||||
|
org.wso2.carbon.analytics.spark.admin_1.3.3.jar bundle apache2 10810
|
||||||
|
org.wso2.carbon.analytics.spark.core_1.3.3.jar bundle apache2 10809
|
||||||
|
org.wso2.carbon.analytics.spark.event_1.3.3.jar bundle apache2 10808
|
||||||
|
org.wso2.carbon.analytics.spark.stub_1.3.3.jar bundle apache2 10807
|
||||||
|
org.wso2.carbon.analytics.spark.template.deployer_1.3.3.jar bundle apache2 10806
|
||||||
|
org.wso2.carbon.analytics.spark.ui_1.3.3.jar bundle apache2 10805
|
||||||
|
org.wso2.carbon.analytics.spark.utils_1.3.3.jar bundle apache2 10804
|
||||||
|
org.wso2.carbon.analytics.stream.persistence_1.3.3.jar bundle apache2 10803
|
||||||
|
org.wso2.carbon.analytics.tools.backup_1.3.3.jar bundle apache2 10802
|
||||||
|
org.wso2.carbon.analytics.tools.migration_1.3.3.jar bundle apache2 10801
|
||||||
|
org.wso2.carbon.analytics.webservice.stub_1.3.3.jar bundle apache2 10800
|
||||||
|
org.wso2.carbon.analytics.webservice_1.3.3.jar bundle apache2 10799
|
||||||
|
org.wso2.carbon.application.deployer_4.4.11.jar bundle apache2 10385
|
||||||
|
org.wso2.carbon.application.mgt.stub_4.5.4.jar bundle apache2 8688
|
||||||
|
org.wso2.carbon.application.mgt.ui_4.5.4.jar bundle apache2 8686
|
||||||
|
org.wso2.carbon.application.mgt_4.5.4.jar bundle apache2 8685
|
||||||
|
org.wso2.carbon.application.upload_4.5.4.jar bundle apache2 8684
|
||||||
|
org.wso2.carbon.authenticator.proxy_4.4.11.jar bundle apache2 10384
|
||||||
|
org.wso2.carbon.authenticator.stub_4.4.11.jar bundle apache2 10383
|
||||||
|
org.wso2.carbon.base_4.4.11.jar bundle apache2 10382
|
||||||
|
org.wso2.carbon.bootstrap-4.4.11.jar bundle apache2 10337
|
||||||
|
org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154
|
||||||
|
org.wso2.carbon.cluster.mgt.core_4.4.11.jar bundle apache2 10381
|
||||||
|
org.wso2.carbon.core.bootup.validator_4.4.11.jar bundle apache2 10380
|
||||||
|
org.wso2.carbon.core.commons.stub_4.4.11.jar bundle apache2 10378
|
||||||
|
org.wso2.carbon.core.common_4.4.11.jar bundle apache2 10379
|
||||||
|
org.wso2.carbon.core.services_4.4.11.jar bundle apache2 10377
|
||||||
|
org.wso2.carbon.core_4.4.11.jar bundle apache2 10376
|
||||||
|
org.wso2.carbon.cxf.ext-4.7.2.jar bundle apache2 10222
|
||||||
|
org.wso2.carbon.dashboard.deployment_2.0.5.jar bundle apache2 11019
|
||||||
|
org.wso2.carbon.dashboard.store.filter_2.0.5.jar bundle apache2 11018
|
||||||
|
org.wso2.carbon.dashboard.template.deployer_5.1.5.jar bundle apache2 11124
|
||||||
|
org.wso2.carbon.databridge.agent_5.1.5.jar bundle apache2 11017
|
||||||
|
org.wso2.carbon.databridge.commons.binary_5.1.5.jar bundle apache2 11016
|
||||||
|
org.wso2.carbon.databridge.commons.thrift_5.1.5.jar bundle apache2 11015
|
||||||
|
org.wso2.carbon.databridge.commons_5.1.5.jar bundle apache2 11014
|
||||||
|
org.wso2.carbon.databridge.core_5.1.5.jar bundle apache2 11013
|
||||||
|
org.wso2.carbon.databridge.receiver.binary_5.1.5.jar bundle apache2 11123
|
||||||
|
org.wso2.carbon.databridge.receiver.thrift_5.1.5.jar bundle apache2 11122
|
||||||
|
org.wso2.carbon.databridge.streamdefn.filesystem_5.1.5.jar bundle apache2 11012
|
||||||
|
org.wso2.carbon.datasource.reader.cassandra_4.3.6.jar bundle apache2 10667
|
||||||
|
org.wso2.carbon.datasource.reader.hadoop_4.3.6.jar bundle apache2 10666
|
||||||
|
org.wso2.carbon.deployment.synchronizer.subversion_4.5.4.jar bundle apache2 8451
|
||||||
|
org.wso2.carbon.deployment.synchronizer_4.5.4.jar bundle apache2 8450
|
||||||
|
org.wso2.carbon.device.mgt.input.adapter.extension_3.0.8.jar bundle apache2 11003
|
||||||
|
org.wso2.carbon.device.mgt.input.adapter.http_3.0.8.jar bundle apache2 11002
|
||||||
|
org.wso2.carbon.device.mgt.input.adapter.mqtt_3.0.8.jar bundle apache2 11001
|
||||||
|
org.wso2.carbon.device.mgt.input.adapter.xmpp_3.0.8.jar bundle apache2 11000
|
||||||
|
org.wso2.carbon.device.mgt.output.adapter.mqtt_3.0.8.jar bundle apache2 10998
|
||||||
|
org.wso2.carbon.device.mgt.output.adapter.websocket_3.0.8.jar bundle apache2 10997
|
||||||
|
org.wso2.carbon.device.mgt.output.adapter.xmpp_3.0.8.jar bundle apache2 10996
|
||||||
|
org.wso2.carbon.discovery.cxf_4.7.2.jar bundle apache2 10308
|
||||||
|
org.wso2.carbon.event.admin_4.5.4.jar bundle apache2 8444
|
||||||
|
org.wso2.carbon.event.application.deployer_5.1.5.jar bundle apache2 10990
|
||||||
|
org.wso2.carbon.event.client.stub_4.5.4.jar bundle apache2 8442
|
||||||
|
org.wso2.carbon.event.client_4.5.4.jar bundle apache2 8441
|
||||||
|
org.wso2.carbon.event.common_4.5.4.jar bundle apache2 8440
|
||||||
|
org.wso2.carbon.event.core_4.5.4.jar bundle apache2 8439
|
||||||
|
org.wso2.carbon.event.flow.stub_2.1.4.jar bundle apache2 9713
|
||||||
|
org.wso2.carbon.event.flow.ui_2.1.4.jar bundle apache2 9712
|
||||||
|
org.wso2.carbon.event.flow_2.1.4.jar bundle apache2 9711
|
||||||
|
org.wso2.carbon.event.input.adapter.core_5.1.5.jar bundle apache2 10989
|
||||||
|
org.wso2.carbon.event.input.adapter.email_5.1.5.jar bundle apache2 11121
|
||||||
|
org.wso2.carbon.event.input.adapter.filetail_5.1.5.jar bundle apache2 11120
|
||||||
|
org.wso2.carbon.event.input.adapter.http_5.1.5.jar bundle apache2 11119
|
||||||
|
org.wso2.carbon.event.input.adapter.jms_5.1.5.jar bundle apache2 11118
|
||||||
|
org.wso2.carbon.event.input.adapter.kafka_5.1.5.jar bundle apache2 11117
|
||||||
|
org.wso2.carbon.event.input.adapter.mqtt_5.1.5.jar bundle apache2 11116
|
||||||
|
org.wso2.carbon.event.input.adapter.soap_5.1.5.jar bundle apache2 11115
|
||||||
|
org.wso2.carbon.event.input.adapter.websocket.local_5.1.5.jar bundle apache2 11114
|
||||||
|
org.wso2.carbon.event.input.adapter.websocket_5.1.5.jar bundle apache2 11113
|
||||||
|
org.wso2.carbon.event.input.adapter.wso2event_5.1.5.jar bundle apache2 11112
|
||||||
|
org.wso2.carbon.event.output.adapter.cassandra_5.1.5.jar bundle apache2 11111
|
||||||
|
org.wso2.carbon.event.output.adapter.core_5.1.5.jar bundle apache2 10988
|
||||||
|
org.wso2.carbon.event.output.adapter.email_5.1.5.jar bundle apache2 11110
|
||||||
|
org.wso2.carbon.event.output.adapter.http_5.1.5.jar bundle apache2 11109
|
||||||
|
org.wso2.carbon.event.output.adapter.jms_5.1.5.jar bundle apache2 11108
|
||||||
|
org.wso2.carbon.event.output.adapter.kafka_5.1.5.jar bundle apache2 11107
|
||||||
|
org.wso2.carbon.event.output.adapter.logger_5.1.5.jar bundle apache2 11106
|
||||||
|
org.wso2.carbon.event.output.adapter.mqtt_5.1.5.jar bundle apache2 11105
|
||||||
|
org.wso2.carbon.event.output.adapter.rdbms_5.1.5.jar bundle apache2 11104
|
||||||
|
org.wso2.carbon.event.output.adapter.sms_5.1.5.jar bundle apache2 11103
|
||||||
|
org.wso2.carbon.event.output.adapter.soap_5.1.5.jar bundle apache2 11102
|
||||||
|
org.wso2.carbon.event.output.adapter.ui_5.1.5.jar bundle apache2 11101
|
||||||
|
org.wso2.carbon.event.output.adapter.websocket.local_5.1.5.jar bundle apache2 11100
|
||||||
|
org.wso2.carbon.event.output.adapter.websocket_5.1.5.jar bundle apache2 11099
|
||||||
|
org.wso2.carbon.event.output.adapter.wso2event_5.1.5.jar bundle apache2 11098
|
||||||
|
org.wso2.carbon.event.processor.admin_2.1.4.jar bundle apache2 9684
|
||||||
|
org.wso2.carbon.event.processor.common_2.1.4.jar bundle apache2 9683
|
||||||
|
org.wso2.carbon.event.processor.core_2.1.4.jar bundle apache2 9682
|
||||||
|
org.wso2.carbon.event.processor.manager.commons_5.1.5.jar bundle apache2 11097
|
||||||
|
org.wso2.carbon.event.processor.manager.core_5.1.5.jar bundle apache2 11096
|
||||||
|
org.wso2.carbon.event.processor.stub_2.1.4.jar bundle apache2 9679
|
||||||
|
org.wso2.carbon.event.processor.template.deployer_2.1.4.jar bundle apache2 9678
|
||||||
|
org.wso2.carbon.event.processor.ui_2.1.4.jar bundle apache2 9677
|
||||||
|
org.wso2.carbon.event.publisher.admin_5.1.5.jar bundle apache2 11095
|
||||||
|
org.wso2.carbon.event.publisher.core_5.1.5.jar bundle apache2 11094
|
||||||
|
org.wso2.carbon.event.publisher.stub_5.1.5.jar bundle apache2 11093
|
||||||
|
org.wso2.carbon.event.publisher.ui_5.1.5.jar bundle apache2 11092
|
||||||
|
org.wso2.carbon.event.receiver.admin_5.1.5.jar bundle apache2 11091
|
||||||
|
org.wso2.carbon.event.receiver.core_5.1.5.jar bundle apache2 11090
|
||||||
|
org.wso2.carbon.event.receiver.stub_5.1.5.jar bundle apache2 11089
|
||||||
|
org.wso2.carbon.event.receiver.ui_5.1.5.jar bundle apache2 11088
|
||||||
|
org.wso2.carbon.event.simulator.admin_2.1.4.jar bundle apache2 9666
|
||||||
|
org.wso2.carbon.event.simulator.core_2.1.4.jar bundle apache2 9665
|
||||||
|
org.wso2.carbon.event.simulator.stub_2.1.4.jar bundle apache2 9664
|
||||||
|
org.wso2.carbon.event.simulator.ui_2.1.4.jar bundle apache2 9663
|
||||||
|
org.wso2.carbon.event.statistics.stub_5.1.5.jar bundle apache2 11087
|
||||||
|
org.wso2.carbon.event.statistics.ui_5.1.5.jar bundle apache2 11086
|
||||||
|
org.wso2.carbon.event.statistics_5.1.5.jar bundle apache2 11085
|
||||||
|
org.wso2.carbon.event.stream.admin_5.1.5.jar bundle apache2 10987
|
||||||
|
org.wso2.carbon.event.stream.core_5.1.5.jar bundle apache2 10986
|
||||||
|
org.wso2.carbon.event.stream.persistence.stub_5.1.5.jar bundle apache2 10985
|
||||||
|
org.wso2.carbon.event.stream.stub_5.1.5.jar bundle apache2 10984
|
||||||
|
org.wso2.carbon.event.stream.template.deployer_5.1.5.jar bundle apache2 11084
|
||||||
|
org.wso2.carbon.event.stream.ui_5.1.5.jar bundle apache2 10983
|
||||||
|
org.wso2.carbon.event.template.manager.admin_5.1.5.jar bundle apache2 11083
|
||||||
|
org.wso2.carbon.event.template.manager.core_5.1.5.jar bundle apache2 11082
|
||||||
|
org.wso2.carbon.event.template.manager.stub_5.1.5.jar bundle apache2 11081
|
||||||
|
org.wso2.carbon.event.template.manager.ui_5.1.5.jar bundle apache2 11080
|
||||||
|
org.wso2.carbon.event.tracer.stub_5.1.5.jar bundle apache2 11079
|
||||||
|
org.wso2.carbon.event.tracer.ui_5.1.5.jar bundle apache2 11078
|
||||||
|
org.wso2.carbon.event.tracer_5.1.5.jar bundle apache2 11077
|
||||||
|
org.wso2.carbon.event.ws_4.5.4.jar bundle apache2 8417
|
||||||
|
org.wso2.carbon.feature.mgt.core_4.4.11.jar bundle apache2 10375
|
||||||
|
org.wso2.carbon.feature.mgt.services_4.4.11.jar bundle apache2 10374
|
||||||
|
org.wso2.carbon.feature.mgt.stub_4.4.11.jar bundle apache2 10373
|
||||||
|
org.wso2.carbon.feature.mgt.ui_4.4.11.jar bundle apache2 10372
|
||||||
|
org.wso2.carbon.framework.exporter_4.4.11.jar bundle apache2 10371
|
||||||
|
org.wso2.carbon.gadget.template.deployer_5.1.5.jar bundle apache2 11076
|
||||||
|
org.wso2.carbon.i18n_4.4.11.jar bundle apache2 10370
|
||||||
|
org.wso2.carbon.identity.application.common_5.2.0.jar bundle apache2 8391
|
||||||
|
org.wso2.carbon.identity.authentication_4.5.4.jar bundle apache2 8609
|
||||||
|
org.wso2.carbon.identity.authenticator.saml2.sso.common_5.1.3.jar bundle apache2 9428
|
||||||
|
org.wso2.carbon.identity.authenticator.saml2.sso.stub_5.1.1.jar bundle apache2 8382
|
||||||
|
org.wso2.carbon.identity.authenticator.saml2.sso.ui_5.1.3.jar bundle apache2 9427
|
||||||
|
org.wso2.carbon.identity.authenticator.saml2.sso_5.1.3.jar bundle apache2 9426
|
||||||
|
org.wso2.carbon.identity.base_5.2.0.jar bundle apache2 8378
|
||||||
|
org.wso2.carbon.identity.core.ui_5.2.0.jar bundle apache2 8377
|
||||||
|
org.wso2.carbon.identity.core_5.2.0.jar bundle apache2 8376
|
||||||
|
org.wso2.carbon.identity.jwt.client.extension_2.0.10.jar bundle apache2 10969
|
||||||
|
org.wso2.carbon.identity.oauth.stub_5.3.1.jar bundle apache2 10505
|
||||||
|
org.wso2.carbon.identity.sso.agent_5.1.0.jar bundle apache2 8353
|
||||||
|
org.wso2.carbon.identity.sso.saml.stub_5.1.1.jar bundle apache2 8352
|
||||||
|
org.wso2.carbon.identity.user.store.configuration.deployer_5.2.0.jar bundle apache2 8332
|
||||||
|
org.wso2.carbon.identity.user.store.configuration.stub_5.2.0.jar bundle apache2 8331
|
||||||
|
org.wso2.carbon.identity.user.store.configuration.ui_5.2.0.jar bundle apache2 8330
|
||||||
|
org.wso2.carbon.identity.user.store.configuration_5.2.0.jar bundle apache2 8329
|
||||||
|
org.wso2.carbon.identity.user.store.count.stub_5.2.0.jar bundle apache2 8328
|
||||||
|
org.wso2.carbon.identity.user.store.count_5.2.0.jar bundle apache2 8327
|
||||||
|
org.wso2.carbon.logging-4.4.11.jar bundle apache2 10339
|
||||||
|
org.wso2.carbon.logging.admin.stub_4.5.4.jar bundle apache2 8313
|
||||||
|
org.wso2.carbon.logging.admin.ui_4.5.4.jar bundle apache2 8312
|
||||||
|
org.wso2.carbon.logging.service_4.5.4.jar bundle apache2 8311
|
||||||
|
org.wso2.carbon.logging.view.stub_4.5.4.jar bundle apache2 8310
|
||||||
|
org.wso2.carbon.logging.view.ui_4.5.4.jar bundle apache2 8309
|
||||||
|
org.wso2.carbon.logging_4.4.11.jar bundle apache2 10369
|
||||||
|
org.wso2.carbon.metrics.common_1.2.2.jar bundle apache2 8818
|
||||||
|
org.wso2.carbon.metrics.das.reporter_1.2.2.jar bundle apache2 8817
|
||||||
|
org.wso2.carbon.metrics.data.common_1.2.2.jar bundle apache2 8816
|
||||||
|
org.wso2.carbon.metrics.data.service.stub_1.2.2.jar bundle apache2 8815
|
||||||
|
org.wso2.carbon.metrics.data.service_1.2.2.jar bundle apache2 8814
|
||||||
|
org.wso2.carbon.metrics.impl_1.2.2.jar bundle apache2 8813
|
||||||
|
org.wso2.carbon.metrics.jdbc.reporter_1.2.2.jar bundle apache2 8812
|
||||||
|
org.wso2.carbon.metrics.manager_1.2.2.jar bundle apache2 8811
|
||||||
|
org.wso2.carbon.metrics.view.ui_1.2.2.jar bundle apache2 8810
|
||||||
|
org.wso2.carbon.ndatasource.common_4.4.11.jar bundle apache2 10368
|
||||||
|
org.wso2.carbon.ndatasource.core_4.4.11.jar bundle apache2 10367
|
||||||
|
org.wso2.carbon.ndatasource.datasources_4.5.4.jar bundle apache2 8571
|
||||||
|
org.wso2.carbon.ndatasource.rdbms_4.4.11.jar bundle apache2 10366
|
||||||
|
org.wso2.carbon.ndatasource.stub_4.5.4.jar bundle apache2 8570
|
||||||
|
org.wso2.carbon.ndatasource.ui_4.5.4.jar bundle apache2 8569
|
||||||
|
org.wso2.carbon.ntask.common_4.5.4.jar bundle apache2 8568
|
||||||
|
org.wso2.carbon.ntask.core_4.5.4.jar bundle apache2 8567
|
||||||
|
org.wso2.carbon.ntask.solutions_4.5.4.jar bundle apache2 8566
|
||||||
|
org.wso2.carbon.osgi.security_4.4.11.jar bundle apache2 10365
|
||||||
|
org.wso2.carbon.qpid.stub_4.5.4.jar bundle apache2 8298
|
||||||
|
org.wso2.carbon.queuing_4.4.11.jar bundle apache2 10364
|
||||||
|
org.wso2.carbon.registry.admin.api_4.5.8.jar bundle apache2 10275
|
||||||
|
org.wso2.carbon.registry.api_4.4.11.jar bundle apache2 10363
|
||||||
|
org.wso2.carbon.registry.common.ui_4.5.8.jar bundle apache2 10274
|
||||||
|
org.wso2.carbon.registry.common_4.5.8.jar bundle apache2 10273
|
||||||
|
org.wso2.carbon.registry.core_4.4.11.jar bundle apache2 10362
|
||||||
|
org.wso2.carbon.registry.indexing_4.5.8.jar bundle apache2 10266
|
||||||
|
org.wso2.carbon.registry.properties.stub_4.5.8.jar bundle apache2 10262
|
||||||
|
org.wso2.carbon.registry.properties.ui_4.5.8.jar bundle apache2 10261
|
||||||
|
org.wso2.carbon.registry.properties_4.5.8.jar bundle apache2 10260
|
||||||
|
org.wso2.carbon.registry.resource.stub_4.5.8.jar bundle apache2 10256
|
||||||
|
org.wso2.carbon.registry.resource.ui_4.5.8.jar bundle apache2 10255
|
||||||
|
org.wso2.carbon.registry.resource_4.5.8.jar bundle apache2 10254
|
||||||
|
org.wso2.carbon.registry.search.stub_4.5.8.jar bundle apache2 10253
|
||||||
|
org.wso2.carbon.registry.search.ui_4.5.8.jar bundle apache2 10252
|
||||||
|
org.wso2.carbon.registry.search_4.5.8.jar bundle apache2 10251
|
||||||
|
org.wso2.carbon.registry.server_4.4.11.jar bundle apache2 10361
|
||||||
|
org.wso2.carbon.registry.servlet_4.5.8.jar bundle apache2 10250
|
||||||
|
org.wso2.carbon.remote-tasks.stub_4.5.4.jar bundle apache2 8529
|
||||||
|
org.wso2.carbon.roles.mgt.stub_4.4.11.jar bundle apache2 10360
|
||||||
|
org.wso2.carbon.roles.mgt.ui_4.4.11.jar bundle apache2 10359
|
||||||
|
org.wso2.carbon.roles.mgt_4.4.11.jar bundle apache2 10358
|
||||||
|
org.wso2.carbon.securevault_4.4.11.jar bundle apache2 10357
|
||||||
|
org.wso2.carbon.security.mgt.stub_5.2.0.jar bundle apache2 8272
|
||||||
|
org.wso2.carbon.security.mgt.ui_5.2.0.jar bundle apache2 8271
|
||||||
|
org.wso2.carbon.security.mgt_5.2.0.jar bundle apache2 8270
|
||||||
|
org.wso2.carbon.server-4.4.11.jar bundle apache2 10338
|
||||||
|
org.wso2.carbon.server.admin.common_4.4.11.jar bundle apache2 10356
|
||||||
|
org.wso2.carbon.server.admin.stub_4.4.11.jar bundle apache2 10355
|
||||||
|
org.wso2.carbon.server.admin.ui_4.4.11.jar bundle apache2 10354
|
||||||
|
org.wso2.carbon.server.admin_4.4.11.jar bundle apache2 10353
|
||||||
|
org.wso2.carbon.siddhi.geo.event.fuser_2.1.4.jar bundle apache2 9644
|
||||||
|
org.wso2.carbon.siddhi.geo.event.notifier_2.1.4.jar bundle apache2 9643
|
||||||
|
org.wso2.carbon.siddhi.metrics.core_2.1.4.jar bundle apache2 9642
|
||||||
|
org.wso2.carbon.siddhi.tryit.ui_2.1.4.jar bundle apache2 9641
|
||||||
|
org.wso2.carbon.tenant.common.stub_4.5.4.jar bundle apache2 8258
|
||||||
|
org.wso2.carbon.tenant.common_4.5.4.jar bundle apache2 8257
|
||||||
|
org.wso2.carbon.tenant.dispatcher_4.6.1.jar bundle apache2 10242
|
||||||
|
org.wso2.carbon.tenant.keystore.mgt_4.6.1.jar bundle apache2 10241
|
||||||
|
org.wso2.carbon.tenant.mgt.core_4.6.1.jar bundle apache2 10240
|
||||||
|
org.wso2.carbon.tenant.mgt.stub_4.6.1.jar bundle apache2 10239
|
||||||
|
org.wso2.carbon.tenant.mgt.ui_4.6.1.jar bundle apache2 10238
|
||||||
|
org.wso2.carbon.tenant.mgt_4.6.1.jar bundle apache2 10237
|
||||||
|
org.wso2.carbon.tenant.redirector.servlet.stub_4.6.1.jar bundle apache2 10236
|
||||||
|
org.wso2.carbon.tenant.redirector.servlet.ui_4.6.1.jar bundle apache2 10235
|
||||||
|
org.wso2.carbon.tenant.redirector.servlet_4.6.1.jar bundle apache2 10234
|
||||||
|
org.wso2.carbon.tenant.sso.redirector.ui_4.6.1.jar bundle apache2 10233
|
||||||
|
org.wso2.carbon.tenant.theme.mgt_4.6.1.jar bundle apache2 10232
|
||||||
|
org.wso2.carbon.tomcat.ext_4.4.11.jar bundle apache2 10351
|
||||||
|
org.wso2.carbon.tomcat.patch_4.7.2.jar bundle apache2 10229
|
||||||
|
org.wso2.carbon.tomcat_4.4.11.jar bundle apache2 10350
|
||||||
|
org.wso2.carbon.tryit.ui_4.5.4.jar bundle apache2 8750
|
||||||
|
org.wso2.carbon.tryit_4.5.4.jar bundle apache2 8748
|
||||||
|
org.wso2.carbon.ui.menu.general_4.4.11.jar bundle apache2 10349
|
||||||
|
org.wso2.carbon.ui.menu.registry_4.4.7.jar bundle apache2 8503
|
||||||
|
org.wso2.carbon.ui.menu.stratos_2.2.0.jar bundle apache2 2202
|
||||||
|
org.wso2.carbon.ui.menu.tools_4.4.7.jar bundle apache2 8238
|
||||||
|
org.wso2.carbon.ui_4.4.11.jar bundle apache2 10348
|
||||||
|
org.wso2.carbon.user.api_4.4.11.jar bundle apache2 10347
|
||||||
|
org.wso2.carbon.user.core_4.4.11.jar bundle apache2 10346
|
||||||
|
org.wso2.carbon.user.mgt.common_5.2.0.jar bundle apache2 8230
|
||||||
|
org.wso2.carbon.user.mgt.stub_5.2.0.jar bundle apache2 8229
|
||||||
|
org.wso2.carbon.user.mgt.ui_5.2.0.jar bundle apache2 8228
|
||||||
|
org.wso2.carbon.user.mgt.workflow.stub_5.2.0.jar bundle apache2 8227
|
||||||
|
org.wso2.carbon.user.mgt_5.2.0.jar bundle apache2 8224
|
||||||
|
org.wso2.carbon.utils_4.4.11.jar bundle apache2 10345
|
||||||
|
org.wso2.carbon.webapp.deployer_4.7.2.jar bundle apache2 10227
|
||||||
|
org.wso2.carbon.webapp.mgt_4.7.2.jar bundle apache2 10223
|
||||||
|
org.wso2.carbon.wsdl2form-4.5.4.jar bundle apache2 8749
|
||||||
|
org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038
|
||||||
|
org.wso2.das.multitenancy.dashboard.ui_3.1.0.jar bundle apache2 9741
|
||||||
|
org.wso2.das.styles_3.1.0.jar bundle apache2 9740
|
||||||
|
org.wso2.extension.siddhi.execution.json_3.0.6.jar bundle apache2 11075
|
||||||
|
org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768
|
||||||
|
org.xerial.snappy.snappy-java_1.1.2.1.jar bundle apache2 2002
|
||||||
|
org.yaml.snakeyaml_1.11.0.jar bundle apache2 1222
|
||||||
|
oro_2.0.8.wso2v1.jar bundle apache2 9739
|
||||||
|
paranamer_2.6.0.wso2v1.jar bundle bsd 4644
|
||||||
|
parquet-hadoop_1.7.0.wso2v1.jar bundle apache2 9738
|
||||||
|
patch.jar jarinbundle epl1 1137
|
||||||
|
pdepublishing-ant.jar jar epl1 524
|
||||||
|
pdepublishing.jar jar epl1 525
|
||||||
|
perf4j_0.9.12.wso2v1.jar bundle apache2 832
|
||||||
|
poi-ooxml_3.14.0.wso2v1.jar bundle apache2 8218
|
||||||
|
poi-scratchpad_3.14.0.wso2v1.jar bundle apache2 8217
|
||||||
|
poi_3.14.0.wso2v1.jar bundle apache2 8216
|
||||||
|
quartz_2.1.1.wso2v1.jar bundle apache2 975
|
||||||
|
rampart-core_1.6.1.wso2v21.jar bundle apache2 8215
|
||||||
|
rampart-policy_1.6.1.wso2v21.jar bundle apache2 8214
|
||||||
|
rampart-trust_1.6.1.wso2v21.jar bundle apache2 8213
|
||||||
|
rome_0.9.0.wso2v1.jar bundle apache2 930
|
||||||
|
saxon.bps_9.0.0.x-wso2v1.jar bundle mpl11 985
|
||||||
|
siddhi-core_3.1.2.jar bundle apache2 1979
|
||||||
|
siddhi-extension-eval-script_3.1.2.jar bundle apache2 1978
|
||||||
|
siddhi-extension-event-table_3.1.2.jar bundle apache2 1977
|
||||||
|
siddhi-extension-geo_3.1.2.jar bundle apache2 1976
|
||||||
|
siddhi-extension-kalman-filter_3.1.2.jar bundle apache2 1975
|
||||||
|
siddhi-extension-map_3.1.2.jar bundle apache2 1974
|
||||||
|
siddhi-extension-markov-models_3.1.2.jar bundle apache2 1973
|
||||||
|
siddhi-extension-math_3.1.2.jar bundle apache2 1972
|
||||||
|
siddhi-extension-regex_3.1.2.jar bundle apache2 1971
|
||||||
|
siddhi-extension-reorder_3.1.2.jar bundle apache2 1970
|
||||||
|
siddhi-extension-string_3.1.2.jar bundle apache2 1969
|
||||||
|
siddhi-extension-timeseries_3.1.2.jar bundle apache2 1967
|
||||||
|
siddhi-extension-time_3.1.2.jar bundle apache2 1968
|
||||||
|
siddhi-query-api_3.1.2.jar bundle apache2 1966
|
||||||
|
siddhi-query-compiler_3.1.2.jar bundle apache2 1965
|
||||||
|
slf4j.api_1.6.1.jar bundle mit 354
|
||||||
|
slf4j.api_1.7.13.jar bundle mit 1606
|
||||||
|
slf4j.api_1.7.21.jar bundle mit 1852
|
||||||
|
slf4j.log4j12_1.6.1.jar bundle mit 346
|
||||||
|
slf4j.log4j12_1.7.13.jar bundle mit 1605
|
||||||
|
slf4j.log4j12_1.7.21.jar bundle mit 1851
|
||||||
|
slf4j_1.5.10.wso2v1.jar bundle mit 1429
|
||||||
|
smackx_3.0.4.wso2v1.jar bundle apache2 1871
|
||||||
|
smack_3.0.4.wso2v1.jar bundle apache2 1493
|
||||||
|
solr_5.2.1.wso2v1.jar bundle apache2 4384
|
||||||
|
spark-core_2.10_1.6.2.wso2v2.jar bundle apache2 10597
|
||||||
|
spark-sql_2.10_1.6.2.wso2v1.jar bundle apache2 9735
|
||||||
|
spark-streaming_2.10_1.6.2.wso2v1.jar bundle apache2 9734
|
||||||
|
spatial4j_0.4.1.wso2v1.jar bundle apache2 4045
|
||||||
|
spring-aop-3.0.7.RELEASE.jar bundle apache2 279
|
||||||
|
spring-asm-3.0.7.RELEASE.jar bundle apache2 261
|
||||||
|
spring-beans-3.0.7.RELEASE.jar bundle apache2 275
|
||||||
|
spring-context-3.0.7.RELEASE.jar bundle apache2 273
|
||||||
|
spring-core-3.0.7.RELEASE.jar bundle apache2 270
|
||||||
|
spring-expression-3.0.7.RELEASE.jar bundle apache2 272
|
||||||
|
spring-web-3.0.7.RELEASE.jar bundle apache2 268
|
||||||
|
spring.framework_3.2.9.wso2v1.jar bundle apache2 4044
|
||||||
|
stax2-api-3.1.4.jar bundle bsd 1089
|
||||||
|
storm-core_0.10.1.wso2v1.jar bundle apache2 9638
|
||||||
|
stream_2.9.5.wso2v1.jar bundle apache2 9733
|
||||||
|
svn-client-adapter_1.10.9.wso2v1.jar bundle apache2 4043
|
||||||
|
tachyon-client_0.8.2.wso2v1.jar bundle apache2 9732
|
||||||
|
tcpmon-1.0.jar jar bsd 255
|
||||||
|
tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989
|
||||||
|
tomcat-annotations-api-7.0.73.jar jar apache2 2044
|
||||||
|
tomcat-catalina-ha_7.0.73.wso2v1.jar bundle apache2 10344
|
||||||
|
tomcat-el-api_7.0.73.wso2v1.jar bundle apache2 10343
|
||||||
|
tomcat-jsp-api_7.0.73.wso2v1.jar bundle apache2 10342
|
||||||
|
tomcat-juli-7.0.73.jar jar apache2 2043
|
||||||
|
tomcat-servlet-api_7.0.73.wso2v1.jar bundle apache2 10341
|
||||||
|
tomcat_7.0.73.wso2v1.jar bundle apache2 10340
|
||||||
|
tyrus-standalone-client_1.7.0.wso2v1.jar bundle cddl+gpl 4226
|
||||||
|
uncommons-maths_1.2.2.wso2v1.jar bundle apache2 4636
|
||||||
|
velocity-1.7.jar bundle apache2 509
|
||||||
|
wadl-core-1.1.3.wso2v2.jar bundle apache2 4069
|
||||||
|
woden_1.0.0.M9-wso2v1.jar bundle apache2 3755
|
||||||
|
woodstox-core-asl-4.4.1.jar bundle apache2 1087
|
||||||
|
wsdl4j-1.6.3.jar jar cpl1 276
|
||||||
|
wsdl4j_1.6.2.wso2v4.jar bundle apache2 745
|
||||||
|
wso2-uri-templates_1.6.2.jar bundle apache2 364
|
||||||
|
wss4j_1.5.11.wso2v14.jar bundle apache2 8206
|
||||||
|
xalan-2.7.1.wso2v1.jar bundle apache2 659
|
||||||
|
xalan-2.7.2.wso2v2.jar bundle apache2 8202
|
||||||
|
xercesImpl-2.8.1.wso2v2.jar bundle apache2 663
|
||||||
|
xml-apis-1.4.01.jar jar apache2 1793
|
||||||
|
xml-resolver-1.2.jar jar apache2 278
|
||||||
|
xmlbeans-2.3.0.jar jarinbundle apache2 344
|
||||||
|
xmlbeans_2.3.0.wso2v1.jar bundle apache2 749
|
||||||
|
xmlschema-core-2.1.0.jar bundle apache2 1145
|
||||||
|
XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585
|
||||||
|
xmlsec-1.5.8.jar bundle apache2 1144
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
The license types used by the above libraries and their information is given below:
|
||||||
|
|
||||||
|
bouncy Bouncy Castle License
|
||||||
|
http://www.bouncycastle.org/licence.html
|
||||||
|
bsd Berkeley License
|
||||||
|
http://www.opensource.org/licenses/bsd-license.php
|
||||||
|
apache2 Apache License Version 2.0
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
mit MIT License
|
||||||
|
http://www.opensource.org/licenses/mit-license.php
|
||||||
|
cddl1 Common Development and Distribution License
|
||||||
|
http://www.opensource.org/licenses/cddl1.php
|
||||||
|
mpl10 Mozilla Public License 1.0
|
||||||
|
http://www.mozilla.org/MPL/
|
||||||
|
cpl1 Common Public License
|
||||||
|
http://opensource.org/licenses/cpl1.0.php
|
||||||
|
epl1+lgpl2 EPL1 + LGPL2
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html + http://www.gnu.org/licenses/licenses.html
|
||||||
|
mpl11 Mozilla Public License 1.0
|
||||||
|
http://www.mozilla.org/MPL/MPL-1.1.html
|
||||||
|
cddl+gpl CDDL + GPLv2
|
||||||
|
https://glassfish.dev.java.net/public/CDDL+GPL.html
|
||||||
|
bsd3 BSD-3
|
||||||
|
http://opensource.org/licenses/BSD-3-Clause
|
||||||
|
epl1 Eclipse Public License
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
@ -456,4 +456,5 @@ org.owasp.csrfguard.unprotected.ml=%servletContext%/api/login*
|
|||||||
org.owasp.csrfguard.unprotected.passivests=%servletContext%/acs/*
|
org.owasp.csrfguard.unprotected.passivests=%servletContext%/acs/*
|
||||||
org.owasp.csrfguard.unprotected.deviceMgtSSOAcs=%servletContext%/devicemgt/uuf/sso/acs
|
org.owasp.csrfguard.unprotected.deviceMgtSSOAcs=%servletContext%/devicemgt/uuf/sso/acs
|
||||||
org.owasp.csrfguard.unprotected.deviceMgtAcs=%servletContext%/uuf/sso/acs
|
org.owasp.csrfguard.unprotected.deviceMgtAcs=%servletContext%/uuf/sso/acs
|
||||||
org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/invoker/execute/*
|
org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/*
|
||||||
|
org.owasp.csrfguard.unprotected.portalApis=%/portal/apis/*
|
||||||
@ -0,0 +1,187 @@
|
|||||||
|
{
|
||||||
|
"initScripts": [
|
||||||
|
"js/dashboard-deployer.js"
|
||||||
|
],
|
||||||
|
"welcomeFiles": [
|
||||||
|
"routers/tenant.jag"
|
||||||
|
],
|
||||||
|
"errorPages": {
|
||||||
|
"500": "/controllers/error-pages/error500.html",
|
||||||
|
"404": "/controllers/error-pages/error404.html",
|
||||||
|
"401": "/controllers/error-pages/error401.html",
|
||||||
|
"405": "/controllers/error-pages/error405.html",
|
||||||
|
"403": "/controllers/error-pages/error403.html",
|
||||||
|
"400": "/controllers/error-pages/error400.html"
|
||||||
|
},
|
||||||
|
"urlMappings": [
|
||||||
|
{
|
||||||
|
"url": "/login-controller",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/login",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/logout",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/t/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/apis/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/dashboards/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/gadget/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/layout/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/assets/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/create-dashboard",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/dashboard-settings/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/select-layout",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/create-gadget",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/upload-gadget",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/upload-layout",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/geojson/world/*",
|
||||||
|
"path": "/templates/geojson/world.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/geojson/europe/*",
|
||||||
|
"path": "/templates/geojson/europe.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/geojson/usa/*",
|
||||||
|
"path": "/templates/geojson/usa.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/geojson/countryInfo/*",
|
||||||
|
"path": "/templates/geojson/countryInfo.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/geojson/usaInfo/*",
|
||||||
|
"path": "/templates/geojson/usaInfo.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/acs",
|
||||||
|
"path": "/controllers/acs.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/banners/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/gadgets/*",
|
||||||
|
"path": "/routers/tenant.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/configs/designer.json",
|
||||||
|
"path": "/controllers/error-pages/error404.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"listeners": [
|
||||||
|
{
|
||||||
|
"class": "org.owasp.csrfguard.CsrfGuardServletContextListener"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": "org.owasp.csrfguard.CsrfGuardHttpSessionListener"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"servlets": [
|
||||||
|
{
|
||||||
|
"name": "JavaScriptServlet",
|
||||||
|
"class": "org.owasp.csrfguard.servlet.JavaScriptServlet"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"servletMappings": [
|
||||||
|
{
|
||||||
|
"name": "JavaScriptServlet",
|
||||||
|
"url": "/csrf.js"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"contextParams": [
|
||||||
|
{
|
||||||
|
"name": "Owasp.CsrfGuard.Config",
|
||||||
|
"value": "repository/conf/security/Owasp.CsrfGuard.dashboard.properties"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"name": "ContentTypeBasedCachePreventionFilter",
|
||||||
|
"class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter",
|
||||||
|
"params" : [
|
||||||
|
{"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"},
|
||||||
|
{"name" : "filterAction", "value" : "enforce"},
|
||||||
|
{"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "HttpHeaderSecurityFilter",
|
||||||
|
"class": "org.apache.catalina.filters.HttpHeaderSecurityFilter",
|
||||||
|
"params": [
|
||||||
|
{
|
||||||
|
"name": "hstsEnabled",
|
||||||
|
"value": "false"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "antiClickJackingOption",
|
||||||
|
"value": "SAMEORIGIN"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TenantStoresFilter",
|
||||||
|
"class": "org.wso2.carbon.dashboard.store.filter.TenantStoreFilter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filterMappings": [
|
||||||
|
{
|
||||||
|
"name": "HttpHeaderSecurityFilter",
|
||||||
|
"url": "*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TenantStoresFilter",
|
||||||
|
"url": "/store/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "TenantStoresFilter",
|
||||||
|
"url": "/temp/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"ContentTypeBasedCachePreventionFilter",
|
||||||
|
"url":"*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
product.name=WSO2 Message Broker
|
product.name=WSO2 Message Broker
|
||||||
product.key=MB
|
product.key=MB
|
||||||
product.version=1.0.0.SNAPSHOT
|
product.version=3.1.0
|
||||||
carbon.version=4.9.0
|
carbon.version=4.4.11
|
||||||
mb.version=1.0.0.SNAPSHOT
|
mb.version=3.1.0
|
||||||
default.server.role=MessageBroker
|
default.server.role=MessageBroker
|
||||||
|
|||||||
@ -75,10 +75,10 @@
|
|||||||
<parameter name="ModulesDirectory">axis2modules</parameter>
|
<parameter name="ModulesDirectory">axis2modules</parameter>
|
||||||
|
|
||||||
<parameter name="userAgent" locked="true">
|
<parameter name="userAgent" locked="true">
|
||||||
WSO2 Message Broker-3.0.0-SNAPSHOT
|
WSO2 Message Broker-3.0.0
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="server" locked="true">
|
<parameter name="server" locked="true">
|
||||||
WSO2 Message Broker-3.0.0-SNAPSHOT
|
WSO2 Message Broker-3.0.0
|
||||||
</parameter>
|
</parameter>
|
||||||
|
|
||||||
<!-- ========================================================================-->
|
<!-- ========================================================================-->
|
||||||
|
|||||||
@ -15,358 +15,350 @@ Name
|
|||||||
---------------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------------
|
||||||
abdera_1.0.0.wso2v3.jar bundle apache2 907
|
abdera_1.0.0.wso2v3.jar bundle apache2 907
|
||||||
activation-1.1.1.jar jarinbundle cddl1 552
|
activation-1.1.1.jar jarinbundle cddl1 552
|
||||||
addressing-1.6.1-wso2v16.mar bundle apache2 6272
|
addressing-1.6.1-wso2v20.mar bundle apache2 9597
|
||||||
ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905
|
ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905
|
||||||
andes-client-3.1.1.jar bundle apache2 1629
|
andes-client-3.1.3.jar bundle apache2 2061
|
||||||
andes_3.1.1.jar bundle apache2 1630
|
andes_3.1.3.jar bundle apache2 2062
|
||||||
annogen_0.1.0.wso2v1.jar bundle apache2 942
|
annogen_0.1.0.wso2v1.jar bundle apache2 942
|
||||||
ant-contrib-1.0b3.jar jar apache2 549
|
ant-contrib-1.0b3.jar jar apache2 549
|
||||||
antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817
|
antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817
|
||||||
antlr_3.2.0.wso2v1.jar bundle bsd 838
|
antlr_3.2.0.wso2v1.jar bundle bsd 838
|
||||||
ant_1.7.0.wso2v1.jar bundle apache2 1012
|
ant_1.7.0.wso2v1.jar bundle apache2 1012
|
||||||
apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219
|
apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219
|
||||||
authenticator_0.7.0.wso2v1.jar bundle apache2 700
|
axiom_1.2.11.wso2v11.jar bundle apache2 8489
|
||||||
axiom_1.2.11.wso2v9.jar bundle apache2 5426
|
axis2-json_1.6.1.wso2v20.jar bundle apache2 9596
|
||||||
axis2-json_1.6.1.wso2v16.jar bundle apache2 6270
|
axis2-transport-jms_1.1.0.wso2v14.jar bundle apache2 5915
|
||||||
axis2-transport-jms_1.1.0.wso2v14.jar bundle apache2 5915
|
axis2-transport-rabbitmq-amqp_1.1.0.wso2v14.jar bundle apache2 5914
|
||||||
axis2-transport-rabbitmq-amqp_1.1.0.wso2v14.jar bundle apache2 5914
|
axis2_1.6.1.wso2v20.jar bundle apache2 9595
|
||||||
axis2_1.6.1.wso2v16.jar bundle apache2 6269
|
backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007
|
||||||
backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007
|
bcprov-jdk15on-1.52.jar jarinbundle bouncy 1819
|
||||||
bcprov-jdk15-132.jar jar apache2 285
|
bcprov-jdk15on_1.52.0.wso2v1.jar bundle bouncy 8485
|
||||||
bcprov-jdk15on-1.49.jar jarinbundle bouncy 1069
|
bcprov-jdk15-132.jar jar bouncy 285
|
||||||
bcprov-jdk15on_1.49.0.wso2v2.jar bundle bouncy 3640
|
com.google.gson_2.3.1.jar bundle apache2 1143
|
||||||
com.google.gson_2.3.1.jar bundle apache2 1143
|
com.google.gson_2.7.0.jar bundle apache2 1853
|
||||||
com.google.gson_2.5.0.jar bundle bsd 1621
|
com.google.guava_19.0.0.jar bundle apache2 1627
|
||||||
com.google.guava_13.0.1.jar apache2
|
commons-beanutils-1.7.0.jar jarinbundle apache2 383
|
||||||
com.google.guava_15.0.0.jar bundle apache2 792
|
commons-beanutils-1.8.0.jar jarinbundle apache2 292
|
||||||
com.google.guava_19.0.0.jar bundle apache2 1627
|
commons-beanutils_1.8.0.wso2v1.jar bundle apache2 688
|
||||||
commons-beanutils-1.7.0.jar jarinbundle apache2 383
|
commons-cli_1.2.0.wso2v1.jar bundle apache2 922
|
||||||
commons-beanutils-1.8.0.jar jarinbundle apache2 292
|
commons-codec_1.4.0.wso2v1.jar bundle apache2 980
|
||||||
commons-beanutils_1.8.0.wso2v1.jar bundle apache2 688
|
commons-collections_3.2.2.wso2v1.jar bundle apache2 6268
|
||||||
commons-cli_1.2.0.wso2v1.jar bundle apache2 922
|
commons-collections-3.2.2.wso2v1.jar bundle apache2 6268
|
||||||
commons-codec_1.4.0.wso2v1.jar bundle apache2 980
|
commons-configuration_1.6.0.wso2v1.jar bundle apache2 933
|
||||||
commons-collections_3.2.2.wso2v1.jar bundle apache2 6268
|
commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962
|
||||||
commons-configuration_1.6.0.wso2v1.jar bundle apache2 933
|
commons-digester-1.8.1.jar jarinbundle apache2 347
|
||||||
commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962
|
commons-digester-1.8.jar jarinbundle apache2 384
|
||||||
commons-digester-1.8.1.jar jarinbundle apache2 347
|
commons-digester_1.8.1.wso2v1.jar bundle apache2 857
|
||||||
commons-digester-1.8.jar jarinbundle apache2 384
|
commons-fileupload_1.3.2.wso2v1.jar bundle apache2 9594
|
||||||
commons-digester_1.8.1.wso2v1.jar bundle apache2 857
|
commons-httpclient_3.1.0.wso2v3.jar bundle apache2 8483
|
||||||
commons-fileupload_1.2.2.wso2v1.jar bundle apache2 830
|
commons-io_2.4.0.wso2v1.jar bundle apache2 4217
|
||||||
commons-httpclient_3.1.0.wso2v2.jar bundle apache2 760
|
commons-lang-2.6.0.wso2v1.jar bundle apache2 664
|
||||||
commons-io_2.0.0.wso2v2.jar bundle apache2 678
|
commons-lang_2.6.0.wso2v1.jar bundle apache2 940
|
||||||
commons-io_2.4.0.wso2v1.jar bundle apache2 4217
|
commons-pool_1.5.6.wso2v1.jar bundle apache2 1009
|
||||||
commons-lang-2.6.0.wso2v1.jar bundle apache2 664
|
compass_2.0.1.wso2v2.jar bundle apache2 897
|
||||||
commons-lang_2.6.0.wso2v1.jar bundle apache2 940
|
csrfguard_3.1.0.wso2v2.jar bundle bsd 8482
|
||||||
commons-pool_1.5.6.wso2v1.jar bundle apache2 1009
|
disruptor_3.3.2.wso2v2.jar bundle apache2 4377
|
||||||
compass_2.0.1.wso2v2.jar bundle apache2 897
|
dom4j-1.6.1.jar jarinbundle bsd 1177
|
||||||
disruptor_3.3.2.wso2v2.jar bundle apache2 4377
|
encoder_1.2.0.wso2v1.jar bundle apache2 4030
|
||||||
dom4j-1.6.1.jar jarinbundle bsd 1177
|
feign-jaxrs-9.3.1.jar jarinbundle apache2 2058
|
||||||
encoder_1.2.0.wso2v1.jar bundle apache2 4030
|
geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395
|
||||||
geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395
|
geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661
|
||||||
geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661
|
geronimo-jta_1.1_spec-1.1.jar jar apache2 1066
|
||||||
geronimo-jta_1.1_spec-1.1.jar jar apache2 1066
|
geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893
|
||||||
geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893
|
h2-1.3.175.jar jarinbundle epl1 1999
|
||||||
h2-1.2.140-wso2v3.jar bundle epl1
|
h2_1.3.175.wso2v1.jar bundle apache2 9731
|
||||||
h2-database-engine_1.2.140.wso2v3.jar bundle epl1 697
|
hazelcast_3.5.4.wso2v2.jar bundle apache2 8481
|
||||||
hazelcast_3.5.2.wso2v1.jar bundle apache2 5423
|
hector-core_1.1.4.wso2v1.jar bundle apache2 2878
|
||||||
hector-core_1.1.4.wso2v1.jar bundle apache2 2878
|
high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216
|
||||||
high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216
|
httpclient_4.3.1.wso2v2.jar bundle apache2 4214
|
||||||
httpclient_4.3.1.wso2v2.jar bundle apache2 4214
|
httpcore_4.3.3.wso2v1.jar bundle apache2 3638
|
||||||
httpcore_4.3.3.wso2v1.jar bundle apache2 3638
|
httpmime_4.3.1.wso2v2.jar bundle apache2 4375
|
||||||
httpmime_4.3.1.wso2v2.jar bundle apache2 4375
|
icu4j-3.8.jar jarinbundle icu 321
|
||||||
icu4j-3.8.jar jarinbundle icu 321
|
io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305
|
||||||
io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305
|
io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302
|
||||||
io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302
|
io.github.openfeign.feign-core_9.3.1.jar bundle apache2 2060
|
||||||
javasysmon_0.3.3.wso2v1.jar bundle bsd 721
|
io.github.openfeign.feign-gson_9.3.1.jar bundle apache2 2059
|
||||||
javax.cache.wso2_4.4.3.jar bundle apache2 1583
|
javasysmon_0.3.3.wso2v1.jar bundle bsd 721
|
||||||
jaxb_2.2.5.wso2v1.jar bundle cddl1 883
|
javax.cache.wso2_4.4.11.jar bundle apache2 2045
|
||||||
jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637
|
jaxb_2.2.5.wso2v1.jar bundle cddl1 883
|
||||||
jericho-html-2.4.jar jarinbundle epl1 363
|
jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637
|
||||||
jettison_1.3.4.wso2v1.jar bundle apache2 2162
|
jericho-html-2.4.jar jarinbundle epl1 363
|
||||||
jline-1.0.jar bundle bsd 805
|
jettison_1.3.4.wso2v1.jar bundle apache2 2162
|
||||||
json_1.0.0.wso2v1.jar bundle apache2 2361
|
jline-1.0.jar bundle bsd 805
|
||||||
json_2.0.0.wso2v1.jar bundle apache2 971
|
joda-time_2.8.2.wso2v1.jar bundle apache2 6879
|
||||||
jsr311-api-1.1.1.jar jarinbundle cddl1 553
|
json_1.0.0.wso2v1.jar bundle apache2 2361
|
||||||
jstl_1.2.1.wso2v2.jar bundle cddl1 2204
|
json_2.0.0.wso2v1.jar bundle apache2 971
|
||||||
kaptcha_2.3.0.wso2v1.jar bundle apache2 854
|
jsr311-api-1.1.1.jar jarinbundle cddl1 553
|
||||||
libthrift_0.7.0.wso2v2.jar bundle apache2 912
|
jstl_1.2.1.wso2v2.jar bundle cddl1 2204
|
||||||
libthrift_0.9.2.wso2v1.jar bundle apache2 5912
|
kaptcha_2.3.0.wso2v1.jar bundle apache2 854
|
||||||
localizer-1.0.jar jarinbundle apache2 551
|
libthrift_0.7.0.wso2v2.jar bundle apache2 912
|
||||||
log4j-1.2.13.jar jar apache2 583
|
libthrift_0.9.2.wso2v1.jar bundle apache2 5912
|
||||||
lucene_5.2.1.wso2v1.jar bundle apache2 4502
|
localizer-1.0.jar jarinbundle apache2 551
|
||||||
neethi_2.0.4.wso2v5.jar bundle apache2 6267
|
log4j-1.2.17.jar bundle apache2 802
|
||||||
netty-all_4.0.23.wso2v1.jar bundle apache2 4689
|
lucene_5.2.1.wso2v1.jar bundle apache2 4502
|
||||||
noggit_0.6.0.wso2v1.jar bundle apache2 4211
|
neethi_2.0.4.wso2v5.jar bundle apache2 6267
|
||||||
opencsv-1.8.jar jarinbundle apache2 368
|
netty-all_4.0.23.wso2v1.jar bundle apache2 4689
|
||||||
opencsv_1.8.0.wso2v1.jar bundle apache2 928
|
noggit_0.6.0.wso2v1.jar bundle apache2 4211
|
||||||
opensaml-1.1.406.jar jarinbundle apache2 351
|
opencsv-1.8.jar jarinbundle apache2 368
|
||||||
opensaml-2.4.1.jar jarinbundle apache2 349
|
opencsv_1.8.0.wso2v1.jar bundle apache2 928
|
||||||
opensaml2_2.4.1.wso2v1.jar bundle apache2 864
|
opensaml_2.6.4.wso2v3.jar bundle apache2 8480
|
||||||
openws-1.4.1.jar jarinbundle apache2 350
|
org.apache.commons.configuration_1.10.0.jar bundle apache2 1510
|
||||||
org.apache.commons.configuration_1.10.0.jar bundle apache2 1510
|
org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134
|
||||||
org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134
|
org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133
|
||||||
org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133
|
org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132
|
||||||
org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132
|
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131
|
||||||
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131
|
org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130
|
||||||
org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130
|
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129
|
||||||
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129
|
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128
|
||||||
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128
|
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127
|
||||||
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127
|
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126
|
||||||
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126
|
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289
|
||||||
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289
|
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125
|
||||||
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125
|
org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124
|
||||||
org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124
|
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123
|
||||||
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123
|
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122
|
||||||
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122
|
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121
|
||||||
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121
|
org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120
|
||||||
org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120
|
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119
|
||||||
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119
|
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118
|
||||||
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118
|
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117
|
||||||
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117
|
org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839
|
||||||
org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839
|
org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116
|
||||||
org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116
|
org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388
|
||||||
org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388
|
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115
|
||||||
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115
|
org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337
|
||||||
org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337
|
org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114
|
||||||
org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114
|
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113
|
||||||
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113
|
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112
|
||||||
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112
|
org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110
|
||||||
org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110
|
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111
|
||||||
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111
|
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873
|
||||||
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873
|
org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109
|
||||||
org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109
|
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108
|
||||||
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108
|
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107
|
||||||
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107
|
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106
|
||||||
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106
|
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105
|
||||||
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105
|
org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306
|
||||||
org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306
|
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104
|
||||||
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104
|
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103
|
||||||
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103
|
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703
|
||||||
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703
|
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102
|
||||||
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102
|
org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369
|
||||||
org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369
|
org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101
|
||||||
org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101
|
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100
|
||||||
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100
|
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099
|
||||||
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099
|
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098
|
||||||
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098
|
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097
|
||||||
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097
|
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096
|
||||||
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096
|
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095
|
||||||
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095
|
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094
|
||||||
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094
|
org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141
|
||||||
org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141
|
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093
|
||||||
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093
|
org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092
|
||||||
org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092
|
org.restlet_2.3.0.wso2v1.jar bundle apache2 4501
|
||||||
org.restlet_2.3.0.wso2v1.jar bundle apache2 4501
|
org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091
|
||||||
org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091
|
org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090
|
||||||
org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090
|
org.wso2.carbon.addressing_4.4.11.jar bundle apache2 10386
|
||||||
org.wso2.carbon.addressing_4.4.3.jar bundle apache2 6699
|
org.wso2.carbon.analytics.shared.data.agents.log4j_1.0.3.jar bundle apache2 11074
|
||||||
org.wso2.carbon.andes.admin_3.1.1.jar bundle apache2 7159
|
org.wso2.carbon.andes.admin_3.1.3.jar bundle apache2 11073
|
||||||
org.wso2.carbon.andes.authentication_3.1.1.jar bundle apache2 7158
|
org.wso2.carbon.andes.authentication_3.1.3.jar bundle apache2 11072
|
||||||
org.wso2.carbon.andes.authorization_3.1.1.jar bundle apache2 7157
|
org.wso2.carbon.andes.authorization_3.1.3.jar bundle apache2 11071
|
||||||
org.wso2.carbon.andes.cluster.mgt.ui_3.1.1.jar bundle apache2 7156
|
org.wso2.carbon.andes.cluster.mgt.ui_3.1.3.jar bundle apache2 11070
|
||||||
org.wso2.carbon.andes.cluster.mgt_3.1.1.jar bundle apache2 7155
|
org.wso2.carbon.andes.cluster.mgt_3.1.3.jar bundle apache2 11069
|
||||||
org.wso2.carbon.andes.commons_3.1.1.jar bundle apache2 7154
|
org.wso2.carbon.andes.commons_3.1.3.jar bundle apache2 11068
|
||||||
org.wso2.carbon.andes.core_3.1.1.jar bundle apache2 7153
|
org.wso2.carbon.andes.core_3.1.3.jar bundle apache2 11067
|
||||||
org.wso2.carbon.andes.event.admin_3.1.1.jar bundle apache2 7152
|
org.wso2.carbon.andes.event.admin_3.1.3.jar bundle apache2 11066
|
||||||
org.wso2.carbon.andes.event.core_3.1.1.jar bundle apache2 7151
|
org.wso2.carbon.andes.event.core_3.1.3.jar bundle apache2 11065
|
||||||
org.wso2.carbon.andes.event.stub_3.1.1.jar bundle apache2 7150
|
org.wso2.carbon.andes.event.stub_3.1.3.jar bundle apache2 11064
|
||||||
org.wso2.carbon.andes.event.ui_3.1.1.jar bundle apache2 7149
|
org.wso2.carbon.andes.event.ui_3.1.3.jar bundle apache2 11063
|
||||||
org.wso2.carbon.andes.mgt.stub_3.1.1.jar bundle apache2 7148
|
org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization_3.0.8.jar bundle apache2 11062
|
||||||
org.wso2.carbon.andes.stub_3.1.1.jar bundle apache2 7147
|
org.wso2.carbon.andes.mgt.stub_3.1.3.jar bundle apache2 11061
|
||||||
org.wso2.carbon.andes.ui_3.1.1.jar bundle apache2 7146
|
org.wso2.carbon.andes.stub_3.1.3.jar bundle apache2 11060
|
||||||
org.wso2.carbon.andes_3.1.1.jar bundle apache2 7145
|
org.wso2.carbon.andes.ui_3.1.3.jar bundle apache2 11059
|
||||||
org.wso2.carbon.application.deployer_4.4.3.jar bundle apache2 6677
|
org.wso2.carbon.andes_3.1.3.jar bundle apache2 11058
|
||||||
org.wso2.carbon.application.upload_4.4.8.jar bundle apache2 5829
|
org.wso2.carbon.application.deployer_4.4.11.jar bundle apache2 10385
|
||||||
org.wso2.carbon.authenticator.proxy_4.4.3.jar bundle apache2 6675
|
org.wso2.carbon.application.upload_4.5.4.jar bundle apache2 8684
|
||||||
org.wso2.carbon.authenticator.stub_4.4.3.jar bundle apache2 6674
|
org.wso2.carbon.authenticator.proxy_4.4.11.jar bundle apache2 10384
|
||||||
org.wso2.carbon.base_4.4.3.jar bundle apache2 6671
|
org.wso2.carbon.authenticator.stub_4.4.11.jar bundle apache2 10383
|
||||||
org.wso2.carbon.bootstrap-4.4.3.jar bundle apache2 6505
|
org.wso2.carbon.base_4.4.11.jar bundle apache2 10382
|
||||||
org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154
|
org.wso2.carbon.bootstrap-4.4.11.jar bundle apache2 10337
|
||||||
org.wso2.carbon.cluster.mgt.core_4.4.3.jar bundle apache2 6667
|
org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154
|
||||||
org.wso2.carbon.core.bootup.validator_4.4.3.jar bundle apache2 6665
|
org.wso2.carbon.cluster.mgt.core_4.4.11.jar bundle apache2 10381
|
||||||
org.wso2.carbon.core.commons.stub_4.4.3.jar bundle apache2 6663
|
org.wso2.carbon.core.bootup.validator_4.4.11.jar bundle apache2 10380
|
||||||
org.wso2.carbon.core.common_4.4.3.jar bundle apache2 6664
|
org.wso2.carbon.core.commons.stub_4.4.11.jar bundle apache2 10378
|
||||||
org.wso2.carbon.core.services_4.4.3.jar bundle apache2 6662
|
org.wso2.carbon.core.common_4.4.11.jar bundle apache2 10379
|
||||||
org.wso2.carbon.core_4.4.3.jar bundle apache2 6661
|
org.wso2.carbon.core.services_4.4.11.jar bundle apache2 10377
|
||||||
org.wso2.carbon.databridge.agent.thrift_4.4.8.jar bundle apache2 5896
|
org.wso2.carbon.core_4.4.11.jar bundle apache2 10376
|
||||||
org.wso2.carbon.databridge.commons.thrift_4.4.8.jar bundle apache2 5895
|
org.wso2.carbon.databridge.agent_5.1.5.jar bundle apache2 11017
|
||||||
org.wso2.carbon.databridge.commons_4.4.8.jar bundle apache2 5894
|
org.wso2.carbon.databridge.commons.binary_5.1.5.jar bundle apache2 11016
|
||||||
org.wso2.carbon.event.client_4.4.8.jar bundle apache2 5815
|
org.wso2.carbon.databridge.commons.thrift_5.1.5.jar bundle apache2 11015
|
||||||
org.wso2.carbon.feature.mgt.core_4.4.3.jar bundle apache2 6655
|
org.wso2.carbon.databridge.commons_5.1.5.jar bundle apache2 11014
|
||||||
org.wso2.carbon.feature.mgt.services_4.4.3.jar bundle apache2 6654
|
org.wso2.carbon.event.client_4.5.4.jar bundle apache2 8441
|
||||||
org.wso2.carbon.feature.mgt.stub_4.4.3.jar bundle apache2 6653
|
org.wso2.carbon.feature.mgt.core_4.4.11.jar bundle apache2 10375
|
||||||
org.wso2.carbon.feature.mgt.ui_4.4.3.jar bundle apache2 6652
|
org.wso2.carbon.feature.mgt.services_4.4.11.jar bundle apache2 10374
|
||||||
org.wso2.carbon.framework.exporter_4.4.3.jar bundle apache2 6650
|
org.wso2.carbon.feature.mgt.stub_4.4.11.jar bundle apache2 10373
|
||||||
org.wso2.carbon.i18n_4.4.3.jar bundle apache2 6648
|
org.wso2.carbon.feature.mgt.ui_4.4.11.jar bundle apache2 10372
|
||||||
org.wso2.carbon.identity.account.mgt.menu.ui_4.5.6.jar bundle apache2 5224
|
org.wso2.carbon.framework.exporter_4.4.11.jar bundle apache2 10371
|
||||||
org.wso2.carbon.identity.authenticator.saml2.sso.common_4.5.6.jar bundle apache2 5223
|
org.wso2.carbon.i18n_4.4.11.jar bundle apache2 10370
|
||||||
org.wso2.carbon.identity.authenticator.saml2.sso.stub_4.5.6.jar bundle apache2 5222
|
org.wso2.carbon.identity.application.common_5.2.0.jar bundle apache2 8391
|
||||||
org.wso2.carbon.identity.authenticator.saml2.sso.ui_4.5.6.jar bundle apache2 5221
|
org.wso2.carbon.identity.authenticator.saml2.sso.common_5.1.3.jar bundle apache2 9428
|
||||||
org.wso2.carbon.identity.authenticator.saml2.sso_4.5.6.jar bundle apache2 5220
|
org.wso2.carbon.identity.authenticator.saml2.sso_5.1.3.jar bundle apache2 9426
|
||||||
org.wso2.carbon.identity.base_4.5.6.jar bundle apache2 5219
|
org.wso2.carbon.identity.base_5.2.0.jar bundle apache2 8378
|
||||||
org.wso2.carbon.identity.menu.ui_4.5.6.jar bundle apache2 5216
|
org.wso2.carbon.identity.core.ui_5.2.0.jar bundle apache2 8377
|
||||||
org.wso2.carbon.identity.sso.saml.stub_4.5.6.jar bundle apache2 5213
|
org.wso2.carbon.identity.core_5.2.0.jar bundle apache2 8376
|
||||||
org.wso2.carbon.identity.user.store.configuration.deployer_4.5.6.jar bundle apache2 5212
|
org.wso2.carbon.identity.oauth.stub_5.0.8.jar bundle apache2 8608
|
||||||
org.wso2.carbon.identity.user.store.configuration.stub_4.5.6.jar bundle apache2 5211
|
org.wso2.carbon.identity.user.store.configuration.deployer_5.2.0.jar bundle apache2 8332
|
||||||
org.wso2.carbon.identity.user.store.configuration.ui_4.5.6.jar bundle apache2 5210
|
org.wso2.carbon.identity.user.store.configuration.stub_5.2.0.jar bundle apache2 8331
|
||||||
org.wso2.carbon.identity.user.store.configuration_4.5.6.jar bundle apache2 5209
|
org.wso2.carbon.identity.user.store.configuration.ui_5.2.0.jar bundle apache2 8330
|
||||||
org.wso2.carbon.identity.user.store.remote_4.5.6.jar bundle apache2 5893
|
org.wso2.carbon.identity.user.store.configuration_5.2.0.jar bundle apache2 8329
|
||||||
org.wso2.carbon.java2wsdl.ui_4.4.8.jar bundle apache2 5892
|
org.wso2.carbon.identity.user.store.count.stub_5.2.0.jar bundle apache2 8328
|
||||||
org.wso2.carbon.java2wsdl_4.4.8.jar bundle apache2 5891
|
org.wso2.carbon.identity.user.store.count_5.2.0.jar bundle apache2 8327
|
||||||
org.wso2.carbon.logging-4.4.1.jar bundle apache2 3984
|
org.wso2.carbon.identity.user.store.remote_5.0.8.jar bundle apache2 7742
|
||||||
org.wso2.carbon.logging-4.4.3.jar bundle apache2 6507
|
org.wso2.carbon.java2wsdl.ui_4.5.4.jar bundle apache2 8776
|
||||||
org.wso2.carbon.logging.admin.stub_4.4.8.jar bundle apache2 5747
|
org.wso2.carbon.java2wsdl_4.5.4.jar bundle apache2 8775
|
||||||
org.wso2.carbon.logging.admin.ui_4.4.8.jar bundle apache2 5746
|
org.wso2.carbon.logging-4.4.11.jar bundle apache2 10339
|
||||||
org.wso2.carbon.logging.service_4.4.8.jar bundle apache2 5745
|
org.wso2.carbon.logging.admin.stub_4.5.4.jar bundle apache2 8313
|
||||||
org.wso2.carbon.logging.view.stub_4.4.8.jar bundle apache2 5744
|
org.wso2.carbon.logging.admin.ui_4.5.4.jar bundle apache2 8312
|
||||||
org.wso2.carbon.logging.view.ui_4.4.8.jar bundle apache2 5743
|
org.wso2.carbon.logging.service_4.5.4.jar bundle apache2 8311
|
||||||
org.wso2.carbon.logging_4.4.3.jar bundle apache2 6600
|
org.wso2.carbon.logging.view.stub_4.5.4.jar bundle apache2 8310
|
||||||
org.wso2.carbon.messageflows.stub_4.4.8.jar bundle apache2 5890
|
org.wso2.carbon.logging.view.ui_4.5.4.jar bundle apache2 8309
|
||||||
org.wso2.carbon.messageflows.ui_4.4.8.jar bundle apache2 5889
|
org.wso2.carbon.logging_4.4.11.jar bundle apache2 10369
|
||||||
org.wso2.carbon.messageflows_4.4.8.jar bundle apache2 5888
|
org.wso2.carbon.messageflows.stub_4.5.4.jar bundle apache2 8574
|
||||||
org.wso2.carbon.messaging.metrics.ui_3.1.1.jar bundle apache2 7144
|
org.wso2.carbon.messageflows.ui_4.5.4.jar bundle apache2 8573
|
||||||
org.wso2.carbon.metrics.common_1.2.0.jar bundle apache2 6889
|
org.wso2.carbon.messageflows_4.5.4.jar bundle apache2 8572
|
||||||
org.wso2.carbon.metrics.das.reporter_1.2.0.jar bundle apache2 6888
|
org.wso2.carbon.messaging.metrics.ui_3.1.3.jar bundle apache2 11057
|
||||||
org.wso2.carbon.metrics.data.common_1.2.0.jar bundle apache2 6912
|
org.wso2.carbon.metrics.common_1.2.2.jar bundle apache2 8818
|
||||||
org.wso2.carbon.metrics.data.service.stub_1.2.0.jar bundle apache2 6911
|
org.wso2.carbon.metrics.das.reporter_1.2.2.jar bundle apache2 8817
|
||||||
org.wso2.carbon.metrics.data.service_1.2.0.jar bundle apache2 6910
|
org.wso2.carbon.metrics.data.common_1.2.2.jar bundle apache2 8816
|
||||||
org.wso2.carbon.metrics.impl_1.2.0.jar bundle apache2 6887
|
org.wso2.carbon.metrics.data.service.stub_1.2.2.jar bundle apache2 8815
|
||||||
org.wso2.carbon.metrics.jdbc.reporter_1.2.0.jar bundle apache2 6909
|
org.wso2.carbon.metrics.data.service_1.2.2.jar bundle apache2 8814
|
||||||
org.wso2.carbon.metrics.manager_1.2.0.jar bundle apache2 6886
|
org.wso2.carbon.metrics.impl_1.2.2.jar bundle apache2 8813
|
||||||
org.wso2.carbon.metrics.view.ui_1.2.0.jar bundle apache2 6908
|
org.wso2.carbon.metrics.jdbc.reporter_1.2.2.jar bundle apache2 8812
|
||||||
org.wso2.carbon.ndatasource.common_4.4.3.jar bundle apache2 6562
|
org.wso2.carbon.metrics.manager_1.2.2.jar bundle apache2 8811
|
||||||
org.wso2.carbon.ndatasource.core_4.4.3.jar bundle apache2 6561
|
org.wso2.carbon.metrics.view.ui_1.2.2.jar bundle apache2 8810
|
||||||
org.wso2.carbon.ndatasource.rdbms_4.4.3.jar bundle apache2 6560
|
org.wso2.carbon.ndatasource.common_4.4.11.jar bundle apache2 10368
|
||||||
org.wso2.carbon.osgi.security_4.4.3.jar bundle apache2 6559
|
org.wso2.carbon.ndatasource.core_4.4.11.jar bundle apache2 10367
|
||||||
org.wso2.carbon.p2.touchpoint_4.4.3.jar bundle apache2 6558
|
org.wso2.carbon.ndatasource.rdbms_4.4.11.jar bundle apache2 10366
|
||||||
org.wso2.carbon.queuing_4.4.3.jar bundle apache2 6554
|
org.wso2.carbon.osgi.security_4.4.11.jar bundle apache2 10365
|
||||||
org.wso2.carbon.registry.admin.api_4.5.0.jar bundle apache2 5886
|
org.wso2.carbon.queuing_4.4.11.jar bundle apache2 10364
|
||||||
org.wso2.carbon.registry.api_4.4.3.jar bundle apache2 6553
|
org.wso2.carbon.registry.admin.api_4.5.8.jar bundle apache2 10275
|
||||||
org.wso2.carbon.registry.common.ui_4.5.0.jar bundle apache2 5885
|
org.wso2.carbon.registry.api_4.4.11.jar bundle apache2 10363
|
||||||
org.wso2.carbon.registry.common_4.5.0.jar bundle apache2 5884
|
org.wso2.carbon.registry.common.ui_4.5.8.jar bundle apache2 10274
|
||||||
org.wso2.carbon.registry.core_4.4.3.jar bundle apache2 6552
|
org.wso2.carbon.registry.common_4.5.8.jar bundle apache2 10273
|
||||||
org.wso2.carbon.registry.indexing_4.5.0.jar bundle apache2 5883
|
org.wso2.carbon.registry.core_4.4.11.jar bundle apache2 10362
|
||||||
org.wso2.carbon.registry.properties.stub_4.5.0.jar bundle apache2 5882
|
org.wso2.carbon.registry.indexing_4.5.8.jar bundle apache2 10266
|
||||||
org.wso2.carbon.registry.properties.ui_4.5.0.jar bundle apache2 5881
|
org.wso2.carbon.registry.properties.stub_4.5.8.jar bundle apache2 10262
|
||||||
org.wso2.carbon.registry.properties_4.5.0.jar bundle apache2 5880
|
org.wso2.carbon.registry.properties.ui_4.5.8.jar bundle apache2 10261
|
||||||
org.wso2.carbon.registry.resource.stub_4.5.0.jar bundle apache2 5879
|
org.wso2.carbon.registry.properties_4.5.8.jar bundle apache2 10260
|
||||||
org.wso2.carbon.registry.resource.ui_4.5.0.jar bundle apache2 5878
|
org.wso2.carbon.registry.resource.stub_4.5.8.jar bundle apache2 10256
|
||||||
org.wso2.carbon.registry.resource_4.5.0.jar bundle apache2 5877
|
org.wso2.carbon.registry.resource.ui_4.5.8.jar bundle apache2 10255
|
||||||
org.wso2.carbon.registry.search.stub_4.5.0.jar bundle apache2 5876
|
org.wso2.carbon.registry.resource_4.5.8.jar bundle apache2 10254
|
||||||
org.wso2.carbon.registry.search.ui_4.5.0.jar bundle apache2 5875
|
org.wso2.carbon.registry.search.stub_4.5.8.jar bundle apache2 10253
|
||||||
org.wso2.carbon.registry.search_4.5.0.jar bundle apache2 5874
|
org.wso2.carbon.registry.search.ui_4.5.8.jar bundle apache2 10252
|
||||||
org.wso2.carbon.registry.server_4.4.3.jar bundle apache2 6551
|
org.wso2.carbon.registry.search_4.5.8.jar bundle apache2 10251
|
||||||
org.wso2.carbon.registry.servlet_4.5.0.jar bundle apache2 5873
|
org.wso2.carbon.registry.server_4.4.11.jar bundle apache2 10361
|
||||||
org.wso2.carbon.roles.mgt.stub_4.4.3.jar bundle apache2 6545
|
org.wso2.carbon.registry.servlet_4.5.8.jar bundle apache2 10250
|
||||||
org.wso2.carbon.roles.mgt.ui_4.4.3.jar bundle apache2 6544
|
org.wso2.carbon.roles.mgt.stub_4.4.11.jar bundle apache2 10360
|
||||||
org.wso2.carbon.roles.mgt_4.4.3.jar bundle apache2 6543
|
org.wso2.carbon.roles.mgt.ui_4.4.11.jar bundle apache2 10359
|
||||||
org.wso2.carbon.securevault_4.4.3.jar bundle apache2 6542
|
org.wso2.carbon.roles.mgt_4.4.11.jar bundle apache2 10358
|
||||||
org.wso2.carbon.security.mgt.stub_4.5.6.jar bundle apache2 5072
|
org.wso2.carbon.securevault_4.4.11.jar bundle apache2 10357
|
||||||
org.wso2.carbon.security.mgt.ui_4.5.6.jar bundle apache2 5071
|
org.wso2.carbon.security.mgt.stub_5.2.0.jar bundle apache2 8272
|
||||||
org.wso2.carbon.security.mgt_4.5.6.jar bundle apache2 5070
|
org.wso2.carbon.security.mgt.ui_5.2.0.jar bundle apache2 8271
|
||||||
org.wso2.carbon.server-4.4.3.jar bundle apache2 6506
|
org.wso2.carbon.security.mgt_5.2.0.jar bundle apache2 8270
|
||||||
org.wso2.carbon.server.admin.common_4.4.3.jar bundle apache2 6535
|
org.wso2.carbon.server-4.4.11.jar bundle apache2 10338
|
||||||
org.wso2.carbon.server.admin.stub_4.4.3.jar bundle apache2 6534
|
org.wso2.carbon.server.admin.common_4.4.11.jar bundle apache2 10356
|
||||||
org.wso2.carbon.server.admin.ui_4.4.3.jar bundle apache2 6533
|
org.wso2.carbon.server.admin.stub_4.4.11.jar bundle apache2 10355
|
||||||
org.wso2.carbon.server.admin_4.4.3.jar bundle apache2 6532
|
org.wso2.carbon.server.admin.ui_4.4.11.jar bundle apache2 10354
|
||||||
org.wso2.carbon.statistics.stub_4.4.8.jar bundle apache2 5872
|
org.wso2.carbon.server.admin_4.4.11.jar bundle apache2 10353
|
||||||
org.wso2.carbon.statistics.ui_4.4.8.jar bundle apache2 5871
|
org.wso2.carbon.statistics.stub_4.5.4.jar bundle apache2 8264
|
||||||
org.wso2.carbon.statistics_4.4.8.jar bundle apache2 5870
|
org.wso2.carbon.statistics.ui_4.5.4.jar bundle apache2 8263
|
||||||
org.wso2.carbon.tenant.common.stub_4.4.8.jar bundle apache2 5725
|
org.wso2.carbon.statistics_4.5.4.jar bundle apache2 8262
|
||||||
org.wso2.carbon.tenant.common_4.4.8.jar bundle apache2 5724
|
org.wso2.carbon.tenant.common_4.5.4.jar bundle apache2 8257
|
||||||
org.wso2.carbon.tenant.deployment_4.4.4.jar bundle apache2 5869
|
org.wso2.carbon.tenant.deployment_4.6.1.jar bundle apache2 10243
|
||||||
org.wso2.carbon.tenant.dispatcher_4.4.4.jar bundle apache2 5868
|
org.wso2.carbon.tenant.dispatcher_4.6.1.jar bundle apache2 10242
|
||||||
org.wso2.carbon.tenant.keystore.mgt_4.4.4.jar bundle apache2 5867
|
org.wso2.carbon.tenant.keystore.mgt_4.6.1.jar bundle apache2 10241
|
||||||
org.wso2.carbon.tenant.mgt.core_4.4.4.jar bundle apache2 5866
|
org.wso2.carbon.tenant.mgt.core_4.6.1.jar bundle apache2 10240
|
||||||
org.wso2.carbon.tenant.mgt.stub_4.4.4.jar bundle apache2 5865
|
org.wso2.carbon.tenant.mgt_4.6.1.jar bundle apache2 10237
|
||||||
org.wso2.carbon.tenant.mgt.ui_4.4.4.jar bundle apache2 5864
|
org.wso2.carbon.tenant.redirector.servlet_4.6.1.jar bundle apache2 10234
|
||||||
org.wso2.carbon.tenant.mgt_4.4.4.jar bundle apache2 5863
|
org.wso2.carbon.tenant.theme.mgt_4.6.1.jar bundle apache2 10232
|
||||||
org.wso2.carbon.tenant.redirector.servlet.stub_4.4.4.jar bundle apache2 5862
|
org.wso2.carbon.tenant.throttling.agent_4.6.1.jar bundle apache2 10231
|
||||||
org.wso2.carbon.tenant.redirector.servlet.ui_4.4.4.jar bundle apache2 5861
|
org.wso2.carbon.tenant.usage.agent_4.6.1.jar bundle apache2 10230
|
||||||
org.wso2.carbon.tenant.redirector.servlet_4.4.4.jar bundle apache2 5860
|
org.wso2.carbon.throttling.agent.stub_4.5.4.jar bundle apache2 8505
|
||||||
org.wso2.carbon.tenant.sso.redirector.ui_4.4.4.jar bundle apache2 5859
|
org.wso2.carbon.tomcat.ext_4.4.11.jar bundle apache2 10351
|
||||||
org.wso2.carbon.tenant.theme.mgt_4.4.4.jar bundle apache2 5858
|
org.wso2.carbon.tomcat_4.4.11.jar bundle apache2 10350
|
||||||
org.wso2.carbon.tenant.throttling.agent_4.4.4.jar bundle apache2 5857
|
org.wso2.carbon.tools.wsdlvalidator.ui_4.5.4.jar bundle apache2 8753
|
||||||
org.wso2.carbon.tenant.usage.agent_4.4.4.jar bundle apache2 5856
|
org.wso2.carbon.tools.wsdlvalidator_4.5.4.jar bundle apache2 8752
|
||||||
org.wso2.carbon.throttling.agent.stub_4.4.8.jar bundle apache2 5855
|
org.wso2.carbon.tracer.stub_4.5.4.jar bundle apache2 8242
|
||||||
org.wso2.carbon.tomcat.ext_4.4.3.jar bundle apache2 6529
|
org.wso2.carbon.tracer.ui_4.5.4.jar bundle apache2 8241
|
||||||
org.wso2.carbon.tomcat_4.4.3.jar bundle apache2 6528
|
org.wso2.carbon.tracer_4.5.4.jar bundle apache2 8240
|
||||||
org.wso2.carbon.tools.wsdlvalidator.ui_4.4.8.jar bundle apache2 5854
|
org.wso2.carbon.tryit.ui_4.5.4.jar bundle apache2 8750
|
||||||
org.wso2.carbon.tools.wsdlvalidator_4.4.8.jar bundle apache2 5853
|
org.wso2.carbon.tryit_4.5.4.jar bundle apache2 8748
|
||||||
org.wso2.carbon.tracer.stub_4.4.8.jar bundle apache2 5852
|
org.wso2.carbon.ui.menu.general_4.4.11.jar bundle apache2 10349
|
||||||
org.wso2.carbon.tracer.ui_4.4.8.jar bundle apache2 5851
|
org.wso2.carbon.ui.menu.tools_4.4.3.jar bundle apache2 6716
|
||||||
org.wso2.carbon.tracer_4.4.8.jar bundle apache2 5850
|
org.wso2.carbon.ui_4.4.11.jar bundle apache2 10348
|
||||||
org.wso2.carbon.tryit.ui_4.4.8.jar bundle apache2 5723
|
org.wso2.carbon.um.ws.api.stub_5.0.8.jar bundle apache2 7711
|
||||||
org.wso2.carbon.tryit_4.4.8.jar bundle apache2 5721
|
org.wso2.carbon.um.ws.api_5.0.8.jar bundle apache2 7710
|
||||||
org.wso2.carbon.ui.menu.general_4.4.3.jar bundle apache2 6527
|
org.wso2.carbon.um.ws.service_5.0.8.jar bundle apache2 7709
|
||||||
org.wso2.carbon.ui.menu.registry_4.4.1.jar bundle apache2 4394
|
org.wso2.carbon.user.api_4.4.11.jar bundle apache2 10347
|
||||||
org.wso2.carbon.ui.menu.stratos_2.2.0.jar bundle apache2 2202
|
org.wso2.carbon.user.core_4.4.11.jar bundle apache2 10346
|
||||||
org.wso2.carbon.ui.menu.tools_4.4.1.jar bundle apache2 4066
|
org.wso2.carbon.user.mgt.common_5.2.0.jar bundle apache2 8230
|
||||||
org.wso2.carbon.ui_4.4.3.jar bundle apache2 6526
|
org.wso2.carbon.user.mgt.stub_5.2.0.jar bundle apache2 8229
|
||||||
org.wso2.carbon.um.ws.api.stub_4.5.6.jar bundle apache2 5849
|
org.wso2.carbon.user.mgt.ui_5.2.0.jar bundle apache2 8228
|
||||||
org.wso2.carbon.um.ws.api_4.5.6.jar bundle apache2 5848
|
org.wso2.carbon.user.mgt.workflow.stub_5.2.0.jar bundle apache2 8227
|
||||||
org.wso2.carbon.um.ws.service_4.5.6.jar bundle apache2 5847
|
org.wso2.carbon.user.mgt_5.2.0.jar bundle apache2 8224
|
||||||
org.wso2.carbon.user.api_4.4.3.jar bundle apache2 6522
|
org.wso2.carbon.utils_4.4.11.jar bundle apache2 10345
|
||||||
org.wso2.carbon.user.core_4.4.3.jar bundle apache2 6521
|
org.wso2.carbon.wsdl2code.stub_4.5.4.jar bundle apache2 8746
|
||||||
org.wso2.carbon.user.mgt.common_4.5.6.jar bundle apache2 5057
|
org.wso2.carbon.wsdl2code.ui_4.5.4.jar bundle apache2 8745
|
||||||
org.wso2.carbon.user.mgt.stub_4.5.6.jar bundle apache2 5056
|
org.wso2.carbon.wsdl2code_4.5.4.jar bundle apache2 8744
|
||||||
org.wso2.carbon.user.mgt.ui_4.5.6.jar bundle apache2 5055
|
org.wso2.carbon.wsdl2form-4.5.4.jar bundle apache2 8749
|
||||||
org.wso2.carbon.user.mgt_4.5.6.jar bundle apache2 5054
|
org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038
|
||||||
org.wso2.carbon.utils_4.4.3.jar bundle apache2 6515
|
org.wso2.securevault-1.0.0-wso2v2.jar bundle apache2 3537
|
||||||
org.wso2.carbon.wsdl2code.stub_4.4.8.jar bundle apache2 5846
|
org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768
|
||||||
org.wso2.carbon.wsdl2code.ui_4.4.8.jar bundle apache2 5845
|
pdepublishing-ant.jar jar epl1 524
|
||||||
org.wso2.carbon.wsdl2code_4.4.8.jar bundle apache2 5844
|
pdepublishing.jar jar epl1 525
|
||||||
org.wso2.carbon.wsdl2form-4.4.8.jar bundle apache2 5722
|
perf4j_0.9.12.wso2v1.jar bundle apache2 832
|
||||||
org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038
|
poi-ooxml_3.14.0.wso2v1.jar bundle apache2 8218
|
||||||
org.wso2.mb.samples.mqtt.iot-3.0.0.jar bundle apache2 7139
|
poi-scratchpad_3.14.0.wso2v1.jar bundle apache2 8217
|
||||||
org.wso2.mb.samples.mqtt.retain.sample-3.0.0.jar bundle apache2 7140
|
poi_3.14.0.wso2v1.jar bundle apache2 8216
|
||||||
org.wso2.mb.samples.mqtt.simple-3.0.0-SNAPSHOT.jar bundle apache2 7141
|
rampart-1.6.1-wso2v10.mar bundle apache2 2375
|
||||||
org.wso2.mb.styles_3.1.0.jar bundle apache2 7161
|
rampart-core_1.6.1.wso2v21.jar bundle apache2 8215
|
||||||
org.wso2.securevault-1.0.0-wso2v2.jar bundle apache2 3537
|
rampart-policy_1.6.1.wso2v21.jar bundle apache2 8214
|
||||||
org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768
|
rampart-trust_1.6.1.wso2v21.jar bundle apache2 8213
|
||||||
org.wso2.stratos.mb.dashboard.ui_3.1.0.jar bundle apache2 7160
|
slf4j-1.5.10.wso2v1.jar bundle mit 3209
|
||||||
pdepublishing-ant.jar jar epl1 524
|
slf4j.api_1.6.1.jar bundle mit 354
|
||||||
pdepublishing.jar jar epl1 525
|
slf4j.api_1.7.13.jar bundle mit 1606
|
||||||
perf4j_0.9.12.wso2v1.jar bundle apache2 832
|
slf4j.api_1.7.21.jar bundle mit 1852
|
||||||
poi-ooxml_3.9.0.wso2v3.jar bundle apache2 3592
|
slf4j.log4j12_1.6.1.jar bundle mit 346
|
||||||
poi-scratchpad_3.9.0.wso2v1.jar bundle apache2 2205
|
slf4j.log4j12_1.7.13.jar bundle mit 1605
|
||||||
poi_3.9.0.wso2v1.jar bundle apache2 2017
|
slf4j.log4j12_1.7.21.jar bundle mit 1851
|
||||||
rampart-1.6.1-wso2v10.mar bundle apache2 2375
|
solr_5.2.1.wso2v1.jar bundle apache2 4384
|
||||||
rampart-core_1.6.1.wso2v16.jar bundle apache2 5051
|
spatial4j_0.4.1.wso2v1.jar bundle apache2 4045
|
||||||
rampart-policy_1.6.1.wso2v16.jar bundle apache2 5050
|
spring.framework_3.2.9.wso2v1.jar bundle apache2 4044
|
||||||
rampart-trust_1.6.1.wso2v16.jar bundle apache2 5049
|
stax2-api-3.1.4.jar bundle bsd 1089
|
||||||
slf4j-1.5.10.wso2v1.jar bundle mit 3209
|
tcpmon-1.0.jar jar bsd 255
|
||||||
slf4j.api_1.6.1.jar bundle mit 354
|
tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989
|
||||||
slf4j.api_1.7.13.jar bundle mit 1606
|
tomcat-annotations-api-7.0.73.jar jar apache2 2044
|
||||||
slf4j.log4j12_1.6.1.jar bundle mit 346
|
tomcat-catalina-ha_7.0.73.wso2v1.jar bundle apache2 10344
|
||||||
slf4j.log4j12_1.7.13.jar bundle mit 1605
|
tomcat-el-api_7.0.73.wso2v1.jar bundle apache2 10343
|
||||||
solr_5.2.1.wso2v1.jar bundle apache2 4384
|
tomcat-jsp-api_7.0.73.wso2v1.jar bundle apache2 10342
|
||||||
spatial4j_0.4.1.wso2v1.jar bundle apache2 4045
|
tomcat-juli-7.0.73.jar jar apache2 2043
|
||||||
spring.framework_3.2.9.wso2v1.jar bundle apache2 4044
|
tomcat-servlet-api_7.0.73.wso2v1.jar bundle apache2 10341
|
||||||
stax2-api-3.1.4.jar bundle bsd 1089
|
tomcat_7.0.73.wso2v1.jar bundle apache2 10340
|
||||||
tcpmon-1.0.jar jar bsd 255
|
uddi4j-1.0.1.jar jarinbundle ibmpl 406
|
||||||
tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989
|
wadl-core-1.1.3.wso2v2.jar bundle apache2 4069
|
||||||
tomcat-annotations-api-7.0.59.jar jar apache2 1088
|
woden_1.0.0.M9-wso2v1.jar bundle apache2 3755
|
||||||
tomcat-catalina-ha_7.0.59.wso2v1.jar bundle apache2 3829
|
woodstox-core-asl-4.4.1.jar bundle apache2 1087
|
||||||
tomcat-el-api_7.0.59.wso2v1.jar bundle apache2 3828
|
wsdl-validator_1.2.0.wso2v1.jar bundle epl1 1175
|
||||||
tomcat-jsp-api_7.0.59.wso2v1.jar bundle apache2 3827
|
wsdl4j_1.6.2.wso2v4.jar bundle apache2 745
|
||||||
tomcat-juli-7.0.59.jar jar apache2 1086
|
wss4j_1.5.11.wso2v14.jar bundle apache2 8206
|
||||||
tomcat-servlet-api_7.0.59.wso2v1.jar bundle apache2 3826
|
xalan-2.7.1.wso2v1.jar bundle apache2 659
|
||||||
tomcat_7.0.59.wso2v3.jar bundle apache2 3985
|
xalan-2.7.2.wso2v2.jar bundle apache2 8202
|
||||||
uddi4j-1.0.1.jar jarinbundle ibmpl 406
|
xercesImpl-2.8.1.wso2v2.jar bundle apache2 663
|
||||||
wadl-core-1.1.3.wso2v2.jar bundle apache2 4069
|
xml-apis-1.4.01.jar jar apache2 1793
|
||||||
woden_1.0.0.M9-wso2v1.jar bundle apache2 3755
|
xml-resolver-1.2.jar jar apache2 278
|
||||||
woodstox-core-asl-4.4.1.jar bundle apache2 1087
|
xmlbeans-2.3.0.jar jarinbundle apache2 344
|
||||||
wsdl-validator_1.2.0.wso2v1.jar bundle epl1 1175
|
xmlbeans_2.3.0.wso2v1.jar bundle apache2 749
|
||||||
wsdl4j_1.6.2.wso2v4.jar bundle apache2 745
|
XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585
|
||||||
wss4j_1.5.11.wso2v11.jar bundle apache2 5040
|
|
||||||
xalan-2.7.1.wso2v1.jar bundle apache2 659
|
|
||||||
xercesImpl-2.8.1.wso2v2.jar bundle apache2 663
|
|
||||||
xml-apis-1.3.04.wso2v2.jar bundle apache2 662
|
|
||||||
xmlbeans-2.3.0.jar jarinbundle apache2 344
|
|
||||||
xmlbeans_2.3.0.wso2v1.jar bundle apache2 749
|
|
||||||
XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585
|
|
||||||
xmltooling-1.3.1.jar jarinbundle apache2 348
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,41 +1,44 @@
|
|||||||
(1) Installing WSO2 Mobile Device Manager 2.0.0-SNAPSHOT
|
Installing WSO2 IoT Server 3.0.0
|
||||||
|
|
||||||
Running the server
|
Running the server
|
||||||
---------------
|
-----------------
|
||||||
1. The directory containing this INSTALL file will the root and it will be
|
1. The directory containing this INSTALL file will be the root and it is treated as the IoTS home directory, and is referred to as <IoT_HOME>.
|
||||||
treated as Carbon home directory and let it be CARBON_HOME.
|
|
||||||
|
|
||||||
2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder.
|
2. WSO2 IoT Server comes as a composition of three components namely broker, core, and analytics.
|
||||||
|
|
||||||
3. To start WSO2 Enterprise Mobility Management Solution one can use either wso2server.sh or daemon.sh in all *nix
|
3. The starting order of the WSO2 IoTS components should be broker, core, analytics.
|
||||||
system & wso2server.bat file on Windows operating systems.
|
|
||||||
|
4. To start/stop/restart the IoTS components, run wso2server.sh for *nix systems and wso2server.bat for Windows systems, which can be found in following locations.
|
||||||
|
<IoT_HOME>/broker/bin
|
||||||
|
<IoT_HOME>/core/bin
|
||||||
|
<IoT_HOME>/analytics/bin
|
||||||
|
|
||||||
|
5. The wso2server.sh and wso2server.bat startup scripts have the following commands:
|
||||||
|
|
||||||
4. Either of the following commands can be used to start WSO2 UES
|
|
||||||
i) ./wso2server.sh {console|start|stop|restart|status|dump|version}
|
i) ./wso2server.sh {console|start|stop|restart|status|dump|version}
|
||||||
ii) ./daemon.sh {console|start|stop|restart|status|dump}
|
ii) wso2server.bat {start|stop|version}
|
||||||
iii) wso2server.bat {start|stop|version}
|
|
||||||
|
|
||||||
Usage: wso2server.sh [command]
|
Usage: wso2server.sh [command]
|
||||||
command:
|
command:
|
||||||
--debug <port> Start the server in remote debugging mode.
|
--debug <port> Start the server in remote debugging mode
|
||||||
port: The remote debugging port.
|
<port> The remote debugging port
|
||||||
--run Run the server
|
--run Run the server
|
||||||
--start Start Carbon as a Unix daemon in the background
|
--start Start the server as a Unix daemon in the background
|
||||||
--console Start Carbon as a Unix daemon in the foreground
|
--console Start the server as a Unix daemon in the foreground
|
||||||
--stop Stop the Carbon Unix daemon
|
--stop Stop the server Unix daemon
|
||||||
--status Get the status of the Carbon Unix daemon
|
--status Get the status of the Carbon Unix daemon
|
||||||
--dump Print a thread dump of the Carbon Unix daemon
|
--dump Print a thread dump of the Carbon Unix daemon
|
||||||
--restart Restart the Carbon Unix daemon
|
--restart Restart the Carbon Unix daemon
|
||||||
--version What version of the Carbon server are you running
|
--version The version of the Carbon server are you running
|
||||||
--n Start Multiple Instances of the same server after you
|
--n Start multiple instances of the same server after you
|
||||||
have successfully installed the Multiple-instances features
|
have successfully installed the Multiple-instances feature
|
||||||
from a feature repo.
|
from a feature repository
|
||||||
|
|
||||||
System Requirements
|
System Requirements
|
||||||
-------------------
|
-------------------
|
||||||
1. Minimum memory - 2GB
|
1. Minimum memory - 4GB
|
||||||
2. The Management Console requires full Javascript enablement of the Web browser
|
2. The WSO2 IOTS Management Console requires full Javascript enablement in the Web browser
|
||||||
NOTE:
|
NOTE:
|
||||||
On Windows Server 2003, it is not allowed to go below the medium security
|
On Windows Server 2003, it is not allowed to go below the medium security
|
||||||
level in Internet Explorer 6.x.
|
level when using Internet Explorer 6.x.
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,35 +1,40 @@
|
|||||||
WSO2 IoT Server
|
WSO2 IoT Server
|
||||||
----------------------
|
----------------------
|
||||||
Welcome to the WSO2 IoT Server (IoTS) 1.0.0-ALPHA release
|
Welcome to the WSO2 IoT Server (IoTS) 3.0.0 release.
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Key Features
|
Key Features
|
||||||
------------
|
------------
|
||||||
1. Self-service device enrollment and management with end-user IoTS console
|
Self-service device enrollment and management with an end-user IoTS console.
|
||||||
|
|
||||||
|
|
||||||
Installation & Running
|
Installation & Running
|
||||||
----------------------
|
----------------------
|
||||||
1. Extract the downloaded zip file
|
1. Extract the downloaded ZIP file.
|
||||||
2. Run the wso2server.sh or wso2server.bat file in the bin directory
|
2. Follow the INSTALL.txt file for install instructions.
|
||||||
3. Once the server starts, point your Web browser to
|
3. After the server starts, point your Web browser to https://localhost:9443/devicemgt in order to see the available device types and operations
|
||||||
https://localhost:9443/
|
4. Navigate to https://localhost:9443/api-store to see the available device APIs. You can subscribe to these APIs with the default application (or by creating a new application).
|
||||||
4. After publishing these APIs, subscribe to these APIs with default app/any app.
|
In the API Store, go to my subscriptions and locate the client ID and secret, which can be used to invoke these APIs.
|
||||||
In API store, go to my subscriptions and find client ID and secret.
|
|
||||||
|
|
||||||
5. Please find the maven-archetype in <PRODUCT_HOME>repository/tools to generate the mdm-android-agent project & follow the README file.
|
|
||||||
|
|
||||||
System Requirements
|
System Requirements
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
1. Minimum memory - 4GB
|
1. Minimum memory - 4GB
|
||||||
2. Portal app requires full Javascript enablement of the Web browser
|
2. The portal app requires full Javascript enablement on the Web browser
|
||||||
|
|
||||||
|
|
||||||
WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
IoT_HOME
|
||||||
|
.
|
||||||
|
├── core //core component
|
||||||
|
├── analytics //Analytics component
|
||||||
|
├── broker //Message Broker component
|
||||||
|
├── samples //sample device types e.g., connectedcup
|
||||||
|
├── plugins //pre-built device types
|
||||||
|
|
||||||
EMM_HOME
|
The IoTS Core, Analytics, and Broker have similar directory structures. For example Core has the following structure:
|
||||||
|
IoT_HOME/core
|
||||||
.
|
.
|
||||||
├── bin //executables
|
├── bin //executables
|
||||||
├── dbscripts //DBScripts
|
├── dbscripts //DBScripts
|
||||||
@ -45,7 +50,7 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
|||||||
|
|
||||||
|
|
||||||
- bin
|
- bin
|
||||||
Contains various scripts .sh & .bat scripts.
|
Contains various scripts (i.e., .sh & .bat scripts).
|
||||||
|
|
||||||
- dbscripts
|
- dbscripts
|
||||||
Contains the database creation & seed data population SQL scripts for
|
Contains the database creation & seed data population SQL scripts for
|
||||||
@ -57,9 +62,8 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
|||||||
|
|
||||||
- repository
|
- repository
|
||||||
The repository where Carbon artifacts & Axis2 services and
|
The repository where Carbon artifacts & Axis2 services and
|
||||||
modules deployed in WSO2 Carbon are stored.
|
modules deployed in WSO2 Carbon, and other custom deployers such as
|
||||||
In addition to this other custom deployers such as
|
dataservices and axis1services are stored.
|
||||||
dataservices and axis1services are also stored.
|
|
||||||
|
|
||||||
- carbonapps
|
- carbonapps
|
||||||
Carbon Application hot deployment directory.
|
Carbon Application hot deployment directory.
|
||||||
@ -68,7 +72,7 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
|||||||
Contains all OSGi related libraries and configurations.
|
Contains all OSGi related libraries and configurations.
|
||||||
|
|
||||||
- conf
|
- conf
|
||||||
Contains server configuration files. Ex: axis2.xml, carbon.xml
|
Contains server configuration files. e.g., axis2.xml, carbon.xml
|
||||||
|
|
||||||
- data
|
- data
|
||||||
Contains internal LDAP related data.
|
Contains internal LDAP related data.
|
||||||
@ -78,7 +82,7 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
|||||||
|
|
||||||
- deployment
|
- deployment
|
||||||
Contains server side and client side Axis2 repositories.
|
Contains server side and client side Axis2 repositories.
|
||||||
All deployment artifacts should go into this directory.
|
All deployment artifacts should go into this directory.
|
||||||
|
|
||||||
- logs
|
- logs
|
||||||
Contains all log files created during execution.
|
Contains all log files created during execution.
|
||||||
@ -87,16 +91,15 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
|||||||
Contains additional resources that may be required.
|
Contains additional resources that may be required.
|
||||||
|
|
||||||
- tenants
|
- tenants
|
||||||
Directory will contain relevant tenant artifacts
|
This directory will contain relevant tenant artifacts
|
||||||
in the case of a multitenant deployment.
|
in the case of a multi-tenant deployment.
|
||||||
|
|
||||||
- tmp
|
- tmp
|
||||||
Used for storing temporary files, and is pointed to by the
|
Used for storing temporary files, and is pointed to by the
|
||||||
java.io.tmpdir System property.
|
java.io.tmpdir system property.
|
||||||
|
|
||||||
- webapp-mode
|
- webapp-mode
|
||||||
The user has the option of running WSO2 Carbon in webapp mode (hosted as a web-app in an application server).
|
You have the option of running WSO2 Carbon in the webapp mode (hosted as a web-app in an application server). This directory contains files required to run Carbon in the webapp mode.
|
||||||
This directory contains files required to run Carbon in webapp mode.
|
|
||||||
|
|
||||||
- LICENSE.txt
|
- LICENSE.txt
|
||||||
Apache License 2.0 under which WSO2 Carbon is distributed.
|
Apache License 2.0 under which WSO2 Carbon is distributed.
|
||||||
@ -108,63 +111,57 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure
|
|||||||
This document contains information on installing WSO2 IoT Server.
|
This document contains information on installing WSO2 IoT Server.
|
||||||
|
|
||||||
- release-notes.html
|
- release-notes.html
|
||||||
Release information for WSO2 IoT Server 1.0.0-ALPHA
|
Release information for WSO2 IoT Server 3.0.0
|
||||||
|
|
||||||
Secure sensitive information in carbon configuration files
|
Secure sensitive information in Carbon configuration files
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
|
|
||||||
There are sensitive information such as passwords in the carbon configuration.
|
There is sensitive information such as passwords in the Carbon configuration.
|
||||||
You can secure them by using secure vault. Please go through following steps to
|
You can secure them by using secure vault. Please go through the following steps to
|
||||||
secure them with default mode.
|
secure them with the default mode.
|
||||||
|
|
||||||
1. Configure secure vault with default configurations by running ciphertool
|
1. Configure secure vault with the default configurations by running the ciphertool
|
||||||
script from bin directory.
|
script from the bin directory.
|
||||||
|
|
||||||
> ciphertool.sh -Dconfigure (in UNIX)
|
> ciphertool.sh -Dconfigure (in UNIX)
|
||||||
|
|
||||||
This script would do following configurations that you need to do by manually
|
This script automates the following configurations that you would normally need to do manually.
|
||||||
|
|
||||||
(i) Replaces sensitive elements in configuration files, that have been defined in
|
(i) Replaces sensitive elements in configuration files that have been defined in
|
||||||
cipher-tool.properties, with alias token values.
|
cipher-tool.properties, with alias token values.
|
||||||
(ii) Encrypts plain text password which is defined in cipher-text.properties file.
|
(ii) Encrypts the plain text password which is defined in the cipher-text.properties file.
|
||||||
(iii) Updates secret-conf.properties file with default keystore and callback class.
|
(iii) Updates the secret-conf.properties file with the default keystore and callback class.
|
||||||
|
|
||||||
cipher-tool.properties, cipher-text.properties and secret-conf.properties files
|
cipher-tool.properties, cipher-text.properties and secret-conf.properties files
|
||||||
can be found at repository/conf/security directory.
|
can be found in the <IoT_HOME>/repository/conf/security directory.
|
||||||
|
|
||||||
2. Start server by running wso2server script from bin directory
|
2. Start the server by running the wso2server script, which is in the <IoT_HOME>/bin directory.
|
||||||
|
|
||||||
> wso2server.sh (in UNIX)
|
> wso2server.sh (in UNIX)
|
||||||
|
|
||||||
By default mode, it would ask you to enter the master password
|
When running the default mode, it asks you to enter the master password
|
||||||
(By default, master password is the password of carbon keystore and private key)
|
(By default, the master password is the password of the Carbon keystore and private key)
|
||||||
|
|
||||||
3. Change any password by running ciphertool script from bin directory.
|
3. Change any password by running the ciphertool script, which is in the <IoT_HOME>/bin directory.
|
||||||
|
|
||||||
> ciphertool -Dchange (in UNIX)
|
> ciphertool -Dchange (in UNIX)
|
||||||
|
|
||||||
For more details see
|
For more information, see
|
||||||
http://docs.wso2.org/wiki/display/Carbon410/WSO2+Carbon+Secure+Vault
|
https://docs.wso2.com/display/ADMIN44x/Carbon+Secure+Vault+Implementation
|
||||||
|
|
||||||
Training
|
Training
|
||||||
--------
|
--------
|
||||||
|
|
||||||
WSO2 Inc. offers a variety of professional Training Programs, including
|
WSO2 Inc. offers a variety of professional Training Programs for WSO2 products.
|
||||||
training on general Web services as well as WSO2 Enterprise Store, Apache Axis2,
|
For additional support on training information please goto http://wso2.com/training/
|
||||||
Data Services and a number of other products.
|
|
||||||
|
|
||||||
For additional support information please refer to
|
|
||||||
http://wso2.com/training/
|
|
||||||
|
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
We are committed to ensuring that your enterprise middleware deployment is completely supported
|
We are committed to ensuring that your enterprise middleware deployment is completely supported from evaluation to production. Our unique approach ensures that all support leverages our open development methodology and is provided by the very same engineers who build the technology.
|
||||||
from evaluation to production. Our unique approach ensures that all support leverages our open
|
|
||||||
development methodology and is provided by the very same engineers who build the technology.
|
|
||||||
|
|
||||||
For additional support information please refer to http://wso2.com/support/
|
For additional support information please refer to http://wso2.com/support/
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
(c) Copyright 2016 WSO2 Inc.
|
(c) Copyright 2017 WSO2 Inc.
|
||||||
@ -527,6 +527,9 @@
|
|||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>clean_target</id>
|
<id>clean_target</id>
|
||||||
<phase>install</phase>
|
<phase>install</phase>
|
||||||
@ -566,6 +569,120 @@
|
|||||||
<goal>run</goal>
|
<goal>run</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
|
|
||||||
|
<execution>
|
||||||
|
<id>replace-web-xmls-in-war-files</id>
|
||||||
|
<phase>prepare-package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>run</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<tasks>
|
||||||
|
<property name="tempdir" value="target/webapp-temp" />
|
||||||
|
<property name="xmldir" value="src/repository/resources/web-apps/web-xml" />
|
||||||
|
<property name="srcdir" value="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps" />
|
||||||
|
|
||||||
|
<mkdir dir="${tempdir}" />
|
||||||
|
<mkdir dir="${tempdir}/api-application-registration" />
|
||||||
|
<mkdir dir="${tempdir}/api#certificate-mgt#v1.0" />
|
||||||
|
<mkdir dir="${tempdir}/api#identity#entitlement" />
|
||||||
|
<mkdir dir="${tempdir}/api#scep-mgt#v1.0" />
|
||||||
|
<mkdir dir="${tempdir}/authenticationendpoint" />
|
||||||
|
<mkdir dir="${tempdir}/client-registration#v0.11" />
|
||||||
|
<mkdir dir="${tempdir}/oauth2" />
|
||||||
|
<mkdir dir="${tempdir}/secured-websocket" />
|
||||||
|
<mkdir dir="${tempdir}/shindig" />
|
||||||
|
|
||||||
|
<unzip dest="${tempdir}/api-application-registration">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="api-application-registration.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/api#certificate-mgt#v1.0">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="api#certificate-mgt#v1.0.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/api#identity#entitlement">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="api#identity#entitlement.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/api#scep-mgt#v1.0">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="api#scep-mgt#v1.0.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/authenticationendpoint">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="authenticationendpoint.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/client-registration#v0.11">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="client-registration#v0.11.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/oauth2">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="oauth2.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/secured-websocket">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="secured-websocket.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
<unzip dest="${tempdir}/shindig">
|
||||||
|
<fileset dir="${srcdir}">
|
||||||
|
<include name="shindig.war" />
|
||||||
|
</fileset>
|
||||||
|
</unzip>
|
||||||
|
|
||||||
|
<delete file="${tempdir}/api-application-registration/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/api#certificate-mgt#v1.0/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/api#identity#entitlement/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/api#scep-mgt#v1.0/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/authenticationendpoint/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/client-registration#v0.11/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/oauth2/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/secured-websocket/WEB-INF/web.xml" />
|
||||||
|
<delete file="${tempdir}/shindig/WEB-INF/web.xml" />
|
||||||
|
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/api-application-registration/web.xml"
|
||||||
|
tofile="${tempdir}/api-application-registration/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/api#certificate-mgt#v1.0/web.xml"
|
||||||
|
tofile="${tempdir}/api#certificate-mgt#v1.0/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/api#identity#entitlement/web.xml"
|
||||||
|
tofile="${tempdir}/api#identity#entitlement/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/api#scep-mgt#v1.0/web.xml"
|
||||||
|
tofile="${tempdir}/api#scep-mgt#v1.0/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/authenticationendpoint/web.xml"
|
||||||
|
tofile="${tempdir}/authenticationendpoint/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/client-registration#v0.11/web.xml"
|
||||||
|
tofile="${tempdir}/client-registration#v0.11/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/oauth2/web.xml"
|
||||||
|
tofile="${tempdir}/oauth2/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/secured-websocket/web.xml"
|
||||||
|
tofile="${tempdir}/secured-websocket/WEB-INF/web.xml"/>
|
||||||
|
<copy file="src/repository/resources/web-apps/web-xml/shindig/web.xml"
|
||||||
|
tofile="${tempdir}/shindig/WEB-INF/web.xml"/>
|
||||||
|
|
||||||
|
<zip destfile="${tempdir}/api-application-registration.war" basedir="${tempdir}/api-application-registration"/>
|
||||||
|
<zip destfile="${tempdir}/api#certificate-mgt#v1.0.war" basedir="${tempdir}/api#certificate-mgt#v1.0"/>
|
||||||
|
<zip destfile="${tempdir}/api#identity#entitlement.war" basedir="${tempdir}/api#identity#entitlement"/>
|
||||||
|
<zip destfile="${tempdir}/api#scep-mgt#v1.0.war" basedir="${tempdir}/api#scep-mgt#v1.0"/>
|
||||||
|
<zip destfile="${tempdir}/authenticationendpoint.war" basedir="${tempdir}/authenticationendpoint"/>
|
||||||
|
<zip destfile="${tempdir}/client-registration#v0.11.war" basedir="${tempdir}/client-registration#v0.11"/>
|
||||||
|
<zip destfile="${tempdir}/oauth2.war" basedir="${tempdir}/oauth2"/>
|
||||||
|
<zip destfile="${tempdir}/secured-websocket.war" basedir="${tempdir}/secured-websocket"/>
|
||||||
|
<zip destfile="${tempdir}/shindig.war" basedir="${tempdir}/shindig"/>
|
||||||
|
|
||||||
|
</tasks>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|||||||
@ -1,119 +1,244 @@
|
|||||||
|
Release Notes - WSO2 IOT Server - Version 3.0.0
|
||||||
|
|
||||||
Release Notes - WSO2 IOT Server - Version 1.0.0 - Alpha
|
|
||||||
|
|
||||||
<h2> Bug
|
<h2> Bug
|
||||||
</h2>
|
</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-17'>IOTS-17</a>] - MQTT endpoints are not secured for agent communication
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-181'>IOTS-181</a>] - The Graphs are rendered incorrectly
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-19'>IOTS-19</a>] - XMPP sessions not closed before server shutdown
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-182'>IOTS-182</a>] - The units are missing from Y axis
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-21'>IOTS-21</a>] - Jaggery API calls are not secured
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-222'>IOTS-222</a>] - INSTALL.txt needs to be updated
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-34'>IOTS-34</a>] - Backend Service Invoker Fails Intermittently with Unexpected token: <
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-262'>IOTS-262</a>] - APIThrottleHandler Unable to find throttling info continuously printed.
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-37'>IOTS-37</a>] - Could not generate a new access token (using refresh token) by using the current token endpoint
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-4'>IOTS-4</a>] - Fresh Pack - Table Not Found: X1234_DeviceGRAVITYSummaryData
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-47'>IOTS-47</a>] - Update the release note in the release packs as it is about EMM
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-115'>IOTS-115</a>] - Edit Role: The domain name can be typed
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-50'>IOTS-50</a>] - users whos iot-admin role is removed is shown all options for enrol devices as users with iot-admin role
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-116'>IOTS-116</a>] - Edit Role: The user is unable to change name
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-55'>IOTS-55</a>] - Considerable delay in server startup
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-119'>IOTS-119</a>] - When existing role name is used to create a role no validation message is shown
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-57'>IOTS-57</a>] - Error when starting the IOT pack after pointing to the mysql database
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-128'>IOTS-128</a>] - Previously selected permission tree is shown for another admin user
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-64'>IOTS-64</a>] - The wso2carbon log file is growing rapidly
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-138'>IOTS-138</a>] - Remove the admin-device-access role permission
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-68'>IOTS-68</a>] - when a tenant is created with the same user name as super tenant seems the super tenant data are shown
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-144'>IOTS-144</a>] - Operations Log: the data doesn't load
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-69'>IOTS-69</a>] - until device admin was disabled the camera policy was in effect preventing the use of camera on android device
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-170'>IOTS-170</a>] - Proper validation is not fired when an invalid domain is used to login
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-75'>IOTS-75</a>] - view API throws a Caused by: java.lang.NullPointerException: Tenant domain has not been set in CarbonContext
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-179'>IOTS-179</a>] - Users who register from APIM Store can login to IOTS and enroll devices
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-81'>IOTS-81</a>] - IOT devices are allways in active status
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-190'>IOTS-190</a>] - Multi Tenancy: error 500 loads on logging for the first time.
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-92'>IOTS-92</a>] - Error in executing task: Table Not Found: X1234_DeviceBatterySummaryData java.lang.RuntimeException: Table Not Found: X1234_DeviceBatterySummaryData is thown when pointing to mysql
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-198'>IOTS-198</a>] - wso2.anonymous.user in API-Store does not have permission to access custom device types API
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-93'>IOTS-93</a>] - XMPP server details are hardcoded in virtual fire alarm and devicemgt-config.xml file
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-202'>IOTS-202</a>] - OAuth2BasedMQTTAuthenticator errors thrown if server is bounced while MQTT clients are publishing
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-94'>IOTS-94</a>] - Virtual firealarms that were downloaded before xmpp was enabled can not connect to xmpp protocol after enabling.
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-226'>IOTS-226</a>] - MqttException thrown when a device is pushing erroneous events
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-100'>IOTS-100</a>] - When integrating ActiveMQ as an external message broker IOTS fails to start
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-227'>IOTS-227</a>] - When a device is publishing erroneous events at a high rate over MQTT other device events are dropped
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-102'>IOTS-102</a>] - Device analytic line graph does not get generated when the device type has a capital letter
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-244'>IOTS-244</a>] - MQTT clients can authenticate/authorize using tokens generated with credentials not belonging to them
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-104'>IOTS-104</a>] - Remove the device type configs that is used for UI from conf directory
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-255'>IOTS-255</a>] - [External APIM] https-ep in deviceConfig.properties is not populated with APIM details
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-105'>IOTS-105</a>] - clean unnecessary jaggery apis
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-256'>IOTS-256</a>] - Errors thrown at HTTP Gateway profile startup
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-106'>IOTS-106</a>] - A emm console url is shown in carbon log at server startup
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-257'>IOTS-257</a>] - transports not bound for HTTP Gateway profile node
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-110'>IOTS-110</a>] - No email confirmation is sent to user when administrator creates a user
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-259'>IOTS-259</a>] - ERROR - js {} thrown from devicemgt
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-112'>IOTS-112</a>] - A prefix as " Device " is set to the devices that is been created
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-260'>IOTS-260</a>] - Error loading properties from a file printed due to missing properties files
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-114'>IOTS-114</a>] - Change Role permissions: the user is unable to deselect a child node
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-269'>IOTS-269</a>] - [Intermittent] Force shutdown fails with errors
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-117'>IOTS-117</a>] - Edit/ create Role: Domain needs to be marked as a mandatory field
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-270'>IOTS-270</a>] - Arduino device type control events are lost if the server is restarted
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-122'>IOTS-122</a>] - Tenant - admin cannot enroll to virtual fire alarm, raspberry pi & arduino
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-274'>IOTS-274</a>] - [IOT] /oauth2/token cannot be called directly
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-124'>IOTS-124</a>] - Group: View analytics loads an error
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-277'>IOTS-277</a>] - Accessing swagger definition failed with CNF
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-127'>IOTS-127</a>] - Admin cannot reset user passwords
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-315'>IOTS-315</a>] - Missing the start-all.bat and stop-all.bat files
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-129'>IOTS-129</a>] - If devicemgt-user role is deleted users cannot register
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-339'>IOTS-339</a>] - Error occurred while registering device management plugin 'android'
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-130'>IOTS-130</a>] - The line graph is not generated correctly for virtual firealarm
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-369'>IOTS-369</a>] - Add missing grant types in identity.xml
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-131'>IOTS-131</a>] - Publishing stats via MQTT protocol to iot server fails
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-378'>IOTS-378</a>] - Windows Device location is not showing in Device view page
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-134'>IOTS-134</a>] - Server startup fails when configured to use MySQL
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-391'>IOTS-391</a>] - Notification Pane position issue
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-136'>IOTS-136</a>] - User signup for tenant is not supported
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-18'>IOTS-18</a>] - Need to add refresh token generation in Android Sense agent.
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-150'>IOTS-150</a>] - Arduino sample is not getting proper responses
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-103'>IOTS-103</a>] - Grouping: need a mechanisam to add devices to a group from the grouping page
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-151'>IOTS-151</a>] - Server startup fails when configured to use Oracle
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-108'>IOTS-108</a>] - When user shares device policies fails with 401
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-152'>IOTS-152</a>] - Platform Configuration display android, iOS and windows Configuration
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-118'>IOTS-118</a>] - Change Role permissions: Selecting the rights need to be synced correctly
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-153'>IOTS-153</a>] - Error is thrown when accessing device API details page
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-120'>IOTS-120</a>] - Last name should allow space in-between when creating / editing the name
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-154'>IOTS-154</a>] - Typo /enrollmentdevicesg/download for raspberypi (g)
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-151'>IOTS-151</a>] - Server startup fails when configured to use Oracle
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-155'>IOTS-155</a>] - When browsing analytics error 500 shown to user from a group which has no devices assigned
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-168'>IOTS-168</a>] - A role with permission assigned to a user is not functioning
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-156'>IOTS-156</a>] - 404 page when cancel clicked in "Add New Group" page
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-173'>IOTS-173</a>] - Same device can be added multiple times to the same group
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-157'>IOTS-157</a>] - Signed up users shown an error page when navigated to policy page
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-178'>IOTS-178</a>] - User cannot login to APIM store with IOT credentials
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-158'>IOTS-158</a>] - Signed up users cannot create policies
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-183'>IOTS-183</a>] - Some buttons are not visible
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-159'>IOTS-159</a>] - Meaningful message to be shown when On / Off issued to virtual fire alarm
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-193'>IOTS-193</a>] - Policies: User is unable to add a policy
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-161'>IOTS-161</a>] - Remove the phrase "Below QR code can also be used to enroll a device"
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-200'>IOTS-200</a>] - IllegalTransactionStateException when trying to add a new policy
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-163'>IOTS-163</a>] - Android sensor: only admin can login to the app
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-204'>IOTS-204</a>] - Duplicate log4j.properties file in CARBON_HOME/repository
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-164'>IOTS-164</a>] - When an existing user name is used by admin no proper validation message shown
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-212'>IOTS-212</a>] - [External APIM] NPE thrown when downloading virtual fire alarm, rasp pi and arduino agents
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-165'>IOTS-165</a>] - Server startup throws "The following exception occurred when fetching http://www.google-analytics.com/urchin"
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-218'>IOTS-218</a>] - Group: when a device is removed from the group the device is completely removed from the devices list
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-166'>IOTS-166</a>] - Connected cup device analytics is failing to load
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-232'>IOTS-232</a>] - Multi Tenancy: error 500 loads when user access the system
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-167'>IOTS-167</a>] - Considerable delay is taken to initialize transports for device types
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-236'>IOTS-236</a>] - Sharing a group fails silently if there is group with the same name and no roles are selected
|
||||||
</li>
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-239'>IOTS-239</a>] - SSO failing due to getting the access token from APIM
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-254'>IOTS-254</a>] - samples-deployer build fails with missing dependency
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-263'>IOTS-263</a>] - [UI] Same device can be added to a group multiple times
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-344'>IOTS-344</a>] - Need to remove Android IOT gadget from IoT Core Dashboard
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-346'>IOTS-346</a>] - Cannot view devices when registered as a new user
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-356'>IOTS-356</a>] - When UI is configured to use Gateway, Cannot Login
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-365'>IOTS-365</a>] - Make Policy Management to be part of device management
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-366'>IOTS-366</a>] - Dynamic values for push notification needs to have default values
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-137'>IOTS-137</a>] - -Detup fails, logging exceptions
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-151'>IOTS-151</a>] - Server startup fails when configured to use Oracle
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-160'>IOTS-160</a>] - Although two roles are shown in roles section several roles are shown when assigning to users
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-172'>IOTS-172</a>] - The db scripts are not executed with -Dsetup
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-176'>IOTS-176</a>] - Creating a New Device Type - device-deployer build failed
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-177'>IOTS-177</a>] - Device types fail to register to IOTS when configured with Oracle db
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-184'>IOTS-184</a>] - Windows startup error on hadoop
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-195'>IOTS-195</a>] - Single sign-on(SSO) cannot enable Between devicemgt and DS
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-201'>IOTS-201</a>] - DashboardDeployer Gadget directory copying to Wrong path
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-316'>IOTS-316</a>] - Publisher and store apps are not working
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-319'>IOTS-319</a>] - Implement enrolment functionality for AndroidSens
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-325'>IOTS-325</a>] - Unable to delete policies associated with a group
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-330'>IOTS-330</a>] - Policy not added for Virtual firealarm
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-332'>IOTS-332</a>] - Devices listing page doesn't honor analyticsEnabled and groupingEnabled configs
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-333'>IOTS-333</a>] - Devices listing page doesn't honor analyticsEnabled and groupingEnabled configs
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-335'>IOTS-335</a>] - View Dashboard Permissions missing in the role permission tree
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-337'>IOTS-337</a>] - Permissions (except device-mgt permissions) added through carbon console gets removed when adding permissions through deviceMgt UI
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-340'>IOTS-340</a>] - NPE for username thrown on Broker
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2> Task
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-292'>IOTS-292</a>] - Migrating to synapse gateway
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-381'>IOTS-381</a>] - device type listing fails when only windows and android features are installed
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-363'>IOTS-363</a>] - Windows and IOS enrollment related UI page Logos (Wso2 EMM) should be changed into wso2 IOT
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-307'>IOTS-307</a>] - Stabilize Android Sense + Integrating with new dashboard
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2> Improvement
|
<h2> Improvement
|
||||||
</h2>
|
</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-87'>IOTS-87</a>] - not able to compare two event streams in current IOT server
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-145'>IOTS-145</a>] - Remove the second confirmation message to remove a user or role
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-145'>IOTS-145</a>] - Remove the second confirmation message to remove a user or role
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-282'>IOTS-282</a>] - Distributed setup - device-key-manager node gives 405 when try to access /devicemgt
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://wso2.org/jira/browse/IOTS-149'>IOTS-149</a>] - Remove Windows device type from IOTS
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-370'>IOTS-370</a>] - Move adapter configs as global configs
|
||||||
</li>
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-374'>IOTS-374</a>] - Updating font wso2 to newest version
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-379'>IOTS-379</a>] - Modal markup fixes
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-382'>IOTS-382</a>] - Windows 10 Reboot operation support
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-383'>IOTS-383</a>] - Modal opening for multiple times
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-390'>IOTS-390</a>] - Missing action buttons on details views
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-392'>IOTS-392</a>] - Inconsistent notification pane messege
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-394'>IOTS-394</a>] - Data table selection issue
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-397'>IOTS-397</a>] - Advance Search for devices view
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-171'>IOTS-171</a>] - Register User Form: username message
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-187'>IOTS-187</a>] - The UI for Role creation should have an option for the user to tick if he wants to have the group name prefix added
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-271'>IOTS-271</a>] - Viewing Group Details
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-273'>IOTS-273</a>] - about.html is for UES
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-283'>IOTS-283</a>] - Distributed Setup - mqtt profile - Class not found error
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-306'>IOTS-306</a>] - Refactoring permission to scope mapping
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-348'>IOTS-348</a>] - OOTB H2 needs to be shared with DAS and Core
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-351'>IOTS-351</a>] - Windows 10 Device Location support
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-352'>IOTS-352</a>] - CDMF Android agent must use the new gateway DCR endpoints
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-362'>IOTS-362</a>] - UI configurations need to refactor
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-368'>IOTS-368</a>] - Federated login page should be compatible with Windows 10 Laptop
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-334'>IOTS-334</a>] - Add three buttons to improve device enrollment screens
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-336'>IOTS-336</a>] - The UI to download the Android Agent uses the old EMM UI
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-338'>IOTS-338</a>] - Windows 10 MDM support
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-341'>IOTS-341</a>] - Re-word message when selecting roles for group sharing
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-342'>IOTS-342</a>] - Re-word the message for adding users to the role when sharing a group with users
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h2> Sub-task
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-354'>IOTS-354</a>] - Test Android with Gateway
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-355'>IOTS-355</a>] - Test Windows with Gateway
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-359'>IOTS-359</a>] - Re-Enable Integration tests for the new IOT pack.
|
||||||
|
</li>
|
||||||
|
<li>[<a href='https://wso2.org/jira/browse/IOTS-360'>IOTS-360</a>] - Modify the existing tests and make them working for the current IOT pack.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2APIRegistrationApplication_" context="/api-application-registration">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2APIRegistrationApplication_" context="/api-application-registration">
|
||||||
<resource methods="POST" url-mapping="/register/tenants" faultSequence="_api_registration_fault_">
|
<resource methods="POST" url-mapping="/register/tenants" faultSequence="_api_registration_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api-application-registration">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api-application-registration">
|
||||||
@ -20,8 +20,8 @@
|
|||||||
</resource>
|
</resource>
|
||||||
<resource methods="POST" url-mapping="/register" faultSequence="_api_registration_fault_">
|
<resource methods="POST" url-mapping="/register" faultSequence="_api_registration_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api-application-registration">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api-application-registration">
|
||||||
@ -39,8 +39,8 @@
|
|||||||
</resource>
|
</resource>
|
||||||
<resource methods="DELETE" url-mapping="/unregister" faultSequence="_api_registration_fault_">
|
<resource methods="DELETE" url-mapping="/unregister" faultSequence="_api_registration_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.core.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.core.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api-application-registration">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/api-application-registration">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMAuthorizeAPI_" context="/authorize">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMAuthorizeAPI_" context="/authorize">
|
||||||
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/authorize">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/authorize">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?><api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMRevokeAPI_" context="/revoke">
|
<?xml version="1.0" encoding="UTF-8"?><api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMRevokeAPI_" context="/revoke">
|
||||||
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/revoke">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/revoke">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMTokenAPI_" context="/token">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMTokenAPI_" context="/token">
|
||||||
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/token">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/token">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMUserInfoAPI_" context="/userinfo">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMUserInfoAPI_" context="/userinfo">
|
||||||
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/userinfo">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/userinfo">
|
||||||
|
|||||||
@ -492,6 +492,9 @@
|
|||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/windows-web-agent
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/windows-web-agent
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>
|
<directory>
|
||||||
@ -510,6 +513,9 @@
|
|||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>
|
<directory>
|
||||||
@ -518,6 +524,9 @@
|
|||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
@ -548,6 +557,7 @@
|
|||||||
<exclude>publisherSite/**</exclude>
|
<exclude>publisherSite/**</exclude>
|
||||||
<exclude>footer/**</exclude>
|
<exclude>footer/**</exclude>
|
||||||
<exclude>localstyles.css</exclude>
|
<exclude>localstyles.css</exclude>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
@ -562,6 +572,7 @@
|
|||||||
<exclude>base-page/**</exclude>
|
<exclude>base-page/**</exclude>
|
||||||
<exclude>login/**</exclude>
|
<exclude>login/**</exclude>
|
||||||
<exclude>styles-layout.css</exclude>
|
<exclude>styles-layout.css</exclude>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
@ -579,6 +590,7 @@
|
|||||||
<exclude>login/**</exclude>
|
<exclude>login/**</exclude>
|
||||||
<exclude>styles-layout.css</exclude>
|
<exclude>styles-layout.css</exclude>
|
||||||
<exclude>**/site/conf/site.json</exclude>
|
<exclude>**/site/conf/site.json</exclude>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
@ -611,6 +623,9 @@
|
|||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/social/</directory>
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/social/</directory>
|
||||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/social</outputDirectory>
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/social</outputDirectory>
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
<fileSet>
|
<fileSet>
|
||||||
@ -726,6 +741,7 @@
|
|||||||
</includes>
|
</includes>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/configs/designer.json</exclude>
|
<exclude>**/configs/designer.json</exclude>
|
||||||
|
<exclude>**/jaggery.conf</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
@ -1320,6 +1336,13 @@
|
|||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
<fileMode>644</fileMode>
|
<fileMode>644</fileMode>
|
||||||
</file>
|
</file>
|
||||||
|
<file>
|
||||||
|
<source>src/repository/jaggeryapps/android-web-agent/jaggery.conf</source>
|
||||||
|
<outputDirectory>
|
||||||
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent/
|
||||||
|
</outputDirectory>
|
||||||
|
<fileMode>755</fileMode>
|
||||||
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/jaggeryapps/api-store/jaggery.conf</source>
|
<source>src/repository/jaggeryapps/api-store/jaggery.conf</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
@ -1355,76 +1378,76 @@
|
|||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
|
<file>
|
||||||
|
<source>src/repository/jaggeryapps/windows-web-agent/jaggery.conf</source>
|
||||||
|
<outputDirectory>
|
||||||
|
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/windows-web-agent/
|
||||||
|
</outputDirectory>
|
||||||
|
<fileMode>755</fileMode>
|
||||||
|
</file>
|
||||||
|
|
||||||
<!-- <file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/api-application-registration.war</source>
|
<source>target/webapp-temp/api-application-registration.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/api#device-mgt#v1.0.war</source>
|
<source>target/webapp-temp/api#scep-mgt#v1.0.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/api#scep-mgt#v1.0.war</source>
|
<source>target/webapp-temp/client-registration#v0.11.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/client-registration#v0.11.war</source>
|
<source>target/webapp-temp/secured-websocket.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/secured-websocket.war</source>
|
<source>target/webapp-temp/api#certificate-mgt#v1.0.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/api#certificate-mgt#v1.0.war</source>
|
<source>target/webapp-temp/api#identity#entitlement.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/api#identity#entitlement.war</source>
|
<source>target/webapp-temp/authenticationendpoint.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/authenticationendpoint.war</source>
|
<source>target/webapp-temp/oauth2.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
<source>src/repository/resources/web-apps/oauth2.war</source>
|
<source>target/webapp-temp/shindig.war</source>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||||
</outputDirectory>
|
</outputDirectory>
|
||||||
<fileMode>755</fileMode>
|
<fileMode>755</fileMode>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
|
||||||
<source>src/repository/resources/web-apps/shindig.war</source>
|
|
||||||
<outputDirectory>
|
|
||||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
|
||||||
</outputDirectory>
|
|
||||||
<fileMode>755</fileMode>
|
|
||||||
</file>-->
|
|
||||||
</files>
|
</files>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
|||||||
@ -17,11 +17,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
product.name=WSO2 IoT Server
|
product.name=WSO2 IoT Server
|
||||||
product.version=1.0.0-SNAPSHOT
|
product.version=3.0.0
|
||||||
product.key=IOT
|
product.key=IOT
|
||||||
hotdeployment=true
|
hotdeployment=true
|
||||||
hotupdate=true
|
hotupdate=true
|
||||||
carbon.version=4.4.9
|
carbon.version=4.4.11
|
||||||
default.server.role=IoTServer
|
default.server.role=IoTServer
|
||||||
cep.server.role=ComplexEventProcessor
|
cep.server.role=ComplexEventProcessor
|
||||||
das.server.role=DataAnalyticsServer
|
das.server.role=DataAnalyticsServer
|
||||||
|
|||||||
@ -162,7 +162,7 @@ set CARBON_CLASSPATH=.\lib;%CARBON_CLASSPATH%
|
|||||||
|
|
||||||
set JAVA_ENDORSED=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed"
|
set JAVA_ENDORSED=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed"
|
||||||
|
|
||||||
set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Core" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 -Dorg.wso2.ignoreHostnameVerification=true -Dorg.opensaml.httpclient.https.disableHostnameVerification=true -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.core.host="localhost" -Diot.core.https.port="9443" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Diot.gateway.http.port="8280" -Diot.apimpublisher.host="localhost" -Diot.apimpublisher.https.port="9443" -Diot.apimstore.host="localhost" -Diot.apimstore.https.port="8243"
|
set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Core" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 -Dorg.wso2.ignoreHostnameVerification=true -Dorg.opensaml.httpclient.https.disableHostnameVerification=true -Diot.analytics.host="localhost" -Diot.analytics.https.port="9445" -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.core.host="localhost" -Diot.core.https.port="9443" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Diot.gateway.http.port="8280" -Diot.apimpublisher.host="localhost" -Diot.apimpublisher.https.port="9443" -Diot.apimstore.host="localhost" -Diot.apimstore.https.port="8243"
|
||||||
|
|
||||||
:runJava
|
:runJava
|
||||||
echo JAVA_HOME environment variable is set to %JAVA_HOME%
|
echo JAVA_HOME environment variable is set to %JAVA_HOME%
|
||||||
|
|||||||
@ -307,6 +307,8 @@ do
|
|||||||
-DworkerNode=false \
|
-DworkerNode=false \
|
||||||
-Dorg.wso2.ignoreHostnameVerification=true \
|
-Dorg.wso2.ignoreHostnameVerification=true \
|
||||||
-Dorg.opensaml.httpclient.https.disableHostnameVerification=true \
|
-Dorg.opensaml.httpclient.https.disableHostnameVerification=true \
|
||||||
|
-Diot.analytics.host="localhost" \
|
||||||
|
-Diot.analytics.https.port="9445" \
|
||||||
-Dmqtt.broker.host="localhost" \
|
-Dmqtt.broker.host="localhost" \
|
||||||
-Dmqtt.broker.port="1886" \
|
-Dmqtt.broker.port="1886" \
|
||||||
-Diot.core.host="localhost" \
|
-Diot.core.host="localhost" \
|
||||||
|
|||||||
@ -241,4 +241,5 @@ log4j.logger.org.wso2.carbon.analytics.spark.core.SparkScriptCAppDeployer=WARN
|
|||||||
log4j.logger.org.wso2.carbon.analytics.eventsink.AnalyticsEventStoreDeployer=WARN
|
log4j.logger.org.wso2.carbon.analytics.eventsink.AnalyticsEventStoreDeployer=WARN
|
||||||
log4j.logger.org.wso2.carbon.event.processor.core.EventProcessorDeployer=WARN
|
log4j.logger.org.wso2.carbon.event.processor.core.EventProcessorDeployer=WARN
|
||||||
log4j.logger.org.wso2.carbon.core.services.util.CarbonAuthenticationUtil=WARN
|
log4j.logger.org.wso2.carbon.core.services.util.CarbonAuthenticationUtil=WARN
|
||||||
log4j.logger.net.sf.ehcache=ERROR
|
log4j.logger.net.sf.ehcache=ERROR
|
||||||
|
log4j.logger.org.wso2.carbon.apimgt.gateway.handlers.throttling=ERROR
|
||||||
@ -447,7 +447,6 @@ org.owasp.csrfguard.configOverlay.secondsBetweenUpdateChecks = 60
|
|||||||
|
|
||||||
|
|
||||||
# please remove the below entry to enable protection for services.
|
# please remove the below entry to enable protection for services.
|
||||||
org.owasp.csrfguard.unprotected.Services=%servletContext%/services/*
|
|
||||||
org.owasp.csrfguard.unprotected.oauth=%servletContext%/commonauth/*
|
org.owasp.csrfguard.unprotected.oauth=%servletContext%/commonauth/*
|
||||||
org.owasp.csrfguard.unprotected.samlsso=%servletContext%/samlsso/*
|
org.owasp.csrfguard.unprotected.samlsso=%servletContext%/samlsso/*
|
||||||
org.owasp.csrfguard.unprotected.authenticationEndpoint=%servletContext%/authenticationendpoint/*
|
org.owasp.csrfguard.unprotected.authenticationEndpoint=%servletContext%/authenticationendpoint/*
|
||||||
@ -464,7 +463,20 @@ org.owasp.csrfguard.unprotected.deviceMgtRestApi=%servletContext%/api/device-mgt
|
|||||||
org.owasp.csrfguard.unprotected.dcrRestApi=%servletContext%/dynamic-client-web/*
|
org.owasp.csrfguard.unprotected.dcrRestApi=%servletContext%/dynamic-client-web/*
|
||||||
org.owasp.csrfguard.unprotected.deviceMgtSSOAcs=%servletContext%/devicemgt/uuf/sso/acs
|
org.owasp.csrfguard.unprotected.deviceMgtSSOAcs=%servletContext%/devicemgt/uuf/sso/acs
|
||||||
org.owasp.csrfguard.unprotected.deviceMgtAcs=%servletContext%/uuf/sso/acs
|
org.owasp.csrfguard.unprotected.deviceMgtAcs=%servletContext%/uuf/sso/acs
|
||||||
org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/invoker/execute/*
|
org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/*
|
||||||
|
org.owasp.csrfguard.unprotected.storeEventPublisher=%servletContext%/store/apis/eventpublish/*
|
||||||
|
org.owasp.csrfguard.unprotected.publisherAcs=%servletContext%/publisher/acs
|
||||||
|
org.owasp.csrfguard.unprotected.publisherApi=%servletContext%/publisher/api
|
||||||
|
org.owasp.csrfguard.unprotected.storeAcs=%servletContext%/store/acs
|
||||||
|
org.owasp.csrfguard.unprotected.apiStoreAcs=%servletContext%/api-store/acs
|
||||||
|
org.owasp.csrfguard.unprotected.apiStoreApis=%servletContext%/api-store/apis
|
||||||
|
org.owasp.csrfguard.unprotected.portalAcs=%servletContext%/portal/acs
|
||||||
|
org.owasp.csrfguard.unprotected.portalApis=%servletContext%/portal/apis
|
||||||
|
org.owasp.csrfguard.unprotected.socialAcs=%servletContext%/social/acs
|
||||||
|
org.owasp.csrfguard.unprotected.socialApis=%servletContext%/social/apis
|
||||||
|
org.owasp.csrfguard.unprotected.appStoreDevices=%servletContext%/store/apps/devices/*
|
||||||
|
org.owasp.csrfguard.unprotected.appStoreApis=%servletContext%/store/apis/*
|
||||||
|
|
||||||
|
|
||||||
#carbon
|
#carbon
|
||||||
org.owasp.csrfguard.unprotected.Services=%servletContext%/services/*
|
org.owasp.csrfguard.unprotected.Services=%servletContext%/services/*
|
||||||
|
|||||||
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"displayName": "UUF Template App",
|
||||||
|
"logLevel": "warn",
|
||||||
|
"urlMappings": [
|
||||||
|
{
|
||||||
|
"url": "/uuf/login",
|
||||||
|
"path": "/lib/modules/auth/login.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/uuf/logout",
|
||||||
|
"path": "/lib/modules/auth/logout.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/uuf/sso/acs",
|
||||||
|
"path": "/lib/modules/auth/acs.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/public/*",
|
||||||
|
"path": "/lib/static-files.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/unit/*",
|
||||||
|
"path": "/lib/units.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/*",
|
||||||
|
"path": "/lib/pages.jag"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"name": "ContentTypeBasedCachePreventionFilter",
|
||||||
|
"class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter",
|
||||||
|
"params" : [
|
||||||
|
{"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"},
|
||||||
|
{"name" : "filterAction", "value" : "enforce"},
|
||||||
|
{"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"HttpHeaderSecurityFilter",
|
||||||
|
"class":"org.apache.catalina.filters.HttpHeaderSecurityFilter",
|
||||||
|
"params" : [{"name" : "hstsEnabled", "value" : "false"}]
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"filterMappings": [
|
||||||
|
{
|
||||||
|
"name":"HttpHeaderSecurityFilter",
|
||||||
|
"url":"*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"ContentTypeBasedCachePreventionFilter",
|
||||||
|
"url":"*"
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -66,7 +66,7 @@
|
|||||||
"name": "ContentTypeBasedCachePreventionFilter",
|
"name": "ContentTypeBasedCachePreventionFilter",
|
||||||
"class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter",
|
"class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter",
|
||||||
"params" : [
|
"params" : [
|
||||||
{"name" : "patterns", "value" : "text/html"},
|
{"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"},
|
||||||
{"name" : "filterAction", "value" : "enforce"},
|
{"name" : "filterAction", "value" : "enforce"},
|
||||||
{"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"}
|
{"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -0,0 +1,125 @@
|
|||||||
|
{
|
||||||
|
"displayName": "EMM Web Agent",
|
||||||
|
"logLevel": "error",
|
||||||
|
"initScripts": ["/app/modules/init.js"],
|
||||||
|
"urlMappings": [
|
||||||
|
{
|
||||||
|
"url": "/enrollment",
|
||||||
|
"path": "/lib/pages.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/windows/login",
|
||||||
|
"path": "/app/modules/enrollments/windows/agent-controller.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/windows/enroll",
|
||||||
|
"path": "/app/modules/enrollments/windows/agent-enroll.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/ios/download-certificate",
|
||||||
|
"path": "/app/modules/enrollments/ios/certificate.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/ios/download-agent",
|
||||||
|
"path": "/app/modules/enrollments/ios/agent.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/ios/login",
|
||||||
|
"path": "/app/modules/enrollments/ios/agent-controller.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/ios/enroll",
|
||||||
|
"path": "/app/modules/enrollments/ios/agent-enroll.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/enrollment/ios/check",
|
||||||
|
"path": "/app/modules/enrollments/ios/agent-check.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/api/invoker/*",
|
||||||
|
"path": "/api/invoker-api.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/uuf/login",
|
||||||
|
"path": "/lib/modules/auth/login.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/uuf/logout",
|
||||||
|
"path": "/lib/modules/auth/logout.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/uuf/sso/acs",
|
||||||
|
"path": "/lib/modules/auth/acs.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/public/*",
|
||||||
|
"path": "/lib/static-files.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/unit/*",
|
||||||
|
"path": "/lib/units.jag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/*",
|
||||||
|
"path": "/lib/pages.jag"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"securityConstraints": [
|
||||||
|
{
|
||||||
|
"securityConstraint": {
|
||||||
|
"webResourceCollection": {
|
||||||
|
"name": "WINDOWS-WEB-AGENT",
|
||||||
|
"urlPatterns": [
|
||||||
|
"/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"userDataConstraint": {
|
||||||
|
"transportGuarantee": "CONFIDENTIAL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"securityConstraint": {
|
||||||
|
"webResourceCollection": {
|
||||||
|
"name": "WINDOWS-WEB-AGENT-http",
|
||||||
|
"urlPatterns": [
|
||||||
|
"/public/*",
|
||||||
|
"/enrollments/windows/*",
|
||||||
|
"/enrollment/windows/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"userDataConstraint": {
|
||||||
|
"transportGuarantee": "NONE"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"name": "ContentTypeBasedCachePreventionFilter",
|
||||||
|
"class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter",
|
||||||
|
"params" : [
|
||||||
|
{"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"},
|
||||||
|
{"name" : "filterAction", "value" : "enforce"},
|
||||||
|
{"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"HttpHeaderSecurityFilter",
|
||||||
|
"class":"org.apache.catalina.filters.HttpHeaderSecurityFilter",
|
||||||
|
"params" : [{"name" : "hstsEnabled", "value" : "false"}]
|
||||||
|
}
|
||||||
|
|
||||||
|
],
|
||||||
|
"filterMappings": [
|
||||||
|
{
|
||||||
|
"name":"HttpHeaderSecurityFilter",
|
||||||
|
"url":"*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"ContentTypeBasedCachePreventionFilter",
|
||||||
|
"url":"*"
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMAuthorizeAPI_" context="/authorize">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMAuthorizeAPI_" context="/authorize">
|
||||||
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/authorize">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/authorize">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?><api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMRevokeAPI_" context="/revoke">
|
<?xml version="1.0" encoding="UTF-8"?><api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMRevokeAPI_" context="/revoke">
|
||||||
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/revoke">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/revoke">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMTokenAPI_" context="/token">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMTokenAPI_" context="/token">
|
||||||
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="POST" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/token">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/token">
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMUserInfoAPI_" context="/userinfo">
|
<api xmlns="http://ws.apache.org/ns/synapse" name="_WSO2AMUserInfoAPI_" context="/userinfo">
|
||||||
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
<resource methods="GET" url-mapping="/*" faultSequence="_token_fault_">
|
||||||
<inSequence>
|
<inSequence>
|
||||||
<property name="uri.var.portnum" expression="get-property('keyManager.port')"/>
|
<property name="uri.var.portnum" expression="get-property('system','iot.keymanager.https.port')"/>
|
||||||
<property name="uri.var.hostname" expression="get-property('keyManager.hostname')"/>
|
<property name="uri.var.hostname" expression="get-property('system','iot.keymanager.host')"/>
|
||||||
<send>
|
<send>
|
||||||
<endpoint>
|
<endpoint>
|
||||||
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/userinfo">
|
<http uri-template="https://{uri.var.hostname}:{uri.var.portnum}/oauth2/userinfo">
|
||||||
|
|||||||
@ -0,0 +1,118 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. 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.
|
||||||
|
-->
|
||||||
|
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
|
||||||
|
<display-name>Certificate-Webapp</display-name>
|
||||||
|
<servlet>
|
||||||
|
<description>JAX-WS/JAX-RS Certificate Management Endpoint</description>
|
||||||
|
<display-name>JAX-WS/JAX-RS Servlet</display-name>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.cxf.transport.servlet.CXFServlet
|
||||||
|
</servlet-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>swagger.security.filter</param-name>
|
||||||
|
<param-value>ApiAuthorizationFilterImpl</param-value>
|
||||||
|
</init-param>
|
||||||
|
<load-on-startup>1</load-on-startup>
|
||||||
|
</servlet>
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
<session-config>
|
||||||
|
<session-timeout>60</session-timeout>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
|
<context-param>
|
||||||
|
<param-name>isAdminService</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>doAuthentication</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<!--publish to apim-->
|
||||||
|
<context-param>
|
||||||
|
<param-name>managed-api-enabled</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>managed-api-owner</param-name>
|
||||||
|
<param-value>admin</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<security-constraint>
|
||||||
|
<web-resource-collection>
|
||||||
|
<web-resource-name>CertificateMgt-Admin</web-resource-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</web-resource-collection>
|
||||||
|
<user-data-constraint>
|
||||||
|
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
|
||||||
|
</user-data-constraint>
|
||||||
|
</security-constraint>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ApiOriginFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.certificate.mgt.cert.jaxrs.api.util.ApiOriginFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ApiOriginFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,127 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
||||||
|
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
|
||||||
|
|
||||||
|
<display-name>Entitlement-Service-Provider</display-name>
|
||||||
|
|
||||||
|
<!-- SWAGGER FILTER -->
|
||||||
|
<filter>
|
||||||
|
<filter-name>ApiOriginFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.identity.entitlement.endpoint.filter.ApiOriginFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ApiOriginFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>EntitlementServlet</servlet-name>
|
||||||
|
<display-name>EntitlementServlet</display-name>
|
||||||
|
<description>Entitlement Endpoints</description>
|
||||||
|
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
|
||||||
|
<load-on-startup>1</load-on-startup>
|
||||||
|
|
||||||
|
<!-- set the base path for the swagger application -->
|
||||||
|
<init-param>
|
||||||
|
<param-name>swagger.api.basepath</param-name>
|
||||||
|
<param-value>https://localhost:9443/entitlement</param-value>
|
||||||
|
</init-param>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>EntitlementServlet</servlet-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<session-config>
|
||||||
|
<session-timeout>60</session-timeout>
|
||||||
|
<cookie-config>
|
||||||
|
<secure>true</secure>
|
||||||
|
</cookie-config>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
|
<security-constraint>
|
||||||
|
<web-resource-collection>
|
||||||
|
<web-resource-name>secured services</web-resource-name>
|
||||||
|
<url-pattern>/decision/*</url-pattern>
|
||||||
|
</web-resource-collection>
|
||||||
|
<!--we take default name for everyone role.If it is changed in user-mgt.xml,this needs to be changed as well.-->
|
||||||
|
<!--<auth-constraint>
|
||||||
|
<role-name>Internal/everyone</role-name>
|
||||||
|
</auth-constraint>-->
|
||||||
|
<user-data-constraint>
|
||||||
|
<!-- transport-guarantee can be CONFIDENTIAL, INTEGRAL, or NONE -->
|
||||||
|
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
|
||||||
|
</user-data-constraint>
|
||||||
|
</security-constraint>
|
||||||
|
|
||||||
|
<listener>
|
||||||
|
<listener-class>org.wso2.carbon.identity.entitlement.endpoint.impl.ApplicationInitializer</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
|
<!--login-config>
|
||||||
|
<auth-method>BASIC</auth-method>
|
||||||
|
</login-config>
|
||||||
|
<context-param>
|
||||||
|
<param-name>carbon.enable.saas</param-name>
|
||||||
|
<param-value>*</param-value>
|
||||||
|
</context-param-->
|
||||||
|
|
||||||
|
</web-app>
|
||||||
|
|
||||||
@ -0,0 +1,92 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. 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.
|
||||||
|
-->
|
||||||
|
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
|
||||||
|
<display-name>Certificate-Webapp</display-name>
|
||||||
|
<servlet>
|
||||||
|
<description>JAX-WS/JAX-RS Certificate Management Endpoint</description>
|
||||||
|
<display-name>JAX-WS/JAX-RS Servlet</display-name>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.cxf.transport.servlet.CXFServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
<session-config>
|
||||||
|
<session-timeout>60</session-timeout>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
|
<context-param>
|
||||||
|
<param-name>isAdminService</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>doAuthentication</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<!--publish to apim-->
|
||||||
|
<context-param>
|
||||||
|
<param-name>managed-api-enabled</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>managed-api-owner</param-name>
|
||||||
|
<param-value>admin</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<web-app version="2.5"
|
||||||
|
xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
|
metadata-complete="true">
|
||||||
|
<display-name>WSO2 IoT Server</display-name>
|
||||||
|
<description>WSO2 IoT Server</description>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
|
||||||
|
<load-on-startup>1</load-on-startup>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
<context-param>
|
||||||
|
<param-name>isAdminService</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>doAuthentication</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<!--publish to apim-->
|
||||||
|
<context-param>
|
||||||
|
<param-name>managed-api-enabled</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
<context-param>
|
||||||
|
<param-name>managed-api-owner</param-name>
|
||||||
|
<param-value>admin</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ApiPermissionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.apimgt.application.extension.api.filter.ApiPermissionFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ApiPermissionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,280 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?><!--
|
||||||
|
~ Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
||||||
|
"http://java.sun.com/dtd/web-app_2_3.dtd" >
|
||||||
|
|
||||||
|
<web-app>
|
||||||
|
<!-- Custom Page configurations -->
|
||||||
|
<!-- *************** Application specific configurations ********************** -->
|
||||||
|
<!--context-param>
|
||||||
|
<param-name>ServiceProviderApp-/samlsso_login.do</param-name>
|
||||||
|
<param-value>http://localhost:8080/customauthenticationendpoint/login.do</param-value>
|
||||||
|
</context-param-->
|
||||||
|
<!--context-param>
|
||||||
|
<param-name>ServiceProviderApp-/oauth2_authz.do</param-name>
|
||||||
|
<param-value>http://localhost:8080/authenticationendpoint/oauth2_authz.do</param-value>
|
||||||
|
</context-param-->
|
||||||
|
<!--context-param>
|
||||||
|
<param-name>ServiceProviderApp-/oauth2_error.do</param-name>
|
||||||
|
<param-value>http://localhost:8080/authenticationendpoint/oauth2_error.do</param-value>
|
||||||
|
</context-param-->
|
||||||
|
<!--context-param>
|
||||||
|
<param-name>ServiceProviderApp-/oauth2_consent.do</param-name>
|
||||||
|
<param-value>http://localhost:8080/authenticationendpoint/oauth2_consent.do</param-value>
|
||||||
|
</context-param-->
|
||||||
|
<!-- **************** End of Application specific configurations ************************* -->
|
||||||
|
|
||||||
|
<!-- *************** Global configurations ********************** -->
|
||||||
|
<!--context-param>
|
||||||
|
<param-name>/retry.do</param-name>
|
||||||
|
<param-value>http://localhost:8080/customauthenticationendpoint/retry.do?type=retry.do</param-value>
|
||||||
|
</context-param-->
|
||||||
|
<!-- *************** End of Global configurations ********************** -->
|
||||||
|
|
||||||
|
<!-- *************** Account Recovery Endpoint Context URL Configuration ********************** -->
|
||||||
|
<!--context-param>
|
||||||
|
<param-name>IdentityManagementEndpointContextURL</param-name>
|
||||||
|
<param-value>https://localhost:9443/accountrecoveryendpoint</param-value>
|
||||||
|
</context-param-->
|
||||||
|
<context-param>
|
||||||
|
<param-name>AccountRecoveryRESTEndpointURL</param-name>
|
||||||
|
<param-value>https://localhost:9443/t/tenant-domain/api/identity/user/v0.9/</param-value>
|
||||||
|
</context-param>
|
||||||
|
<!-- *************** End of Account Recovery Endpoint Context URL Configuration ********************** -->
|
||||||
|
|
||||||
|
<!--Display scopes in the consent page.-->
|
||||||
|
<context-param>
|
||||||
|
<param-name>displayScopes</param-name>
|
||||||
|
<param-value>true</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>AuthenticationEndpointFilter</filter-name>
|
||||||
|
<filter-class>
|
||||||
|
org.wso2.carbon.identity.application.authentication.endpoint.util.filter.AuthenticationEndpointFilter
|
||||||
|
</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>AuthenticationEndpointFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<listener>
|
||||||
|
<listener-class>
|
||||||
|
org.wso2.carbon.identity.application.authentication.endpoint.util.listener.AuthenticationEndpointContextListener
|
||||||
|
</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>retry.do</servlet-name>
|
||||||
|
<jsp-file>/retry.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>claims.do</servlet-name>
|
||||||
|
<jsp-file>/requested-claims.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2_login.do</servlet-name>
|
||||||
|
<jsp-file>/login.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2_authz.do</servlet-name>
|
||||||
|
<jsp-file>/oauth2_authz.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2_consent.do</servlet-name>
|
||||||
|
<jsp-file>/oauth2_consent.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2_logout_consent.do</servlet-name>
|
||||||
|
<jsp-file>/oauth2_logout_consent.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2_logout.do</servlet-name>
|
||||||
|
<jsp-file>/logout.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2_error.do</servlet-name>
|
||||||
|
<jsp-file>/oauth2_error.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>samlsso_login.do</servlet-name>
|
||||||
|
<jsp-file>/login.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>samlsso_logout.do</servlet-name>
|
||||||
|
<jsp-file>/logout.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>samlsso_redirect.do</servlet-name>
|
||||||
|
<jsp-file>/login.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>samlsso_notification.do</servlet-name>
|
||||||
|
<jsp-file>/samlsso_notification.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>openid_login.do</servlet-name>
|
||||||
|
<jsp-file>/login.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>openid_profile.do</servlet-name>
|
||||||
|
<jsp-file>/openid_profile.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>passivests_login.do</servlet-name>
|
||||||
|
<jsp-file>/login.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>tenantlistrefresher.do</servlet-name>
|
||||||
|
<jsp-file>/tenant_refresh_endpoint.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>registration.do</servlet-name>
|
||||||
|
<jsp-file>/registration.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>retry.do</servlet-name>
|
||||||
|
<url-pattern>/retry.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2_login.do</servlet-name>
|
||||||
|
<url-pattern>/oauth2_login.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2_authz.do</servlet-name>
|
||||||
|
<url-pattern>/oauth2_authz.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2_consent.do</servlet-name>
|
||||||
|
<url-pattern>/oauth2_consent.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2_logout_consent.do</servlet-name>
|
||||||
|
<url-pattern>/oauth2_logout_consent.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2_logout.do</servlet-name>
|
||||||
|
<url-pattern>/oauth2_logout.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2_error.do</servlet-name>
|
||||||
|
<url-pattern>/oauth2_error.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>samlsso_login.do</servlet-name>
|
||||||
|
<url-pattern>/samlsso_login.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>samlsso_logout.do</servlet-name>
|
||||||
|
<url-pattern>/samlsso_logout.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>samlsso_redirect.do</servlet-name>
|
||||||
|
<url-pattern>/samlsso_redirect.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>samlsso_notification.do</servlet-name>
|
||||||
|
<url-pattern>/samlsso_notification.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>openid_login.do</servlet-name>
|
||||||
|
<url-pattern>/openid_login.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>openid_profile.do</servlet-name>
|
||||||
|
<url-pattern>/openid_profile.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>passivests_login.do</servlet-name>
|
||||||
|
<url-pattern>/passivests_login.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>tenantlistrefresher.do</servlet-name>
|
||||||
|
<url-pattern>/tenantlistrefresher.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>registration.do</servlet-name>
|
||||||
|
<url-pattern>/registration.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>claims.do</servlet-name>
|
||||||
|
<url-pattern>/claims.do</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<error-page>
|
||||||
|
<exception-type>java.lang.Throwable</exception-type>
|
||||||
|
<location>/generic-exception-response.jsp</location>
|
||||||
|
</error-page>
|
||||||
|
|
||||||
|
<session-config>
|
||||||
|
<cookie-config>
|
||||||
|
<secure>true</secure>
|
||||||
|
</cookie-config>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,87 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ /*
|
||||||
|
~ * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~ *
|
||||||
|
~ * WSO2 Inc. 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.
|
||||||
|
~ */
|
||||||
|
-->
|
||||||
|
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
||||||
|
version="2.4">
|
||||||
|
|
||||||
|
<description>JAX-WS/JAX-RS Device Registration Agent Endpoint</description>
|
||||||
|
<display-name>JAX-WS/JAX-RS Servlet</display-name>
|
||||||
|
<context-param>
|
||||||
|
<param-name>contextConfigLocation</param-name>
|
||||||
|
<param-value>WEB-INF/beans.xml</param-value>
|
||||||
|
</context-param>
|
||||||
|
<listener>
|
||||||
|
<listener-class>
|
||||||
|
org.springframework.web.context.ContextLoaderListener
|
||||||
|
</listener-class>
|
||||||
|
</listener>
|
||||||
|
<servlet>
|
||||||
|
<description>JAX-WS/JAX-RS Device Registration Agent Endpoint</description>
|
||||||
|
<display-name>JAX-WS/JAX-RS Servlet</display-name>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.cxf.transport.servlet.CXFServlet
|
||||||
|
</servlet-class>
|
||||||
|
<load-on-startup>1</load-on-startup>
|
||||||
|
</servlet>
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>CXFServlet</servlet-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,100 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright 2011 WSO2, Inc. (http://wso2.com)
|
||||||
|
~
|
||||||
|
~ Licensed 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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
||||||
|
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
|
||||||
|
|
||||||
|
<display-name>OAuth2 Endpoints</display-name>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>OAuth2Endpoints</servlet-name>
|
||||||
|
<servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class>
|
||||||
|
<load-on-startup>1</load-on-startup>
|
||||||
|
|
||||||
|
<!-- Application based page loading configs -->
|
||||||
|
|
||||||
|
<!-- *********** Pages for the SampleApp *************** -->
|
||||||
|
<!--init-param>
|
||||||
|
<description>Login page for the application SampleApp</description>
|
||||||
|
<param-name>SampleApp-LoginPage</param-name>
|
||||||
|
<param-value>https://localhost:9443/mypages/sampleapp-login</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<description>Error page for the application SampleApp</description>
|
||||||
|
<param-name>SampleApp-ErrorPage</param-name>
|
||||||
|
<param-value>https://localhost:9443/mypages/sampleapp-error</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<description>Consent page for the application SampleApp</description>
|
||||||
|
<param-name>SampleApp-ConsentPage</param-name>
|
||||||
|
<param-value>https://localhost:9443/mypages/sampleapp-consent</param-value>
|
||||||
|
</init-param-->
|
||||||
|
<!-- ******************* End of SampleApp configs ***************** -->
|
||||||
|
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>OAuth2Endpoints</servlet-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<session-config>
|
||||||
|
<cookie-config>
|
||||||
|
<secure>true</secure>
|
||||||
|
</cookie-config>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,61 @@
|
|||||||
|
<!--
|
||||||
|
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. 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.
|
||||||
|
-->
|
||||||
|
<!DOCTYPE web-app PUBLIC
|
||||||
|
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
||||||
|
"http://java.sun.com/dtd/web-app_2_3.dtd" >
|
||||||
|
|
||||||
|
<web-app>
|
||||||
|
<display-name>Output WebSocket</display-name>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
</web-app>
|
||||||
@ -0,0 +1,423 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ Licensed 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.
|
||||||
|
-->
|
||||||
|
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
|
id="Shindig"
|
||||||
|
version="2.5">
|
||||||
|
<display-name>Shindig</display-name>
|
||||||
|
<!-- configuration -->
|
||||||
|
<!-- If you have your own Guice module(s), put them here as a colon-separated list. -->
|
||||||
|
<!-- Note that any extras modules are optional -->
|
||||||
|
<context-param>
|
||||||
|
<param-name>guice-modules</param-name>
|
||||||
|
<param-value>
|
||||||
|
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
|
||||||
|
</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Syntax: <key>=<value> separated by a newline
|
||||||
|
|
||||||
|
system.properties specifies the environmental variables that will be set to the JVM System Properties at server startup time.
|
||||||
|
Alternatively, you may add these values in your app server (ex: Tomcat) as
|
||||||
|
VM arguments like this: -Dshindig.host="my.production.shindig.server.com".
|
||||||
|
|
||||||
|
Here are a few properties that can be set for Shindig:
|
||||||
|
shindig.host: the server name that Shindig is deployed and running on
|
||||||
|
shindig.port: the port number of shindig.host server
|
||||||
|
|
||||||
|
Make sure you escape all HTML values for the web.xml to be parsed correctly.
|
||||||
|
-->
|
||||||
|
<context-param>
|
||||||
|
<param-name>system.properties</param-name>
|
||||||
|
<param-value>
|
||||||
|
<![CDATA[
|
||||||
|
shindig.host=
|
||||||
|
shindig.port=
|
||||||
|
aKey=/shindig/gadgets/proxy?container=default&url=
|
||||||
|
]]>
|
||||||
|
</param-value>
|
||||||
|
</context-param>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>hstsEnabled</param-name>
|
||||||
|
<param-value>false</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>antiClickJackingOption</param-name>
|
||||||
|
<param-value>SAMEORIGIN</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<filter-class>org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>patterns</param-name>
|
||||||
|
<param-value>text/html" ,application/json" ,text/plain</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>filterAction</param-name>
|
||||||
|
<param-value>enforce</param-value>
|
||||||
|
</init-param>
|
||||||
|
<init-param>
|
||||||
|
<param-name>httpHeaders</param-name>
|
||||||
|
<param-value>Cache-Control: no-store, no-cache, must-revalidate, private</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ContentTypeBasedCachePreventionFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>HttpHeaderSecurityFilter</filter-name>
|
||||||
|
<url-pattern>*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>hostFilter</filter-name>
|
||||||
|
<filter-class>org.apache.shindig.common.servlet.HostFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>hostFilter</filter-name>
|
||||||
|
<url-pattern>/gadgets/ifr</url-pattern>
|
||||||
|
<url-pattern>/gadgets/js/*</url-pattern>
|
||||||
|
<url-pattern>/gadgets/proxy/*</url-pattern>
|
||||||
|
<url-pattern>/gadgets/concat</url-pattern>
|
||||||
|
<url-pattern>/gadgets/makeRequest</url-pattern>
|
||||||
|
<url-pattern>/rpc/*</url-pattern>
|
||||||
|
<url-pattern>/rest/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>ShiroFilter</filter-name>
|
||||||
|
<filter-class>org.apache.shiro.web.servlet.IniShiroFilter</filter-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>config</param-name>
|
||||||
|
<param-value>
|
||||||
|
<![CDATA[
|
||||||
|
# The ShiroFilter configuration is very powerful and flexible, while still remaining succinct.
|
||||||
|
# Please read the comprehensive example, with full comments and explanations, in the JavaDoc:
|
||||||
|
#
|
||||||
|
# http://www.jsecurity.org/api/org/jsecurity/web/servlet/JSecurityFilter.html
|
||||||
|
[main]
|
||||||
|
shindigSampleRealm = org.apache.shindig.sample.shiro.SampleShiroRealm
|
||||||
|
securityManager.realm = $shindigSampleRealm
|
||||||
|
authc.loginUrl = /login.jsp
|
||||||
|
|
||||||
|
[urls]
|
||||||
|
# The /login.jsp is not restricted to authenticated users (otherwise no one could log in!), but
|
||||||
|
# the 'authc' filter must still be specified for it so it can process that url's
|
||||||
|
# login submissions. It is 'smart' enough to allow those requests through as specified by the
|
||||||
|
# shiro.loginUrl above.
|
||||||
|
/login.jsp = authc
|
||||||
|
|
||||||
|
/oauth/authorize/** = authc
|
||||||
|
/oauth2/authorize/** = authc
|
||||||
|
]]>
|
||||||
|
</param-value>
|
||||||
|
</init-param>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>authFilter</filter-name>
|
||||||
|
<filter-class>org.apache.shindig.auth.AuthenticationServletFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
<filter>
|
||||||
|
<filter-name>etagFilter</filter-name>
|
||||||
|
<filter-class>org.apache.shindig.gadgets.servlet.ETagFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ShiroFilter</filter-name>
|
||||||
|
<url-pattern>/oauth/authorize</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ShiroFilter</filter-name>
|
||||||
|
<url-pattern>/oauth2/authorize</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>ShiroFilter</filter-name>
|
||||||
|
<url-pattern>*.jsp</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>authFilter</filter-name>
|
||||||
|
<url-pattern>/social/*</url-pattern>
|
||||||
|
<url-pattern>/gadgets/ifr</url-pattern>
|
||||||
|
<url-pattern>/gadgets/makeRequest</url-pattern>
|
||||||
|
<url-pattern>/gadgets/proxy</url-pattern>
|
||||||
|
<url-pattern>/gadgets/api/rpc/*</url-pattern>
|
||||||
|
<url-pattern>/gadgets/api/rest/*</url-pattern>
|
||||||
|
<url-pattern>/rpc/*</url-pattern>
|
||||||
|
<url-pattern>/rest/*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>etagFilter</filter-name>
|
||||||
|
<url-pattern>*</url-pattern>
|
||||||
|
</filter-mapping>
|
||||||
|
|
||||||
|
<listener>
|
||||||
|
<listener-class>org.apache.shindig.common.servlet.GuiceServletContextListener</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
|
<!-- Render a Gadget -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>xml-to-html</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.wso2.carbon.dashboard.shindig.extensions.WSO2GadgetRenderingServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>accel</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.HtmlAccelServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- Proxy -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>proxy</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.ProxyServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- makeRequest -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>makeRequest</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.MakeRequestServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- Concat -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>concat</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.ConcatProxyServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- OAuth callback -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauthCallback</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- OAuth2 callback -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>oauth2callback</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- Metadata RPC -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>metadata</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.RpcServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- javascript serving -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>js</servlet-name>
|
||||||
|
<servlet-class>org.apache.shindig.gadgets.servlet.JsServlet</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>restapiServlet</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.protocol.DataServiceServlet
|
||||||
|
</servlet-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>handlers</param-name>
|
||||||
|
<param-value>org.apache.shindig.handlers</param-value>
|
||||||
|
</init-param>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- Serve social RPC api -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>jsonRpcServlet</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.protocol.JsonRpcServlet
|
||||||
|
</servlet-class>
|
||||||
|
<init-param>
|
||||||
|
<param-name>handlers</param-name>
|
||||||
|
<param-value>org.apache.shindig.handlers</param-value>
|
||||||
|
</init-param>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- Serve sample OAuth apis -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>sampleOAuth</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.social.sample.oauth.SampleOAuthServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<!-- Serve OAuth 2 APIs -->
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>OAuth2Servlet</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.social.core.oauth2.OAuth2Servlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>rpcSwf</servlet-name>
|
||||||
|
<servlet-class>
|
||||||
|
org.apache.shindig.gadgets.servlet.RpcSwfServlet
|
||||||
|
</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>js</servlet-name>
|
||||||
|
<url-pattern>/gadgets/js/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>proxy</servlet-name>
|
||||||
|
<url-pattern>/gadgets/proxy/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>makeRequest</servlet-name>
|
||||||
|
<url-pattern>/gadgets/makeRequest</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>jsonRpcServlet</servlet-name>
|
||||||
|
<url-pattern>/rpc/*</url-pattern>
|
||||||
|
<url-pattern>/gadgets/api/rpc/*</url-pattern>
|
||||||
|
<url-pattern>/social/rpc/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>restapiServlet</servlet-name>
|
||||||
|
<url-pattern>/rest/*</url-pattern>
|
||||||
|
<url-pattern>/gadgets/api/rest/*</url-pattern>
|
||||||
|
<url-pattern>/social/rest/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>concat</servlet-name>
|
||||||
|
<url-pattern>/gadgets/concat</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauthCallback</servlet-name>
|
||||||
|
<url-pattern>/gadgets/oauthcallback</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>oauth2callback</servlet-name>
|
||||||
|
<url-pattern>/gadgets/oauth2callback</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>xml-to-html</servlet-name>
|
||||||
|
<url-pattern>/gadgets/ifr</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>accel</servlet-name>
|
||||||
|
<url-pattern>/gadgets/accel</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>metadata</servlet-name>
|
||||||
|
<url-pattern>/gadgets/metadata</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>sampleOAuth</servlet-name>
|
||||||
|
<url-pattern>/oauth/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>OAuth2Servlet</servlet-name>
|
||||||
|
<url-pattern>/oauth2/*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>rpcSwf</servlet-name>
|
||||||
|
<url-pattern>/xpc*</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<error-page>
|
||||||
|
<error-code>404</error-code>
|
||||||
|
<location>/error-pages/error404.html</location>
|
||||||
|
</error-page>
|
||||||
|
|
||||||
|
<error-page>
|
||||||
|
<error-code>401</error-code>
|
||||||
|
<location>/error-pages/error401.html</location>
|
||||||
|
</error-page>
|
||||||
|
|
||||||
|
<error-page>
|
||||||
|
<error-code>403</error-code>
|
||||||
|
<location>/error-pages/error403.html</location>
|
||||||
|
</error-page>
|
||||||
|
|
||||||
|
<error-page>
|
||||||
|
<error-code>405</error-code>
|
||||||
|
<location>/error-pages/error405.html</location>
|
||||||
|
</error-page>
|
||||||
|
|
||||||
|
<error-page>
|
||||||
|
<error-code>500</error-code>
|
||||||
|
<location>/error-pages/error500.html</location>
|
||||||
|
</error-page>
|
||||||
|
</web-app>
|
||||||
@ -708,6 +708,9 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.analytics:org.wso2.carbon.analytics.api.client.feature:${carbon.analytics.version}
|
org.wso2.carbon.analytics:org.wso2.carbon.analytics.api.client.feature:${carbon.analytics.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
<featureArtifactDef>
|
||||||
|
org.wso2.carbon.analytics:org.wso2.carbon.analytics.jsservice.feature:${carbon.analytics.version}
|
||||||
|
</featureArtifactDef>
|
||||||
<!-- *************** End of DAS Client *************** -->
|
<!-- *************** End of DAS Client *************** -->
|
||||||
|
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
@ -1518,6 +1521,10 @@
|
|||||||
<id>org.wso2.carbon.analytics.api.client.feature.group</id>
|
<id>org.wso2.carbon.analytics.api.client.feature.group</id>
|
||||||
<version>${carbon.analytics.version}</version>
|
<version>${carbon.analytics.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.analytics.jsservice.feature.group</id>
|
||||||
|
<version>${carbon.analytics.version}</version>
|
||||||
|
</feature>
|
||||||
<!-- *************** END - DAS Client *************** -->
|
<!-- *************** END - DAS Client *************** -->
|
||||||
|
|
||||||
<!-- ************** START - EVENT PROCESSING FEATURES ************ -->
|
<!-- ************** START - EVENT PROCESSING FEATURES ************ -->
|
||||||
@ -3110,6 +3117,10 @@
|
|||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.analytics.api.client.feature.group</id>
|
<id>org.wso2.carbon.analytics.api.client.feature.group</id>
|
||||||
<version>${carbon.analytics.version}</version>
|
<version>${carbon.analytics.version}</version>
|
||||||
|
</feature>
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.analytics.jsservice.feature.group</id>
|
||||||
|
<version>${carbon.analytics.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- SSO Features -->
|
<!-- SSO Features -->
|
||||||
|
|
||||||
@ -3729,6 +3740,10 @@
|
|||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.analytics.api.client.feature.group</id>
|
<id>org.wso2.carbon.analytics.api.client.feature.group</id>
|
||||||
<version>${carbon.analytics.version}</version>
|
<version>${carbon.analytics.version}</version>
|
||||||
|
</feature>
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.analytics.jsservice.feature.group</id>
|
||||||
|
<version>${carbon.analytics.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.mediator.cache.feature.group</id>
|
<id>org.wso2.carbon.mediator.cache.feature.group</id>
|
||||||
|
|||||||
@ -41,7 +41,7 @@ public class ConnectedCupMQttTransportHandler extends MQTTTransportHandler {
|
|||||||
private static String publishTopic = "%s/" + DEVICE_TYPE + "/%s";
|
private static String publishTopic = "%s/" + DEVICE_TYPE + "/%s";
|
||||||
|
|
||||||
protected ConnectedCupMQttTransportHandler() {
|
protected ConnectedCupMQttTransportHandler() {
|
||||||
super(iotServerSubscriber, DEVICE_TYPE, "tcp://localhost:1883", "");
|
super(iotServerSubscriber, DEVICE_TYPE, "tcp://localhost:1886", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private ScheduledFuture<?> dataPushServiceHandler;
|
private ScheduledFuture<?> dataPushServiceHandler;
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"deviceType": {
|
"deviceType": {
|
||||||
"label": "Connected Cup",
|
"label": "Connected Cup",
|
||||||
"category": "virtual"
|
"category": "virtual",
|
||||||
|
"scopes" : [
|
||||||
|
"perm:connectedcup:enroll"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -219,7 +219,7 @@
|
|||||||
</adviceFile>
|
</adviceFile>
|
||||||
<bundles>
|
<bundles>
|
||||||
<bundleDef>
|
<bundleDef>
|
||||||
org.coffeeking:org.coffeeking.connectedcup.plugin:${wso2.iot.version}
|
org.coffeeking:org.coffeeking.connectedcup.plugin:${org.coffeeking.version}
|
||||||
</bundleDef>
|
</bundleDef>
|
||||||
</bundles>
|
</bundles>
|
||||||
<importFeatures>
|
<importFeatures>
|
||||||
|
|||||||
@ -50,8 +50,8 @@
|
|||||||
<goal>p2-repo-gen</goal>
|
<goal>p2-repo-gen</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<metadataRepository>file:${basedir}/p2-repo</metadataRepository>
|
<metadataRepository>file:\${basedir}/p2-repo</metadataRepository>
|
||||||
<artifactRepository>file:${basedir}/p2-repo</artifactRepository>
|
<artifactRepository>file:\${basedir}/p2-repo</artifactRepository>
|
||||||
<publishArtifacts>true</publishArtifacts>
|
<publishArtifacts>true</publishArtifacts>
|
||||||
<publishArtifactRepository>true</publishArtifactRepository>
|
<publishArtifactRepository>true</publishArtifactRepository>
|
||||||
<featureArtifacts>
|
<featureArtifacts>
|
||||||
@ -69,9 +69,9 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<profile>default</profile>
|
<profile>default</profile>
|
||||||
<metadataRepository>file:${basedir}/p2-repo</metadataRepository>
|
<metadataRepository>file:\${basedir}/p2-repo</metadataRepository>
|
||||||
<artifactRepository>file:${basedir}/p2-repo</artifactRepository>
|
<artifactRepository>file:\${basedir}/p2-repo</artifactRepository>
|
||||||
<destination>${basedir}/../core/repository/components</destination>
|
<destination>\${basedir}/../core/repository/components</destination>
|
||||||
<deleteOldProfileFiles>false</deleteOldProfileFiles>
|
<deleteOldProfileFiles>false</deleteOldProfileFiles>
|
||||||
<features>
|
<features>
|
||||||
<feature>
|
<feature>
|
||||||
|
|||||||
10
pom.xml
10
pom.xml
@ -1529,14 +1529,14 @@
|
|||||||
<carbon.governance.version>4.7.0</carbon.governance.version>
|
<carbon.governance.version>4.7.0</carbon.governance.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
<carbon.device.mgt.version>2.0.8-SNAPSHOT</carbon.device.mgt.version>
|
<carbon.device.mgt.version>2.0.11-SNAPSHOT</carbon.device.mgt.version>
|
||||||
<carbon.device.mgt.version.range>[2.0.0, 3.0.0)</carbon.device.mgt.version.range>
|
<carbon.device.mgt.version.range>[2.0.0, 3.0.0)</carbon.device.mgt.version.range>
|
||||||
|
|
||||||
<!-- IOT Device Management -->
|
<!-- IOT Device Management -->
|
||||||
<product.iot.version>3.0.0-SNAPSHOT</product.iot.version>
|
<product.iot.version>3.0.0-SNAPSHOT</product.iot.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management Plugins-->
|
<!-- Carbon Device Management Plugins-->
|
||||||
<carbon.device.mgt.plugin.version>3.0.7-SNAPSHOT</carbon.device.mgt.plugin.version>
|
<carbon.device.mgt.plugin.version>3.0.9-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||||
|
|
||||||
<!-- API Management -->
|
<!-- API Management -->
|
||||||
<carbon.api.mgt.version>6.1.47</carbon.api.mgt.version>
|
<carbon.api.mgt.version>6.1.47</carbon.api.mgt.version>
|
||||||
@ -1547,7 +1547,7 @@
|
|||||||
|
|
||||||
<!-- Carbon Analytics Common (DAS) -->
|
<!-- Carbon Analytics Common (DAS) -->
|
||||||
<carbon.analytics.common.version>5.1.5</carbon.analytics.common.version>
|
<carbon.analytics.common.version>5.1.5</carbon.analytics.common.version>
|
||||||
<carbon.analytics.version>1.3.0</carbon.analytics.version>
|
<carbon.analytics.version>1.3.3</carbon.analytics.version>
|
||||||
<carbon.analytics.das.version>1.3.0</carbon.analytics.das.version>
|
<carbon.analytics.das.version>1.3.0</carbon.analytics.das.version>
|
||||||
<product.iot.analytics.version>${product.iot.version}</product.iot.analytics.version>
|
<product.iot.analytics.version>${product.iot.version}</product.iot.analytics.version>
|
||||||
<product.das.version>3.1.0</product.das.version>
|
<product.das.version>3.1.0</product.das.version>
|
||||||
@ -1634,7 +1634,7 @@
|
|||||||
<orbit.version.h2>1.2.140.wso2v3</orbit.version.h2>
|
<orbit.version.h2>1.2.140.wso2v3</orbit.version.h2>
|
||||||
<orbit.version.joda-time>2.8.2.wso2v1</orbit.version.joda-time>
|
<orbit.version.joda-time>2.8.2.wso2v1</orbit.version.joda-time>
|
||||||
<orbit.version.json>2.0.0.wso2v1</orbit.version.json>
|
<orbit.version.json>2.0.0.wso2v1</orbit.version.json>
|
||||||
<carbon.dashboard.version>2.0.5</carbon.dashboard.version>
|
<carbon.dashboard.version>2.0.6</carbon.dashboard.version>
|
||||||
<carbon.event-processing.version>2.1.4</carbon.event-processing.version>
|
<carbon.event-processing.version>2.1.4</carbon.event-processing.version>
|
||||||
<imp.pkg.version.javax.servlet>[2.6.0,3.0.0)</imp.pkg.version.javax.servlet>
|
<imp.pkg.version.javax.servlet>[2.6.0,3.0.0)</imp.pkg.version.javax.servlet>
|
||||||
<akka.version>2.3.4-spark</akka.version>
|
<akka.version>2.3.4-spark</akka.version>
|
||||||
@ -1643,7 +1643,7 @@
|
|||||||
<caramel.version>1.0.1</caramel.version>
|
<caramel.version>1.0.1</caramel.version>
|
||||||
|
|
||||||
<!-- App manager version-->
|
<!-- App manager version-->
|
||||||
<appmgt.feature.version>1.2.10</appmgt.feature.version>
|
<appmgt.feature.version>1.2.14</appmgt.feature.version>
|
||||||
|
|
||||||
<!-- Carbon Store version-->
|
<!-- Carbon Store version-->
|
||||||
<carbon.store.version>1.4.4</carbon.store.version>
|
<carbon.store.version>1.4.4</carbon.store.version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user