Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BE1732009D9 for ; Thu, 19 May 2016 18:14:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B9852160A00; Thu, 19 May 2016 16:14:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0FB6A1609AE for ; Thu, 19 May 2016 18:13:59 +0200 (CEST) Received: (qmail 52171 invoked by uid 500); 19 May 2016 16:13:58 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 52161 invoked by uid 99); 19 May 2016 16:13:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 16:13:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C01DE180536 for ; Thu, 19 May 2016 16:13:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.402 X-Spam-Level: X-Spam-Status: No, score=-2.402 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=comtrade.com Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2uwGJso66i4I for ; Thu, 19 May 2016 16:13:57 +0000 (UTC) Received: from ywall.comtrade.com (ywall.comtrade.com [193.169.48.49]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id F124B5F1E9 for ; Thu, 19 May 2016 16:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comtrade.com; s=mail; h=From:From:To:CC:Subject:Date:Message-Id:Content-Type:Received:Received:Received; bh=9WIJgF1jNbF5zBaUg8iga2UU5mDspwY3q5sldlRxpls=; b=gAss7n4U96dk0UXM6Ris3isnTdZaFiUZ+zbXd5DX1KUtkBpEunqcK7IX3bWGc8V381KmY3MFatkoG+F3oA8J7GBPaEj+r5PUoFC0N275WJGF64XSjRIC0DE3lwm4QrA9/Eof0ABfP7T1UiXmCFub8kTJJRpy1g8OIyPIfG7XiUc=; Received: from mailedge.hermes.si ([10.17.200.202]) by ywall.comtrade.com over TLS secured channel (TLSv1:ECDHE-RSA-AES256-SHA:256) with XWall v3.52h. ; Thu, 19 May 2016 18:13:50 +0200 Received: from MAIL.hermes.si (10.17.200.201) by MAILEDGE.hermes.si (10.17.200.202) with Microsoft SMTP Server (TLS) id 14.3.279.2; Thu, 19 May 2016 18:12:52 +0200 Received: from MAIL.hermes.si ([10.17.200.201]) by mail.hermes.si ([10.17.200.201]) with mapi id 14.03.0279.002; Thu, 19 May 2016 18:13:49 +0200 Thread-Topic: RequestHeader can not match single space char? Thread-Index: AdGx6Qpo4FM6IniARXKqFWZVuvjA5A== X-MS-Has-Attach: X-MS-TNEF-Correlator: From: =?iso-8859-2?Q?David=20Bala=BEic?= To: "users@httpd.apache.org" Date: Thu, 19 May 2016 18:13:48 +0200 X-Assembled-By: XWall v3.52h. Message-ID: <4BECF8F2CDD74E4A8127421DB201BA2B68F89149@mail.hermes.si> X-XWALL-BCKS: auto Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: [users@httpd] RequestHeader can not match single space char? archived-at: Thu, 19 May 2016 16:14:00 -0000 Hi! I have apache 2.4.7-1ubuntu4.9 (on Ubuntu 14.04.4 64bit) and while this wor= ks: RequestHeader edit Some-Header " M" "X"=A0 This does not: RequestHeader edit Some-Header " " "X"=20 Am I missing something obvious? The first one matches a pair of space and capital M and replaces them with X= =2E The later does not seem to do anything (to the same test data). I also tried using "\s", but it also does not seem to work. Help! David Bala=BEic Software Engineer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org