-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Re-write Spring Security documentation #2567
Comments
Stefan Haberl said: There's a small documentation error in the latest CSRF section (http://docs.spring.io/spring-security/site/docs/3.2.x-SNAPSHOT/reference/html/csrf.html) concerning Multipart upload (13.5.4): "The first option is to ensure that the MultipartFilter is specified before the Spring Security filter. Specifying the MultipartFilter after the Spring Security filter means that there is no authorization for invoking the MultipartFilter which means anyone can place temporary files on your server." should probably read "The first option is to ensure that the MultipartFilter is specified before the Spring Security filter. Specifying the MultipartFilter before the Spring Security filter means that there is no authorization for invoking the MultipartFilter which means anyone can place temporary files on your server." |
2019-02-27 Merge of master branch (update of docs) into doc rewrite branch
Test merge from rewrite into master
Issue gh-2567 Co-authored-by: Jay Bryant <jbryant@pivotal.io> Co-authored-by: Rob Winch <rwinch@users.noreply.github.com>
Issue gh-2567 Co-authored-by: Jay Bryant <jbryant@pivotal.io> Co-authored-by: Rob Winch <rwinch@users.noreply.github.com>
This better aligns with other documentation Issue gh-2567
I'll close this because it seems that the title is misleading and the problem was solved on another issue. |
We should rewrite the Spring Security documentation.
The text was updated successfully, but these errors were encountered: