Re: EPO examples

2001-08-01 Thread Lukas Zapletal
>$obj, as you use it above, is intented if need an second object with >different inherece hierachie. Also you can store data in $obj, it is only >available to the pages that have access to $obj, so you have to store $obj >somewhere, e.g. in $req -> {obj}. I wonder I do not understand can you give

embperl security info

2001-08-01 Thread Jack Cushman
Hi-- I have been doing final security checks before bringing a website live -- making sure that users can't manually enter post data to see things they shouldn't. My employer is naturally curious about any security issues that tend to aflict embperl/mod_perl/cgi. While we have followed common sen

Re: Upload-problem with IE

2001-08-01 Thread Gerhard Egger <[EMAIL PROTECTED]>
that worked, thank you! Gerhard On Wed, 1 Aug 2001, Gerald Richter wrote: > > > > [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of > > CGI.pm failed: Malformed multipart POST > > > > That is handled by CGI.pm and the error message is from CGI.pm, so maybe > upgrading CGI.

Re: Upload-problem with IE 2

2001-08-01 Thread Gerald Richter
> Embperl 1.3.1 You should also upgrade Embperl to 1.3.3, because 1.3.3 handles errors in CGI.pm much better Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Upload-problem with IE

2001-08-01 Thread Gerald Richter
> > [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of > CGI.pm failed: Malformed multipart POST > That is handled by CGI.pm and the error message is from CGI.pm, so maybe upgrading CGI.pm to a newer version may help... Let me know if this solves your problem Gerald

Upload-problem with IE

2001-08-01 Thread Gerhard Egger <[EMAIL PROTECTED]>
hi all, when uploading a file using our Embperl script with a certain browser version (sorry i can't tell which) the server-request quits with: [Tue Jul 31 18:05:38 2001] [error] [31481]ERR: 44: Line 1: Setup of CGI.pm failed: Malformed multipart POST it works fine with all our (NS- & IE-) bro