Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 98415 invoked from network); 28 Nov 2003 07:31:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Nov 2003 07:31:05 -0000 Received: (qmail 23146 invoked by uid 500); 28 Nov 2003 07:30:41 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 23132 invoked by uid 500); 28 Nov 2003 07:30:41 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 23113 invoked from network); 28 Nov 2003 07:30:40 -0000 Received: from unknown (HELO saturn.ecos.de) (194.95.226.10) by daedalus.apache.org with SMTP; 28 Nov 2003 07:30:40 -0000 Received: from lnx1.i.ecos.de (c11.shuttle.de [194.95.226.11]) by saturn.ecos.de (Postfix) with ESMTP id 8D522D88A6; Fri, 28 Nov 2003 08:30:51 +0100 (MET) Received: from wingr2 (unknown [10.11.12.200]) by lnx1.i.ecos.de (Postfix) with SMTP id 639651594A6; Fri, 28 Nov 2003 08:30:51 +0100 (MET) Message-ID: <018501c3b581$785ceb70$c80c0b0a@wingr2> From: "Gerald Richter" To: "Doug Rayner" Cc: References: <00ef01c3b37e$de32d3b0$1f00a8c0@Doug> <050801c3b3a0$31111c10$c80c0b0a@wingr2> <017201c3b457$96af9670$1f00a8c0@Doug> Subject: Re: Input Escaping (was:Shared sessions) Date: Fri, 28 Nov 2003 08:30:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, > > I wonder if I could ask you a couple of other questions? Of course you can ask questions, but the right place to do this is on the embperl mailing list. > We are > testing with the lastest stable release (1.3.6): > > 1) I had trouble opening/reading a file in a [- -] block in a > template. The code looked something like this: > > [- > if (open(QFILE, "")) { > while () { > ... You need to set the option optRawInput in your httpd.conf > > [- > $escmode = 0; > $extraOption = ''; > -] > Same problem here. optRawInput turns of the unecsping on the input side (which is necessary for html editors like frontpage or dreamweaver). In 1.3 input unescaping is on by default, this changed in 2.0 where it is off by default. Gerald -------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh IT-Securityl�sungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: richter@ecos.de Voice: +49 6133 939-122 WWW: http://www.ecos.de/ Fax: +49 6133 939-333 -------------------------------------------------------------- | | ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info | +------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org