Merge branch 'STORM-2765' of https://github.com/Ethanlm/storm into STORM-2765
STORM-2765: Disallow colons in blobstore key name This closes #2351 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c607d048 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c607d048 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c607d048 Branch: refs/heads/master Commit: c607d04828e73f8cc4bf32b4b872318b6b6e189d Parents: 2151a2d 3970122 Author: Robert Evans <[email protected]> Authored: Mon Oct 2 09:20:52 2017 -0500 Committer: Robert Evans <[email protected]> Committed: Mon Oct 2 09:20:52 2017 -0500 ---------------------------------------------------------------------- .../jvm/org/apache/storm/blobstore/BlobStore.java | 8 ++++---- .../storm/blobstore/ClientBlobStoreTest.java | 4 ++-- .../jvm/org/apache/storm/command/Blobstore.java | 7 ++----- .../test/clj/org/apache/storm/nimbus_test.clj | 6 +++--- .../java/org/apache/storm/utils/ServerUtils.java | 18 ------------------ 5 files changed, 11 insertions(+), 32 deletions(-) ----------------------------------------------------------------------
