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
This isn't causing anything to fail because there is a fallback in queue() to use REQUEST if scope is null, but that safety-net shouldn't be relied upon here.
The default is set to REQUEST via the constructor, but it someone uses the Setter fluent interface it doesn't get defaulted.
The text was updated successfully, but these errors were encountered: