You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/28 19:01:24 UTC

svn commit: r1767066 - /shiro/site/publish/static/.htaccess

Author: bdemers
Date: Fri Oct 28 19:01:23 2016
New Revision: 1767066

URL: http://svn.apache.org/viewvc?rev=1767066&view=rev
Log:
fixed dead links with redirects (dedected by google)

Modified:
    shiro/site/publish/static/.htaccess

Modified: shiro/site/publish/static/.htaccess
URL: http://svn.apache.org/viewvc/shiro/site/publish/static/.htaccess?rev=1767066&r1=1767065&r2=1767066&view=diff
==============================================================================
--- shiro/site/publish/static/.htaccess (original)
+++ shiro/site/publish/static/.htaccess Fri Oct 28 19:01:23 2016
@@ -9,5 +9,5 @@ RedirectMatch /static/1.2.1/shiro-cas(.*
 RedirectMatch /static/1.2.1/shiro-aspectj(.*) /static/1.2.6/shiro-aspectj/$1
 RedirectMatch /static/1.2.1/shiro-spring(.*) /static/1.2.6/shiro-spring/$1
 RedirectMatch /static/1.2.1/shiro-guice(.*) /static/1.2.6/shiro-guice/$1
-RedirectMatch /static/1.2.1/shiro-web(.*) /static/1.2.6/shiro-web/$
+RedirectMatch /static/1.2.1/shiro-web(.*) /static/1.2.6/shiro-web/$1
 RedirectMatch /static/1.2.1/shiro-features(.*) /static/1.2.6/shiro-features/$1