Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe15a3c

Browse filesBrowse files
author
Devendra
committed
remove existing auth key in grants
1 parent e0ff307 commit fe15a3c
Copy full SHA for fe15a3c

File tree

Expand file treeCollapse file tree

2 files changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎java/srcPubnubApi/srcCore/com/pubnub/api/PubnubCore.java‎

Copy file name to clipboardExpand all lines: java/srcPubnubApi/srcCore/com/pubnub/api/PubnubCore.java
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,7 @@ protected Object _pamGrant(final String channel, String auth_key, boolean read,
11241124
Callback callback, boolean sync) {
11251125
final Callback cb = getWrappedCallback(callback);
11261126
Hashtable parameters = PubnubUtil.hashtableClone(params);
1127+
parameters.remove("auth");
11271128

11281129
String r = (read) ? "1" : "0";
11291130
String w = (write) ? "1" : "0";
Collapse file

‎scala/scala-pubnub-tests/scala-pubnub-tests.iml‎

Copy file name to clipboardExpand all lines: scala/scala-pubnub-tests/scala-pubnub-tests.iml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<content url="file://$MODULE_DIR$">
77
<sourceFolder url="file://$MODULE_DIR$/java/src" isTestSource="false" />
88
<sourceFolder url="file://$MODULE_DIR$/java/src1" isTestSource="false" />
9-
<sourceFolder url="file://$MODULE_DIR$/java/srcPubnubApi" isTestSource="false" />
9+
<sourceFolder url="file://$MODULE_DIR$/java/srcPubnubApi/srcCore" isTestSource="false" />
10+
<sourceFolder url="file://$MODULE_DIR$/java/srcPubnubApi/srcInterfaces" isTestSource="false" />
11+
<sourceFolder url="file://$MODULE_DIR$/java/srcPubnubApi/srcCoreHttp" isTestSource="false" />
1012
<sourceFolder url="file://$MODULE_DIR$/java/srcCrypto" isTestSource="false" />
1113
<sourceFolder url="file://$MODULE_DIR$/java/srcLogging" isTestSource="false" />
1214
<sourceFolder url="file://$MODULE_DIR$/src/tests/scala" isTestSource="true" />
@@ -33,4 +35,4 @@
3335
<orderEntry type="library" name="Maven: org.objenesis:objenesis:2.1" level="project" />
3436
<orderEntry type="library" name="Maven: com.jayway.awaitility:awaitility-scala:1.7.0" level="project" />
3537
</component>
36-
</module>
38+
</module>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.