GitHub user ayesha12 opened a pull request:
https://github.com/apache/usergrid/pull/529
Fix - GET/PUT/DELETE with unsupported characters in the url, throwing 5xx
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ayesha12/usergrid release-2.1.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/529.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #529
----
commit 645bef13dc119135de127d77997dc0d3de113927
Author: Robert Walsh <[email protected]>
Date: 2016-02-16T18:40:45Z
Updates. See commit details.
UsergridClient.getConnection methods now use a default value for queries in
the method definition.
Removed invalid method UsergridDevice.uuid.
Added use of `guard` statement in favor of if/else in various parts of the
code.
UsergridUser.create() now copies the properties from the response over to
the User that called it.
UsergridUser.reauthenticate() now resets the UsergridClient.currentUser
property if the calling User is in fact the same as the currentUser.
UsergridUser.connectToDevice() and UsergridUser.disconnectFromDevice()
methods fixed.
UsergridUser.getConnectedDevice() methods added.
UsergridClient.logoutUser() now determines if the user to logout is in fact
the currentUser and if so now sets that to nil if need be.
Decoding of UsergridClientConfig.authFallback is fixed.
Updates to tests.
commit cba1364d4fb829b891d5688c0d41f60459851ef1
Author: Robert Walsh <[email protected]>
Date: 2016-02-16T18:43:56Z
Merge branch 'apache/master'
Upstream merge.
commit 684faa97dca2042d4d9e42d8aa920d8ca96ad1b3
Author: Robert Walsh <[email protected]>
Date: 2016-02-16T18:51:24Z
Merge branch 'apache/master'
commit f2a4a10300b08c52efdbb6f98982d86e48dd119d
Author: Robert Walsh <[email protected]>
Date: 2016-02-16T21:52:56Z
Fixed bug with UsergridAsset init with fileUrl.
commit 9f53f585ad29361405a5ce3091e25fb6bd355778
Author: Robert Walsh <[email protected]>
Date: 2016-02-16T21:58:52Z
Updates.
Moved more of the request response handling to background threads.
Updated asset upload/download completion blocks to be more consistent with
other completion blocks.
Updated ReadMe to reflect changes to asset upload completion blocks.
Added UsegridEntity.isEqualToEntity() function.
UsergridUser.reauthenticate() now functions properly when the entity
isEqualTo() the UsergridClient.currentUser.
commit 865560c063220c613b562cfd8778b9bc8dda01ce
Author: Robert Walsh <[email protected]>
Date: 2016-02-17T18:26:35Z
Fixed UsergridClient.uploadAsset().
While the UsergridClient.uploadAsset() was setting the requesting
entities.asset it wasnt setting the fileMetaData.
Also upon initialization of UsergridEntity objects the fileMetaData was not
being set properly. Now that is fixed.
Also updated the UsergridAsset initialization functions to use filename
instead of fileName for parameter names.
commit 47f86a9c4f354603feb2f59571657c9b868cdfe7
Author: Robert Walsh <[email protected]>
Date: 2016-02-18T17:22:42Z
Moved podspec to the root of the repo
commit 891e0f277d28c0b6d73b615c473e3212e88d7cf0
Author: Robert Walsh <[email protected]>
Date: 2016-02-18T18:57:04Z
Updated tests.
commit 5f15161a7d049338791321d5072fa34d80fa0d9e
Author: Robert Walsh <[email protected]>
Date: 2016-02-19T19:18:14Z
Minor updates.
commit e83897bf642e4588d781b527b3c5a57423a7741c
Author: Dave Johnson <[email protected]>
Date: 2016-02-23T14:38:07Z
Copy in release scripts from 2.1.0 release.
commit 7a14d6fd6b8d7c7ff1058b86d8e7b1411d80f738
Author: Michael Russo <[email protected]>
Date: 2016-02-23T18:39:37Z
Add initial directory for pcf deployment work.
commit e6003b0607c57f9650f29a5172796df5f0e5403d
Author: Michael Russo <[email protected]>
Date: 2016-02-23T23:35:43Z
Initial config to support defined env vars for pcf services of cassandra
and elasticsearch.
commit ebf43c7e6227e8b4df0e2ea4c8a956f133ad106e
Author: Robert Walsh <[email protected]>
Date: 2016-02-24T22:19:57Z
Added new Asset test.
commit 584cf973831e9d7a5225b15bfc12eb052db91776
Author: Michael Russo <[email protected]>
Date: 2016-02-24T22:43:24Z
Make environment variables override any properties loaded from a file.
commit 705891c13c2bc1134b46ba7f389f7c0bdc6709a7
Author: Michael Russo <[email protected]>
Date: 2016-02-25T19:56:12Z
Merge branch 'release-2.1.1'
commit e8e930b52f5cb73905ceb5a6fe310a98f80042cc
Author: Michael Russo <[email protected]>
Date: 2016-02-25T20:33:19Z
Exceptions changed in later Jersey version.
commit 6fb4bdb4dad7aa838430dcc7ebbb91489f4c2a8c
Author: Michael Russo <[email protected]>
Date: 2016-02-25T20:56:40Z
Prepare for next iteration of Usergrid (2.2.0)
commit af7d2e4fda14b8e9640cbe74c4d9052f6eaab820
Author: Dave Johnson <[email protected]>
Date: 2016-02-26T14:26:47Z
Temporarily disable two notification tests that are failing with current
test infrastructure
commit 82dcfbaaacfd5bfc226fc1f6123c6d0843c74b89
Author: Michael Russo <[email protected]>
Date: 2016-02-26T18:02:11Z
Revert "Temporarily disable two notification tests that are failing with
current test infrastructure"
This reverts commit af7d2e4fda14b8e9640cbe74c4d9052f6eaab820.
commit 3cfaff4ef007faa79a52128b3dab7d7f5f957f12
Author: Michael Russo <[email protected]>
Date: 2016-02-27T00:32:59Z
Merge branch 'release-2.1.1'
commit 5c3e2594f1dc7aec02002b470bd44514dcb7d846
Author: Michael Russo <[email protected]>
Date: 2016-02-27T06:33:16Z
Add additional delay to node.js tests to allow for usergrid to finish
asynchronous processing of notifications.
commit da9e409ed78befa3fd993b4d9e11f7b9f9ca3982
Author: Michael Russo <[email protected]>
Date: 2016-02-28T04:57:14Z
Merge branch 'release-2.1.1'
commit 85362539962b0175b67b78bc63cd0c652a2050cd
Author: Michael Russo <[email protected]>
Date: 2016-02-28T04:57:42Z
Update tools version to match stack.
commit 159c8c32574e5afd8fc1d2ca0c2fb69b3daa38c2
Author: Michael Russo <[email protected]>
Date: 2016-02-28T05:42:09Z
Merge branch 'release-2.1.1'
commit e0d6481fff413f35a0fb0f1a8251960bc82e3180
Author: Michael Russo <[email protected]>
Date: 2016-02-29T06:03:53Z
Merge branch 'release-2.1.1'
commit 20c17d4ff7e39fca948b966d15fea0215e2b3e06
Author: Michael Russo <[email protected]>
Date: 2016-02-29T06:50:23Z
Merge branch 'release-2.1.1'
commit 949c2bbe07b74ed1ba4f089e15b1fa1cc11e93e8
Author: Michael Russo <[email protected]>
Date: 2016-02-29T18:38:19Z
Merge branch 'release-2.1.1'
commit 16c270774d74c403b1e6a20604f8c7280d251911
Author: Michael Russo <[email protected]>
Date: 2016-03-01T02:14:48Z
Merge branch 'release-2.1.1'
commit fafaa4e74d9fb59c96eb9bdd46a7ceb5ca25f4a7
Author: Michael Russo <[email protected]>
Date: 2016-03-01T22:55:10Z
Merge branch 'release-2.1.1'
commit bf3d4263fd94be0dd8f4fff67d85adfa8e4137be
Author: Dave Johnson <[email protected]>
Date: 2016-02-16T17:42:59Z
Cherry-pick the SSO simplifications from 1.x -> master (eliminates the
external token validation end-point).
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---