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 behavior (the bug)
A before handler registered using @before and default values, alongside @endpoints, does not get invoked for all paths that a similarly-annotated method handler does.
Expected behavior
All paths that trigger a method handler should trigger the equivalently-registered @before, @BeforeMatched, @after, and @AfterMatched handlers.
Actual behavior (the bug)
A before handler registered using @before and default values, alongside @endpoints, does not get invoked for all paths that a similarly-annotated method handler does.
Expected behavior
All paths that trigger a method handler should trigger the equivalently-registered @before, @BeforeMatched, @after, and @AfterMatched handlers.
To Reproduce
Additional context
Discussion (Javalin discord, #help-needed)
The text was updated successfully, but these errors were encountered: