You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual:
Visiting Swagger UI hits the interceptor. GET /kekkonen/handlers hits the interceptor. GET /kekkonen/handler?kekkonen.action=api.admin%2Freset-counter! does not hit the interceptor.
Expected:
Both GET /kekkonen/handler and GET /kekkonen/handlers should consistently hit the handler's interceptors?
The text was updated successfully, but these errors were encountered:
See https://github.com/metosin/kekkonen-sample/:
security/require-roles
meta handler:$ lein repl
, then(reset)
.kekkonen
operations (http://localhost:3000/index.html#/kekkonen).Actual:
Visiting Swagger UI hits the interceptor.
GET /kekkonen/handlers
hits the interceptor.GET /kekkonen/handler?kekkonen.action=api.admin%2Freset-counter!
does not hit the interceptor.Expected:
Both
GET /kekkonen/handler
andGET /kekkonen/handlers
should consistently hit the handler's interceptors?The text was updated successfully, but these errors were encountered: