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
The following commit(s) were added to refs/heads/master by this push: new 17a87c0 Adds redirect to Security Bulletins 17a87c0 is described below commit 17a87c078f645a7309a98cd8a1ed1b33bde4a352 Author: Lukasz Lenart <lukasz.len...@gmail.com> AuthorDate: Tue Oct 31 07:06:52 2017 +0100 Adds redirect to Security Bulletins --- source/.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/.htaccess b/source/.htaccess index 90b4503..1706f8c 100644 --- a/source/.htaccess +++ b/source/.htaccess @@ -7,7 +7,8 @@ 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/S2-0$1 +RedirectMatch \/docs\/s2-0([0-9]{2})\.html https://cwiki.apache.org/confluence/display/WW/S2-0$1 +RedirectMatch \/docs\/security\-bulletins.html https://cwiki.apache.org/confluence/display/WW/Security+Bulletins RedirectMatch \/docs\/([a-zA-Z]+)-plugin\.html http://struts.apache.org/plugins/$1/ -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].