From patchwork Tue Jul 1 12:12:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 366091 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 89579140096 for ; Tue, 1 Jul 2014 22:13:09 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=CWO6gNBT7Ti7sO7Klkug46XQ81WAomBsC9qt0fb5r+q1S22uGL 3eiJhQPKzrT1C6dsriTxu9kRdytA9nNikQMB/SYxNSt5tY3vnljuxFgDLZ3Pmgo5 h/22+wmdWvvzFLluZzwZPDFDdBH/f9YKpk4yBN7K6qz7zjdLpa6fxw72Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=u0FcW2oR1yj5POMVcGDQgwkOW4U=; b=pfqPEySS8fzFlT89E/Hr CklyVg1psAm8u7FumFI307p4PFp43BQOw6F/CBBSYgfejpxSKOuUF0xcwWYiFVrO sdsYxWRwaZqBDQ3Yf4DCkMs4OBOzlwcyAaPm/eMmSKVdyOs0zsA2/LKL2qXO/k1q DHzFZ5w/aKAhyqcUHY1wa1Q= Received: (qmail 25151 invoked by alias); 1 Jul 2014 12:12:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 25069 invoked by uid 89); 1 Jul 2014 12:12:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 01 Jul 2014 12:12:50 +0000 Received: from [192.168.0.131] (vie-188-118-252-235.dsl.sil.at [188.118.252.235]) by ainaz.pair.com (Postfix) with ESMTPSA id 94E6F3F419; Tue, 1 Jul 2014 08:12:47 -0400 (EDT) Date: Tue, 1 Jul 2014 14:12:46 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org cc: Tobias Burnus Subject: [wwwdocs, Java] Merge java/.htaccess into top level .htaccess and convert to https Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes 2014-07-01 Gerald Pfeifer * .htaccess: Merge java/.htaccess into top level .htaccess and convert to https. Committed. Index: java/.htaccess =================================================================== RCS file: java/.htaccess diff -N java/.htaccess --- java/.htaccess 4 May 2001 16:24:26 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -Redirect permanent /java/FAQ.html http://gcc.gnu.org/java/faq.html -Redirect permanent /java/gcj.html http://gcc.gnu.org/java/index.html -Redirect permanent /java/libgcj.html http://gcc.gnu.org/java/index.html -Redirect permanent /java/about.html http://gcc.gnu.org/about.html Index: .htaccess =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v retrieving revision 1.32 diff -u -r1.32 .htaccess --- .htaccess 11 Jun 2014 17:45:32 -0000 1.32 +++ .htaccess 1 Jul 2014 11:15:26 -0000 @@ -42,6 +42,11 @@ Redirect permanent /onlinedocs/g77_bugs.html https://gcc.gnu.org/onlinedocs/g77/Trouble.html Redirect permanent /onlinedocs/g77/ https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/ +Redirect permanent /java/FAQ.html https://gcc.gnu.org/java/faq.html +Redirect permanent /java/gcj.html https://gcc.gnu.org/java/ +Redirect permanent /java/libgcj.html https://gcc.gnu.org/java/ +Redirect permanent /java/about.html https://gcc.gnu.org/about.html + Redirect permanent /bugs.html https://gcc.gnu.org/bugs/ Redirect permanent /c9xstatus.html https://gcc.gnu.org/c99status.html Redirect permanent /cvswrite.html https://gcc.gnu.org/svnwrite.html