Check GET permissions in the HTTP handler.
authorTim Pierce <twp@curoverse.com>
Tue, 6 May 2014 15:16:19 +0000 (11:16 -0400)
committerTim Pierce <twp@curoverse.com>
Tue, 6 May 2014 15:16:19 +0000 (11:16 -0400)
commitbdc9139d17c184a58e5088270f2ce6ba361fb8a7
tree08d3c38bad357349a1dcbe2c37b0a3a330d63d5f
parent7c8bfeb8d19db4f27b5fb5fd78e0afa3b7d07a89
Check GET permissions in the HTTP handler.

Move the check for the permission signature to the HTTP handler, so the
back end can still call GetBlock without having to move permissions all
the way down the stack. Refs #2328
services/keep/src/keep/keep.go