Wednesday, August 14, 2019

Logout with Spring5

Hi   
I am upgrading the Spring jars of Existing GWT application and couldn't get the logout functionality working . please assist

I have changed

Window.Location.assign("../j_spring_security_logout");

to 

Window.Location.assign("../logout");



Also in the spring configuration i have changed 


 <security:logout success-handler-ref="LogoutLogFilter"/>

 to 

<security:logout logout-url="/logout" delete-cookies="JSESSIONID" invalidate-session="true" success-handler-ref="LogoutLogFilter"/>

However I feel after spring 5 upgrade my logout request doesnt even hit the spring security logout feature. Is there any other configuration I am missing

Thanks

 





--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/ef164548-34cb-4e6a-ad5b-045e171e95cf%40googlegroups.com.

No comments:

Post a Comment