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
Spring Security blocking cometd access #610
Comments
I don't understand. If you have setup Spring security, and it prevents access to CometD, just modify your Spring security configuration to allow CometD access. Or, attach to this issue a fully reproducible project that shows your Spring configuration that we can use to reproduce and possibly resolve your issue. |
i tried to do this |
i even tried with isAnonymous but still no access is given |
Sorry, I would love to help you, but I really cannot without a reproducible project with complete configuration files. |
Hi, I can provide you with some files/resources but unfortunately not all I hope you can find what to do with these files On Thu, Oct 22, 2015 at 1:39 PM, Simone Bordet notifications@github.com
Danish Michael |
Hi, That post on stackoverflow is by me as well. On Fri, Oct 23, 2015 at 6:31 PM, Simone Bordet notifications@github.com
Danish Michael |
i was just playing around with cometd in a Spring MVC project.
This is how I am calling the server for handshake
Looking in the logs of Firebug, I can see 403 forbidden error and the html message I used in spring security for access prevention.
Can you please fix this or help me out
The text was updated successfully, but these errors were encountered: