From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id 4958C3798
 for <web@dpdk.org>; Thu, 26 May 2016 14:35:59 +0200 (CEST)
Received: by mail-wm0-f54.google.com with SMTP id n129so224898716wmn.1
 for <web@dpdk.org>; Thu, 26 May 2016 05:35:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:user-agent:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=2urD0SlciOsvy/hX4SfpdqgAOrSADxvWpMniJXY1Vrs=;
 b=FSe2mXPwCZblLHnTkI9n+MLgyYXSlYQt9NsX8eqgxDdBL85RCXqzApTJe6Feb9Ith3
 0iqT33/qCFqRP4gtJi/jnAYBWHwPDVFEFphh9VC/bmVKvEmHYRLkifYfBBhPl3UoN1WJ
 DRyg61uU0RvMUUwONK5pMZaIEGHrvNI3lMWgiBklqa06ejXBpf2RQBKIkJfKPeMR0+a8
 NxslWa0MJJ/DHcc3eZx+QgbNYqJeG2/dkbihZV2RF9KdPZQ83uaCcaeZWwB4LiQjLcZM
 C9+Jv4+8JYbnnaDxGNbu/Yvjz3DnRLBPA4TFLRZAQIaqx1hYJpxuuzqI4FCVs0yB0VDP
 nkIQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=2urD0SlciOsvy/hX4SfpdqgAOrSADxvWpMniJXY1Vrs=;
 b=kzPCl7M+/VoZUXvxKKrcZ9RXlIU8L8XK0BthSIbyyw8t35lCuWdnkRY9wgORMsJ2Z5
 sKUdDS7gk9qvLitG6mNublJ51bme+iJ12+5o1LodQuFx7ahZFJti//elzY0tHRStn86+
 kpGRCtSpT1XPb7Cml4DOhlxHM3RGl6qkK3lS7SrKk+rYdTsBkUg2dlZjnTp9f3z/2z+E
 O8qsZyX5hT/SyzH3/+nfmopNL5+8xvxG1W2xGDT1r6EYvApo1e8uLilC9/z2dAiaJaGE
 TRKBCnYk/5Mv7tXDx3+EmUQlMtUA1L+V9FQ7Wl7beJblpc58Fg1bHlb1aoTtDJfxJd7U
 Dx1w==
X-Gm-Message-State: ALyK8tJT+0BPPytIJMiEQf6sCU52daa8EAEJJCdeGIAq05ZqW/0NghaOw4zgfXlDu8t9zPeN
X-Received: by 10.194.216.33 with SMTP id on1mr9290573wjc.120.1464266159065;
 Thu, 26 May 2016 05:35:59 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id jr8sm14157909wjb.15.2016.05.26.05.35.58
 for <web@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 26 May 2016 05:35:58 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Thu, 26 May 2016 14:35:57 +0200
Message-ID: <3273112.FI7tEE7Wu0@xps13>
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1464119357-10064-1-git-send-email-thomas.monjalon@6wind.com>
References: <1464119357-10064-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-web] [PATCH] use full URLs in error pages
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2016 12:35:59 -0000

2016-05-24 21:49, Thomas Monjalon:
> In order to serve 403 and 404 error pages outside of the web
> domain, the resources (css/img) must be pointed with an absolute
> full URL.
> The navigation links are also absolute to provide access to good pages
> when trying to access to a wrong sub-domain (e.g. error.dpdk.org).
> 
> The page 403 is new and copied from 404.
> 
> The full URL is stripped in the local server to be able to test these
> pages with local resources.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied without error