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
With Grails 3.3.9 and it's compatible async plugin.
When a grails web Interceptor with a namespace selector is present, a WebPromise causes a server exception due to a null when calling getControllerName().
With Grails 3.3.9 and it's compatible async plugin.
When a grails web Interceptor with a namespace selector is present, a WebPromise causes a server exception due to a null when calling getControllerName().
See the sample project at https://github.com/rrsdev/grails-async-interceptor
Example URLs would be:
If you delete or rename the secured.async.AuthorizationInterceptor class then all URLs work.
The text was updated successfully, but these errors were encountered: