Commit Graph

12 Commits

Author SHA1 Message Date
Spring Operator
96fe463c23 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 43 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
2019-03-14 20:15:57 -05:00
Sebastian Staudt
8936168e85 Update requirements docs
Java 8 Update 40/45 are no longer supported due to SPNEGO
regression.

See #126
2018-10-22 11:10:23 -05:00
Janne Valkealahti
fb456d634f Updates to ref docs
- Add proposed changes to ref docs
- Fixes #37
2015-07-22 08:32:51 +01:00
Janne Valkealahti
186ce830a0 Ref doc updates 2015-03-26 09:45:00 +00:00
Janne Valkealahti
0b071bd35a Updates to ref docs 2015-03-25 14:14:56 +00:00
Janne Valkealahti
4bc60d1740 Drop extensions from package names
- Throughout the codebase dropping extensions
  from org.springframework.security.extensions.kerberos.
- Fixes #16
2015-03-25 08:00:09 +00:00
Janne Valkealahti
a30a5cd46a Fix typo in ref doc 2015-03-11 09:32:52 +00:00
Janne Valkealahti
c390b24547 Add better support for KerberosRestTemplate
- Better configuration model
- Updates to ref docs
- New boot based client sample
2015-03-11 09:19:59 +00:00
Janne Valkealahti
66c66892cf Remove bogus file 2015-03-10 17:43:07 +00:00
Janne Valkealahti
2bd3762921 Reference doc updates 2015-03-10 17:40:08 +00:00
Janne Valkealahti
8e3c8646a6 Updates to ref docs 2015-03-06 13:25:11 +00:00
Janne Valkealahti
49eaab45ee Start of new ref doc structure with asciidoc 2015-03-05 12:50:41 +00:00