-
Notifications
You must be signed in to change notification settings - Fork 6k
SEC-2082: ClassNotFoundException: org.springframework.security.web.firewall.Firewall edResponse #2315
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
Rob Winch said: FirewalledResponse is in the spring-security-web-3.1.3.RELEASE.jar within maven central, so I am afraid I do not have enough information to determine what your issues is. Where did you get your jar from (i.e. downloads section, maven central, spring's maven repositories, etc)?Ensure all of your dependencies on the classpath (i.e. ensure you have spring-security-web-3.1.2.RELEASE.jar on your classpath)Are there any other errors in the logs?Can you provide a project that demonstrates the problem (I am not able to reproduce this) |
Vernon said: To answer your questions:
I rolled back the Spring Security version to 3.1.2, that is to change the SS version in my pom file, without any other change. And the problem doesn't occur. |
Rob Winch said: In reply to comment #2:
This will depend on your maven configuration. Can you post your pom.xml and maven settings.xml?
Can you post the project? Does the issue occur every time? Does it happen for other individuals using the build? If you rename your local maven repository, does the issue still occur (testing to see if your local maven repo is corrupt)?
Can you post the logs when this error occurs?
Your goal should be to provide a small project that replicates the issue. Typically a binary search (i.e. making a copy and deleting portions of the project that appear to be irrelevant until you have a minimal project) works best for me. If you are unable to provide information for me to reproduce the issue or a sample project to reproduce it, then this JIRA will be closed as cannot reproduce. There are a number of reasons I feel this is just to to: If you look at the spring security sample projects there are many examples that demonstrate there is not an issue.Additionally, there are many other users that have not had this issue.If I cannot reproduce it, the issue cannot be fixed anyways
|
Rob Winch said: As per previous comments...closing as cannot reproduce |
Migrated from SEC-2082
The text was updated successfully, but these errors were encountered: