Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D268DE5C for ; Fri, 17 Aug 2012 10:27:44 +0000 (UTC) Received: (qmail 35339 invoked by uid 500); 17 Aug 2012 10:27:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 35264 invoked by uid 500); 17 Aug 2012 10:27:43 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 35237 invoked by uid 99); 17 Aug 2012 10:27:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 10:27:42 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.232.224.74] (HELO mailout05.vodafone.com) (195.232.224.74) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2012 10:27:34 +0000 Received: from mailint05 (localhost [127.0.0.1]) by mailout05 (Postfix) with ESMTP id 0B50D1462B7 for ; Fri, 17 Aug 2012 12:27:12 +0200 (CEST) Received: from VOEXC05W.internal.vodafone.com (voexc05w.dc-ratingen.de [145.230.101.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mailint05 (Postfix) with ESMTPS id F3F2B146214 for ; Fri, 17 Aug 2012 12:27:11 +0200 (CEST) Received: from VOEXM09W.internal.vodafone.com ([169.254.1.191]) by VOEXC05W.internal.vodafone.com ([145.230.101.25]) with mapi id 14.01.0355.002; Fri, 17 Aug 2012 12:28:36 +0200 From: =?iso-8859-1?Q?Pl=FCm=2C_R=FCdiger=2C_Vodafone_Group?= To: "'dev@httpd.apache.org'" Subject: RE: svn commit: r1374185 - in /httpd/httpd/trunk: CHANGES modules/lua/mod_lua.c Thread-Topic: svn commit: r1374185 - in /httpd/httpd/trunk: CHANGES modules/lua/mod_lua.c Thread-Index: AQHNfGIlgsHRESwDFkmVm4Y6HmJFdZddqsuAgAAh6zA= Date: Fri, 17 Aug 2012 10:28:29 +0000 Message-ID: In-Reply-To: <502E1BF7.6030000@cord.dk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [145.230.12.25] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Please change the svn:log revision property for this revision such that you= r comment is documented in Subversion properly. Regards R=FCdiger=20 -----Original Message----- From: Daniel Gruno =20 Sent: Friday, August 17, 2012 12:25 PM To: dev@httpd.apache.org Subject: Re: svn commit: r1374185 - in /httpd/httpd/trunk: CHANGES modules/= lua/mod_lua.c On 08/17/2012 12:19 PM, Guenter Knauf wrote: > Daniel, > Am 17.08.2012 11:41, schrieb humbedooh@apache.org: >> Author: humbedooh >> Date: Fri Aug 17 09:41:46 2012 >> New Revision: 1374185 >> >> URL: http://svn.apache.org/viewvc?rev=3D1374185&view=3Drev >> Log: (empty) > can you please also provide a log entry? >=20 > G=FCn. >=20 >=20 I'm very sorry about that, something ate my log entry, it seems. I can provide one here if that will do the trick: mod_lua: Allow scripts handled by the lua-script handler to set a return code that will be sent to the client, such as 302, 500 etc. This will allow scripts to be able to f.x. redirect a user to another page by returning 302. If there's anything else I do (somewhere I need to provide this entry), I'm all ears. With regards, Daniel.