You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/10/27 16:37:11 UTC

[struts-site] branch master updated (68876f8 -> f9ee640)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


    from 68876f8  Drops links to old docs and adds proper redirects
     new a1875db  Adds proper redirect to Security Guides
     new f9ee640  Adds redirects for plugins

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/.htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].

[struts-site] 01/02: Adds proper redirect to Security Guides

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit a1875db9c23f367f1d902154f0b1f4e2b0b36404
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Oct 27 18:31:57 2017 +0200

    Adds proper redirect to Security Guides
---
 source/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/.htaccess b/source/.htaccess
index c5d94cc..505c87c 100644
--- a/source/.htaccess
+++ b/source/.htaccess
@@ -7,7 +7,7 @@ RedirectMatch \/docs\/version\-notes\-22([0-9]{1,2})+\.html   https://cwiki.apac
 RedirectMatch \/docs\/version\-notes\-21([0-9]{1,2})+\.html   https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.1.$1
 RedirectMatch \/docs\/version\-notes\-20([0-9]{1,2})+\.html   https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.0.$1
 
-RedirectMatch \/docs\/s2-0([0-9]{2}).html                     https://cwiki.apache.org/confluence/display/WW/Security+Bulletin+S2-0$1
+RedirectMatch \/docs\/s2-0([0-9]{2}).html                     https://cwiki.apache.org/confluence/display/WW/S2-0$1
 
 RedirectMatch \/2.*\/docs\/(.*)?                    http://struts.apache.org/docs/$1
 RedirectMatch \/release\/2.*\/(.*)?                 http://struts.apache.org/$1

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.

[struts-site] 02/02: Adds redirects for plugins

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit f9ee64067febd86a8a43abd512fadedfc0b8bb91
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Oct 27 18:37:00 2017 +0200

    Adds redirects for plugins
---
 source/.htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/.htaccess b/source/.htaccess
index 505c87c..90b4503 100644
--- a/source/.htaccess
+++ b/source/.htaccess
@@ -9,6 +9,8 @@ RedirectMatch \/docs\/version\-notes\-20([0-9]{1,2})+\.html   https://cwiki.apac
 
 RedirectMatch \/docs\/s2-0([0-9]{2}).html                     https://cwiki.apache.org/confluence/display/WW/S2-0$1
 
+RedirectMatch \/docs\/([a-zA-Z]+)-plugin\.html                http://struts.apache.org/plugins/$1/
+
 RedirectMatch \/2.*\/docs\/(.*)?                    http://struts.apache.org/docs/$1
 RedirectMatch \/release\/2.*\/(.*)?                 http://struts.apache.org/$1
 RedirectMatch \/2.*\/(.*)?                          http://struts.apache.org/$1

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.