distribution/auth/silly
Stephen J Day b1f36c3fe5 Ensure that unset Context.Name only allowed on base route
If Context.Name is not set, the acceess controller may allow an unintended
request through. By only allowing a request to proceed without a name on the
base route, we provide some protection if future bugs forget to set the context
properly.
2014-12-18 17:25:06 -08:00
..
access.go Ensure that unset Context.Name only allowed on base route 2014-12-18 17:25:06 -08:00
access_test.go Integrate auth.AccessController into registry app 2014-12-18 12:34:56 -08:00