Rob Winch
c8e4ffb5b9
Polish URLs
...
We have performed some polish on your URLs. We do not follow redirects to avoid expanding intentionally shorter URLs (i.e. URL shortened URLs)
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request, so we migrated them. Your review is recommended.
| HTTP URL | Result URL | HTTPS Result | HTTP Result | Count |
| --- | --- | --- | --- | --- |
| http://repo.terracotta.org/maven2/ | https://repo.terracotta.org/maven2/ | HttpResponse(httpStatus = 403 FORBIDDEN) | HttpResponse(httpStatus = 403 FORBIDDEN) | 1 |
| http://repository.springsource.com/maven/bundles/external | https://repository.springsource.com/maven/bundles/external | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 404 NOT_FOUND) | 1 |
| http://repository.springsource.com/maven/bundles/release | https://repository.springsource.com/maven/bundles/release | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 404 NOT_FOUND) | 1 |
## Fixed Success
These URLs were fixed successfully.
| HTTP URL | Result URL | HTTPS Result | HTTP Result | Count |
| --- | --- | --- | --- | --- |
| http://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/ | https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/ | HttpResponse(httpStatus = 200 OK) | null | 2 |
| http://docs.spring.io/spring/docs/3.2.x/javadoc-api | https://docs.spring.io/spring/docs/3.2.x/javadoc-api | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = http://docs.spring.io/spring/docs/3.2.x/javadoc-api/ ) | null | 1 |
| http://docs.spring.io/spring/docs/3.2.x/javadoc-api/ | https://docs.spring.io/spring/docs/3.2.x/javadoc-api/ | HttpResponse(httpStatus = 200 OK) | null | 1 |
| http://download.oracle.com/javase/6/docs/api/ | https://download.oracle.com/javase/6/docs/api/ | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://docs.oracle.com/javase/6/docs/api/ ) | null | 2 |
| http://spring.io/ | https://spring.io/ | HttpResponse(httpStatus = 200 OK) | null | 54 |
| http://spring.io/spring-security | https://spring.io/spring-security | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://projects.spring.io/spring-security ) | null | 54 |
| http://www.apache.org/licenses/LICENSE-2.0.txt | https://www.apache.org/licenses/LICENSE-2.0.txt | HttpResponse(httpStatus = 200 OK) | null | 54 |
| http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property | https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property ) | 1 |
| http://forums.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided | https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided ) | 1 |
# Ignored
These URLs were intentionally ignored so we didn't migrate them.
| HTTP URL |
| --- |
| http://maven.apache.org/POM/4.0.0 |
| http://maven.apache.org/xsd/maven-4.0.0.xsd |
| http://www.w3.org/2001/XMLSchema-instance |
7 years ago
Kyle Anderson
e7a15e85a1
Fix Typo in Reference Docs
...
Fixes: gh-4976
8 years ago
Rob Winch
04d14fb6fe
Lookup HandlerMappingIntrospector from Bean
8 years ago
Rob Winch
8a6d0cd16d
MvcRequestMatcher servletPath / JavaConfig
...
Issue: gh-3987
9 years ago
Johnny Lim
310bb39a0d
Fix typo
10 years ago
Rob Winch
e4c13e3c0e
Add MvcRequestMatcher
...
Fixes gh-3964
10 years ago
Rob Winch
13bc70f693
Add CorsFilter support
10 years ago
Rob Winch
dd9b59ba31
Document Digest is insecure
...
Fixes gh-3894
10 years ago
Shannon Carey
9fa2c64737
Documentation SecurityConfig->WebSecurityConfig
...
Rename SecurityConfig to WebSecurityConfig in the documentation.
Fixes gh-153
10 years ago
Pedro Vilaça
208f898403
Improve csrf login caveats
...
Add a suggestion to retrieve a fresh csrf token right before the
form submission in order to avoid problems with invalid csrf tokens
due session timeouts.
Fixes gh-3925
10 years ago
Ryan W. Moore
8aea83011d
Docs: Remove broken link
...
I think the originally intended destination no longer exists in the
documentation.
10 years ago
Ryan W. Moore
fd65652bbe
Docs: Fix broken link to security database schema
10 years ago
Ryan W. Moore
38e9f6a851
Docs: Fix broken link to csrfInput tag info
...
ID names are case sensitive.
10 years ago
Ryan W. Moore
cdb04c50e8
Docs: Fix broken link to websocket security info
10 years ago
Ryan W. Moore
057ea4fb17
Docs: Make 'Getting Started' a level 1 section heading
...
This fixes the following build error:
asciidoctor: ERROR: index.adoc: line 26: invalid part, must have at least one
section (e.g., chapter, appendix, etc.)
10 years ago
David Kane
503828c994
Add FAQ for JSP taglib & method security
...
Updated FAQ to clarify how the url attribute of the authorize tag
interacts with method security
10 years ago
Pedro Vilaça
ea2b5dd412
Fix wrong class name reference in the docs
...
In the documentation, there was a reference to a class called CsrfTokenResolver
and it should CsrfTokenArgumentResolver
Fixes gh-3890
10 years ago
Rob Winch
f363c62afd
Document spring-security-test dependency
...
Fixes gh-3873
10 years ago
Joe Grandja
66980e827c
Add Spring Boot Hello World guide
...
Add Spring Boot Hello World Guide
Fixes gh-3866
10 years ago
Rob Winch
ede521dc8d
authorizeUrls -> authorizeRequests
...
Replace remaining authorizeUrls with authorizeRequests
Fixes gh-3875
10 years ago
Rob Winch
d4218c70f1
Update CookieCsrfTokenRepository docs to cookiHttpOnly=false
...
Currently CookieCsrfTokenRepository does not specify that the httpOnly
flag needs set to false. We should update the reference to include this
setting (and a comment about it) since it states that the settings will
work with AngularJS.
This commit updates the documentation and provides a convenience factory
method to create a CookieCsrfTokenRepository with cookiHttpOnly=false
Fixes gh-3865
10 years ago
Joe Grandja
447fb70f1d
Add Hello World Xml guide
...
Issue gh-3850
10 years ago
Rob Winch
9745de9510
Add @AuthenticationPrincipal expression
...
It is now possible to provide a SpEL expression for
@AuthenticationPrincipal . This allows invoking custom logic including
methods on the principal object.
Fixes gh-3859
10 years ago
Patrick Cornelißen
eaf8729941
Fixes RC1/RC2 URLs
...
Fixes gh-3838
10 years ago
Wim Deblauwe
85786824af
Fix logout url in doc
...
The default for logout is to redirect to `/login?logout`
Fixes gh-251
10 years ago
Joe Grandja
4ee46a5f58
Add What's new in 4.1 RC2
...
Add What's new in 4.1 RC2
Fixes gh-3830
10 years ago
Johnny Lim
933a7e8363
Remove duplicate words
...
Fixes gh-3826
10 years ago
Joe Grandja
81c9fa805f
Fix AuthenticationPrincipalArgumentResolver xml doc
...
Fixes gh-3771
10 years ago
Joe Grandja
2ef3da1b47
Documents the new @AuthenticationPrincipal in more detail.
...
Fixes gh-3771
10 years ago
Rob Winch
95a3e30d9f
Polish Pbkdf2PasswordEncoder
...
Fixes gh-2158
Fixes gh-51
10 years ago
Rob Winch
d3a9cc6eae
Add CsrfTokenRepository ( #3805 )
...
* Create LazyCsrfTokenRepository
Fixes gh-3790
* Add CookieCsrfTokenRepository
Fixes gh-3009
10 years ago
Art O Cathain
1d271184c9
Fix Documentation Formatting
...
Fix corrupted character and add formatting per the duplicated text
block
Fixes gh-193
10 years ago
Soeun Park
8f7cf28435
Fix typos in documentation
...
Fixes gh-196
Fixes gh-3109
10 years ago
Johnny Lim
fe94d654ed
Fix typos ( #228 )
10 years ago
Joe Grandja
849c62b870
Disables doclint in Java 8 to prevent build error from javadoc task.
...
Fixes gh-3767
10 years ago
Joe Grandja
945a21a3fb
Use xml / javaconfig folders for samples
...
Fixes gh-3752
10 years ago
Kamill Sokol
9c3db557dd
Add missing # in SpEL expression doc
...
SpEL variables can be referenced in the expression using the syntax
23.2.2 Path Variables in Web Security Expressions.
Fixes gh-3781
10 years ago
Joe Grandja
9e5cdbd133
Includes a reference to the https://report-uri.io/ service in the CSP and HPKP documentation.
...
Fixes gh-3772
10 years ago
Rob Winch
b3d26ed5d6
Add changelog in What's New
...
Issue gh-3768
10 years ago
Rob Winch
bf9a837b9a
Polish What's New
...
Issue gh-3768
10 years ago
Rob Winch
40b7fa5b72
Update Issues Link
...
Issue gh-3333
10 years ago
Rob Winch
3e47531b19
Polish CSP reference
...
Issue gh-3763
10 years ago
Rob Winch
e04f685747
Fix Typo in @WithUserDetails reference
...
Issue gh-3346
10 years ago
Joe Grandja
2f7f2ff589
Adds support for Content Security Policy
...
Fixes gh-2342
10 years ago
Rob Winch
4cb9b202f8
Remove subversion from reference
...
Fixes gh-3766
10 years ago
Rob Winch
683d751902
Polish What's New
...
Fixes gh-3768
10 years ago
Rob Winch
4b650dc58d
Allow AuthenticationProvider Bean in Java Config
...
This commit adds support for defaulting java configuration's
authentication by providing an AuthenticationProvider Bean.
Fixes gh-3091
10 years ago
Rob Winch
988b54ec3d
Remove invalid ` from docs
...
Fixes gh-3751
10 years ago
Rob Winch
134a0a7f96
Move FAQ to appendix
...
Fixes gh-3761
10 years ago
Rob Winch
1382bd728b
Clean up Javadoc log levels
...
Issue gh-3757
10 years ago