Rob Winch
2288d50f0e
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://maven-gae-plugin.googlecode.com/svn/repository | https://maven-gae-plugin.googlecode.com/svn/repository | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 404 NOT_FOUND) | 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 | 42 |
| http://spring.io/spring-security | https://spring.io/spring-security | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://projects.spring.io/spring-security ) | null | 42 |
| http://www.apache.org/licenses/LICENSE-2.0.txt | https://www.apache.org/licenses/LICENSE-2.0.txt | HttpResponse(httpStatus = 200 OK) | null | 42 |
| 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
Rob Winch
9e56424567
SEC-2784: Update to Gradle 2.2.1
9 years ago
Rob Winch
c4a1f1b4a8
SEC-2965: Fix invalid formatted links in reference documentation
11 years ago
Rob Winch
7ecee8e733
SEC-3003: Document invalid intercept-url attributes for filter-security-metadata-source
11 years ago
Rob Winch
63a334317b
SEC-3019: Java Config for Http Basic supports Rememberme
11 years ago
Eugene Wolfson
99d503f0a9
SEC-2877: Fix doc typo in index.adoc
...
Replace "a`" with "a `"
11 years ago
izeye
58be282f70
SEC-2875: Fix typo in hellomvc guide
11 years ago
Rob Winch
b79ba12502
SEC-2777: Fix <header> attributes in doc
11 years ago
Christopher Pelloux
9de369c25f
SEC-2800 Documentation typo in class name
11 years ago
Rob Winch
eeef91498a
SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts()
11 years ago
Rob Winch
2cb99f0791
SEC-2688: CAS Proxy Ticket Authentication uses Service for host & port
12 years ago
Rob Winch
52c585aef1
SEC-2665: Fix samples/ldap-jc link in reference
12 years ago
Alexander Grüneberg
e0b4945fad
SEC-2577: Add missing whitespace in reference
12 years ago
Rob Winch
9133491da9
Revert "SEC-2547: Consistent CAS client version"
...
This reverts commit d9e87d8222 .
12 years ago
Rob Winch
3632564972
Revert "SEC-2547: Fix sample after updating CAS client version"
...
This reverts commit 7ea0d3d42f .
12 years ago
Rob Winch
7ea0d3d42f
SEC-2547: Fix sample after updating CAS client version
12 years ago
Hans-Joachim Kliemeck
d9e87d8222
SEC-2547: Consistent CAS client version
12 years ago
Grzegorz Rożniecki
3954e0b2c1
SEC-2556: Fix @Import example in manual
12 years ago
Rob Winch
2cad2f401b
SEC-2325: Polish CSRF Tag support
...
- Rename csrfField to csrfInput
- Make AbstractCsrfTag package scope
- rename FormFieldTag to CsrfInputTag
- rename MetaTagsTag to CsrfMetaTagsTag
- removed whitespace from tag output so output is
minimized & improving browser performance
- Update @since
- changed test names to be more meaningful
12 years ago
beamerblvd
3048e2c6e7
SEC-2325 Added JSP tags for CSRF meta tags and form fields
12 years ago
beamerblvd
561f284718
SEC-2335 Added ACL schema files for MySQL, SQL Server, Oracle
12 years ago
John Tims
afc6a6ee0d
SEC-2514: Fix typo in hellomvc.asc
...
packags -> packages
12 years ago
Manimaran Selvan
818be86d46
SEC-2512: Fix typo in reference`
...
udates -> updates
12 years ago
Rob Winch
6c35c33abe
SEC-2447: Fix AuthenticationManagerBuilder ordering issues
12 years ago
Rob Winch
b5f5665ea6
SEC-2463: CSRF documentation includes EnableWebMvcSecurity
12 years ago
Rob Winch
3b05fd6fed
SEC-2466: Add link to MultipartFilter in CSRF multipart section
12 years ago
Rob Winch
4c84805ac9
SEC-2466: CSRF MutipartFilter doc now uses <url-pattern>
12 years ago
Rob Winch
f09ce267b3
Polish MVC doc
12 years ago
Rob Winch
374aceed2b
Polish form.asc
12 years ago
Rob Winch
df703e0189
Polish hellomvc.asc
12 years ago
Rob Winch
8c580dc170
SEC-2444: Polish Thymeleaf for samples
12 years ago
Rob Winch
5205bf57c6
SEC-2453: Create 403 CSRF FAQ Entry
12 years ago
Rob Winch
b7041ed00e
SEC-2436: Add @EnableWebMvcSecurity
12 years ago
Rob Winch
4708287ad3
SEC-2444: Convert Java Config samples to thymeleaf and tiles
12 years ago
Rob Winch
0d12397662
SEC-2385: Polish Gradle Spring 4 usage doc
12 years ago
Rob Winch
035067caf4
SEC-2385: Polish Gradle Spring 4 usage doc
12 years ago
Rob Winch
548ed4e14a
Update samples to declare repository already added
12 years ago
Rob Winch
feeb380b51
Polish Guides
12 years ago
Rob Winch
ec524da6cb
SEC-2416: Fix Hello MVC guide
12 years ago
Rob Winch
fc6fc19eed
Fix guides
12 years ago
Rob Winch
74a6303b6f
SEC-2385: Document how to use with Spring 4
12 years ago
Rob Winch
4308e72573
Polish CSRF log in caveat with link
12 years ago
Rob Winch
b8cc42e3a3
SEC-2426: Add CSRF and logout with non-post example
12 years ago
Rob Winch
ab08d99a52
SEC-2421: Remove filterProcessUrl from UsernamePasswordAuthenticationFilter doc
12 years ago
Rob Winch
135df149a3
SEC-2423: Document differences between defaults in Java & XML Config
12 years ago
Rob Winch
0b996c669f
SEC-2424: Document ObjectPostProcessor
12 years ago
Rob Winch
5a59c74d02
SEC-2327: Document SecurityExpressionRoot
12 years ago
Rob Winch
4944e602cb
SEC-2402: Reference cleanup
...
* Fix link rendering in CSRF section
* Remove static from MultiHttpSecurityConfig sample
* Decrease indention since can render w/ PDF now
* Remove invalid characters
12 years ago
Rob Winch
f1f3acdf75
Fix guides spec
12 years ago
Rob Winch
c135179029
Update to latest Asciidoctor version
...
We will temporarily remove PDF support until the plugin supports it.
12 years ago