Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35AC910735 for ; Thu, 15 Aug 2013 09:42:56 +0000 (UTC) Received: (qmail 71837 invoked by uid 500); 15 Aug 2013 09:42:48 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 71799 invoked by uid 500); 15 Aug 2013 09:42:46 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 71791 invoked by uid 99); 15 Aug 2013 09:42:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 09:42:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 09:42:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D2AB72388906; Thu, 15 Aug 2013 09:42:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1514220 - in /sling/site/trunk/content/site: .htaccess manipulating-content-the-slingpostservlet-servletspost.html Date: Thu, 15 Aug 2013 09:42:20 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130815094220.D2AB72388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Thu Aug 15 09:42:20 2013 New Revision: 1514220 URL: http://svn.apache.org/r1514220 Log: remove old post servlet page and redirect Removed: sling/site/trunk/content/site/manipulating-content-the-slingpostservlet-servletspost.html Modified: sling/site/trunk/content/site/.htaccess Modified: sling/site/trunk/content/site/.htaccess URL: http://svn.apache.org/viewvc/sling/site/trunk/content/site/.htaccess?rev=1514220&r1=1514219&r2=1514220&view=diff ============================================================================== --- sling/site/trunk/content/site/.htaccess (original) +++ sling/site/trunk/content/site/.htaccess Thu Aug 15 09:42:20 2013 @@ -56,3 +56,4 @@ Redirect Permanent /site/wiki.html http: Redirect Permanent /site/wrap-or-decorate-resources.html /documentation/the-sling-engine/wrap-or-decorate-resources.html Redirect Permanent /site/xslt-processing-pipeline.html /old-stuff/scriptengineintegration/xslt-processing-pipeline.html Redirect Permanent /site/commons-html-utilities.html /documentation/bundles/commons-html-utilities.html +Redirect Permanent /site/manipulating-content-the-slingpostservlet-servletspost.html /documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html