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
I have a RESTful Java back-end project which uses urlrewritefilter.
Some of the built-in condition types 'session-attribute' 'session-isnew' are not applicable to me since REST is stateless, but the expected type 'application-attribute', which represents application.getAttribute(name) , is not supported according to v4.0 documentation .
The text was updated successfully, but these errors were encountered:
I have a RESTful Java back-end project which uses urlrewritefilter.
Some of the built-in condition types 'session-attribute' 'session-isnew' are not applicable to me since REST is stateless, but the expected type 'application-attribute', which represents
application.getAttribute(name)
, is not supported according to v4.0 documentation .The text was updated successfully, but these errors were encountered: