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
we have exactly the same piece of code in our app . This works perfectly fine in local enviornment , but when it is deployed in openshft platfom , we get below error
java.lang.IllegalStateException: Cannot create a session after the response has been committed
and it takes me to chain.doFilter(request, response); of the AutoLoginAuthentcationFilter of the camunda-webapp-plugin-sso-autologin.
The text was updated successfully, but these errors were encountered:
Hi team,
we have exactly the same piece of code in our app . This works perfectly fine in local enviornment , but when it is deployed in openshft platfom , we get below error
java.lang.IllegalStateException: Cannot create a session after the response has been committed
and it takes me to chain.doFilter(request, response); of the AutoLoginAuthentcationFilter of the camunda-webapp-plugin-sso-autologin.
The text was updated successfully, but these errors were encountered: