Skip to content

Commit 6f7a0b6

Browse files
authored
Merge pull request #3 from PredixDev/feature/NextRelease
Bugfix release for EC addressing
2 parents ce99f17 + dc11d23 commit 6f7a0b6

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/main/java/com/ge/predix/mobile/ReferenceApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public WindowView getWindowView() {
155155
};
156156

157157
mobileManager.setViewInterface(dependencies);
158-
PredixMobileConfiguration.authorizationCheckValidStatusCodes = Arrays.asList(200, 404, 201, 202, 500, 401, 302, 301);
159158
new Thread(() -> {
160159
loadProxyIfNeeded();
161160
try {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pmapp_name=<your app name here>
22
pmapp_version=<your app version here>
3-
server_hostname=<Your server host here>
3+
server_hostname=https://yourhostname.com
44
logging_level=error

0 commit comments

Comments
 (0)