Redirect to new spring.io project page

Fixes: gh-123
This commit is contained in:
Josh Cummings
2018-05-31 07:46:20 -06:00
committed by Rob Winch
parent 501bef636d
commit e4d57bbef0

View File

@@ -1,67 +1,11 @@
---
# The name of your project
title: Spring Security Kerberos
badges:
# Specify your project's twitter handle, if any. Delete if none.
twitter: SpringSecurity
# Customize your project's badges. Delete any entries that do not apply.
custom:
- name: Source (GitHub)
url: https://github.com/spring-projects/spring-security-kerberos
icon: github
- name: Issues (GitHub)
url: https://github.com/spring-projects/spring-security-kerberos/issues
icon: tracking
- name: CI (Bamboo)
url: https://build.springsource.org/browse/SES
icon: ci
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-security
icon: stackoverflow
---
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang="en-US">
<!-- Specify the parent of this project (or delete if none) to influence the rendering of the breadcrumb -->
{% capture parent_link %}
[Spring Security]({{site.projects_site_url}}/spring-security)
{% endcapture %}
{% capture billboard_description %}
Spring Security Extension for use with Kerberos.
{% endcapture %}
{% capture main_content %}
With the Spring Security Kerberos Extension, your users are authenticated against your web application just by opening the URL. There is no need to enter a username/password and no need to install additional software.
<span id="quick-start"></span>
## Quick Start
{% include download_widget.md %}
{% endcapture %}
{% capture related_resources %}
### Resources
* [Quick Start](http://blog.springsource.com/2009/09/28/spring-security-kerberos/)
* [Samples](https://github.com/spring-projects/spring-security-kerberos/tree/master/spring-security-kerberos-samples)
* [Spring Security]({{site.projects_site_url}}/spring-security)
{% endcapture %}
{% include project_page.html %}
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="http://spring.io/projects/spring-security-kerberos">
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-security-kerberos">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="http://spring.io/projects/spring-security-kerberos">Click here if you are not redirected.</a>
<script>location="http://spring.io/projects/spring-security-kerberos"</script>
</html>