Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
2016-08-03 14:12:24 +05:30
mharindu
19275634a1
Fixed webapp name resolving issue
2016-07-25 12:04:30 +05:30
Timo Briddigkeit
ed07774552
Fixed literal string comparison.
...
This line is in the form of
String str = ...
str.equals("someOtherString");
//or
str.compareTo("someOtherString");
A NullPointerException may occur if the String variable str is null. If instead the code was restructured to
String str = ...
"someOtherString".equals(str);
//or
"someOtherString".compareTo(str);
that is, call equals() or compareTo() on the string literal, passing the variable as an argument, this exception could never happen as both equals() and compareTo() check for null.
2016-07-15 16:25:31 +02:00
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
2016-07-13 15:02:11 +02:00
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
2016-07-08 19:11:40 +05:30
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
2016-07-08 19:09:55 +05:30
prabathabey
49ce42b797
Code cleanup
2016-06-30 18:19:11 +05:30
Ruwan
6ce7f8c65a
Merge pull request #307 from ayyoob/transport
...
Few changes added after testing with the cluster
2016-06-27 09:39:17 +05:30
ayyoob
ba6e202442
Few changes added after testing with the cluster
2016-06-27 00:12:46 +05:30
prabathabey
aeb4ad3295
Merging rest-api-improvements branch to master
2016-06-21 15:52:35 +05:30
ayyoob
52e84273d1
added profile check before publishing apis
2016-06-08 22:38:49 +05:30
inoshperera
3c73217e96
fixing osgi issue related to usage of carbon context. And adding api publishing check from config.
2016-05-27 19:15:46 +05:30
ayyoob
c9cd051a6b
subscribed to super tenant apis
2016-05-27 02:20:15 +05:30
mharindu
52388ed33d
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
2016-05-26 12:44:36 +05:30
mharindu
106be76118
Fixed issues of API publishing to gateway
2016-05-26 12:41:20 +05:30
ayyoob
feaf6b2b35
added webapp publisher missing bundle
2016-05-24 15:35:48 +05:30
mharindu
50d35a90f8
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
2016-05-23 16:51:38 +05:30
mharindu
66ccad65cf
Partial commit for APIM Gateway migration
2016-05-23 16:51:26 +05:30
mharindu
3e291c5b13
[maven-release-plugin] prepare for next development iteration
2016-05-20 16:43:16 +05:30
mharindu
9549ac446b
[maven-release-plugin] prepare release v1.1.0
2016-05-20 16:43:02 +05:30
mharindu
2dbcf86f3d
Added retrying mechanism to webapp publisher
2016-05-20 15:52:50 +05:30
mharindu
968cb00f35
Fixed conflicts and merged
2016-05-19 00:42:14 +05:30
mharindu
83c2a1f0ee
Fixed issues in api publishing
2016-05-19 00:30:41 +05:30
mharindu
9f93570b29
Fixed issues in webapp-publisher
2016-05-18 22:00:16 +05:30
ayyoob
ba47af3186
added api application registration filter
2016-05-18 19:33:04 +05:30
ayyoob
2ceff61811
refactors jet authenticator to pick tenant specific key store
2016-05-16 19:44:31 +05:30
mharindu
83ec18c38d
Removed external dependancies from webapp publisher component
2016-05-16 14:20:34 +05:30
mharindu
c68b92c7b4
Fixed conflicts
2016-05-16 14:12:28 +05:30
mharindu
9a4b904702
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
2016-05-16 11:55:35 +05:30
mharindu
659cdcc50c
Implemented extended scope validator and improved webapp publisher to support Synapse
2016-05-16 11:47:04 +05:30
mharindu
f2ac5c5cad
Implemented extended scope validator and improved webapp publisher to support Synapse
2016-05-16 11:46:30 +05:30
Ace
cbc505c459
changing profile name
2016-05-15 01:35:57 +05:30
Ace
4517a7f1aa
Making API publish destination configurable and other changes
2016-05-15 01:15:11 +05:30
Ace
6d9f2f92a4
Making API publish destination configurable
2016-05-15 01:12:45 +05:30
mharindu
5ad8d2938e
Fixed issues of publishing APIs to synapse gateway
2016-05-11 10:50:32 +05:30
mharindu
6db9b21623
Code cleanup in webapp publisher
2016-04-28 14:49:34 +05:30
mharindu
6f8bb64e1c
Fixed merge conflicts
2016-04-28 11:59:03 +05:30
mharindu
ffc7542d4d
Modified authorization to support API gateway
2016-04-28 11:36:34 +05:30
Ace
a06327b731
refactoring and bug fixes
2016-04-27 20:43:13 +05:30
Ace
985d07cbc7
Cleaning up code
2016-04-27 14:53:12 +05:30
ayyoob
64bd0fc061
removed fix for web app publishing start up issue when synapse gateway is used
2016-04-18 17:16:51 +05:30
ayyoob
12db341d33
few changes on web app publisher after testing
2016-04-18 03:00:06 +05:30
ayyoob
d3418462d9
few changes in api manager application registration
2016-04-17 12:18:49 +05:30
ayyoob
9d4defaa01
check whether the subscriber exist before creating
2016-04-15 23:10:11 +05:30
ayyoob
afe965e787
adding code review changes on JWT and API App registration
2016-04-14 19:55:55 +05:30
ayyoob
1b4a9227d8
merged web app publisher code and refactored jwt client extension to adhere to new artefact name
2016-03-31 04:24:30 +05:30
charithag
40f863fd57
Fix bundle imports for java 8
2016-03-30 10:00:56 +05:30
charithag
3e4ccf6337
Add missing features and component from IoTS-1.0.0-M4
2016-03-30 01:44:04 +05:30
geethkokila
e9da24c9e8
Changing the snapshot versions from 1.0.4 to 1.1.0
2016-03-24 11:41:52 +05:30
geethkokila
e0e0a57c11
[maven-release-plugin] prepare for next development iteration
2016-01-05 18:15:38 +05:30