-
Notifications
You must be signed in to change notification settings - Fork 753
Exception starting filter springSecurityFilterChain #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks. But "out of the box" isn't telling us much. Which app? How did you launch it? Is it one of the sample apps? Did you modify it? |
Sir app started working after add below bean to both UI and AUTHSERVER :
Please check if I was doing anything wrong .Below is the link for app |
That's a heavily modified version of the sample, so "out of the box" is a bit misleading, don't you think. Your problem appears to be that you are trying to share sessions with redis between the auth server and UI, and they aren't the same app. Manually setting the serialization id is a workaround. See also spring-cloud/spring-cloud-commons#93 |
Sorry for my bad description of problem. Yes you are right about the problem. Problem start's as soon I add "@EnableRedisHttpSession" and below "Neo4j SDN4" config to app
}" I'll try the workaround you just share . |
Having following exception Out of the box:
The text was updated successfully, but these errors were encountered: