Skip to content
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

Deploying on standalone Tomcat #8

Open
rafaelcoutinho opened this issue Dec 3, 2015 · 1 comment
Open

Deploying on standalone Tomcat #8

rafaelcoutinho opened this issue Dec 3, 2015 · 1 comment

Comments

@rafaelcoutinho
Copy link

Hi Jhades,

great code!

However I'm facing an issue, deploying it on tomcat with a context path breaks authentication. For some reason it always says that authenticate url is forbidden.

Did you have this issue?

@rafaelcoutinho
Copy link
Author

Think I found out why, spring spring-security-csrf-token-interceptor needs to have the actual app url reference. Default is '/'. When using with a context we need to configure this base url.

I'm using this js to configure it: https://github.com/aditzel/spring-security-csrf-token-interceptor

Is that what you use to deploy it with a context path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant