Cross Site Scripting

2003-03-11 Thread Clinton Gormley
On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: Changes since 0.7 * prevent cross-site scripting, now HTML-escaping the request field In Stas' Apache::VMonitor announcement, he mentions changes to prevent cross site scripting. This is a concern for me at the moment, because I'm building a

Re[2]: [mp2] What happened to $r-connection-remote_addr?

2003-03-11 Thread Kamil
SB 1.99_05 is one 7 months old. Please test it again with the released 1.99_08 or SB even better with the current cvs: SB http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution SB As for missing methods reports, see: SB

Re[2]: [mp2] What happened to $r-connection-remote_addr?

2003-03-11 Thread Kamil
SB 1.99_05 is one 7 months old. Please test it again with the released 1.99_08 or SB even better with the current cvs: SB http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution SB As for missing methods reports, see: SB

Re: Cross Site Scripting

2003-03-11 Thread Matt Sergeant
On Tue, 11 Mar 2003, Clinton Gormley wrote: On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: Changes since 0.7 * prevent cross-site scripting, now HTML-escaping the request field In Stas' Apache::VMonitor announcement, he mentions changes to prevent cross site scripting. This is a

Re: Cross Site Scripting

2003-03-11 Thread Nathan Byrd
On Tue, 2003-03-11 at 02:58, Clinton Gormley wrote: On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: Changes since 0.7 * prevent cross-site scripting, now HTML-escaping the request field In Stas' Apache::VMonitor announcement, he mentions changes to prevent cross site scripting. This

Re: Reading an array from perl script

2003-03-11 Thread Perrin Harkins
Stas Bekman wrote: I used IPC::Shareable for sharing 3 arrays between 2 process . Among those, 2 are 2D arrays and one is 3D array. Its woking fine for 2D arrays but does not work for 3D array. If I modify the values in the 3D array its not reflecting in the main script itself. That sounds

mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Goehring, Chuck Mr., RCI - San Diego
Dear mod_perlers, I'm building mod_perl-1.99_08 for apache2. Currently have the following built: httpd-2.0.44 openssl-0.9.7a.tar.gz perl-5.8.0.tar.gz zlib-1.1.4.tar.gz In order to run the tests for mod_perl, I had to install libwin32-0.191.tar.gz (to get Process.pm and ???). This lib bombed

[mp2] Using DBI instead of Apache::DBI

2003-03-11 Thread Georg Botorog
Hello, In mod_perl1, using persistent (Apache::DBI) and dedicated, per-user connections (DBI) on the same machine required running two Apache instances, one with Apache::DBI and the other without it. Has anything about that changed in mod_perl2? Moreover, how does Apache2 know it has

RE: mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Goehring, Chuck Mr., RCI - San Diego
Randy Yeah, I skipped the nmake install for libwin. Added all the other stuff and works much better. Thanks for all your efforts to help us. Chuck -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:56 AM To: Goehring, Chuck Mr., RCI - San

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Svein E. Seldal
Hi, Thanks for your help. I'm closer to my goal, thanks to you. However, I have more questions, and I'd hoped you'd enlighten me. I'm reading a lot of documentation on the web about MP2, but I need some more information to clear things out, and to stitch all these small threads of information

Re: [mp2] Using DBI instead of Apache::DBI

2003-03-11 Thread Stas Bekman
Georg Botorog wrote: Hello, In mod_perl1, using persistent (Apache::DBI) and dedicated, per-user connections (DBI) on the same machine required running two Apache instances, one with Apache::DBI and the other without it. Has anything about that changed in mod_perl2? Moreover, how does Apache2

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Nick Tonkin
On Tue, 11 Mar 2003, Svein E. Seldal wrote: Hi, Thanks for your help. I'm closer to my goal, thanks to you. However, I have more questions, and I'd hoped you'd enlighten me. I'm reading a lot of documentation on the web about MP2, but I need some more information to clear things out, and to

Re: Cross Site Scripting

2003-03-11 Thread Ilya Martynov
On 11 Mar 2003 10:58:01 +0200, Clinton Gormley [EMAIL PROTECTED] said: CG On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: CG Changes since 0.7 CG * prevent cross-site scripting, now HTML-escaping the request field CG In Stas' Apache::VMonitor announcement, he mentions changes to CG

Need Help With Apache::Filter (mod 1.x)

2003-03-11 Thread David Culp
I need help with the Apache::Filter and Apache::OutputChain modules. I've read all the documentation and review the few examples. I've installed the modules, but "it is still not working". What I want to accomplish: I have done via Apache 2.0 mod_ext_filter. However, I am forced to revert

Re: Need Help With Apache::Filter (mod 1.x)

2003-03-11 Thread Stas Bekman
David Culp wrote: Any Examples of Apache::Filter would be greatly appreciated. http://www.cpan.org/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz p.s. Apache-Clean-2.x is for mp2. __ Stas BekmanJAm_pH -- Just

mod_perl + GnuPG

2003-03-11 Thread Gareth Palmer
I'm getting a strange error while trying to using the GnuPG module while running under mod_perl (everything works fine when executing from a shell) The message is: Can't locate object method OPEN via package Apache::RequestRec (perhaps you forgot to load Apache::RequestRec?) at

Need Help With Apache::Filter

2003-03-11 Thread David Culp
I need help with the Apache::Filter and Apache::OutputChain modules. I've read all the documentation and review the few examples. I've installed the modules, but "it is still not working". What I want to accomplish: I have done via Apache 2.0 mod_ext_filter. However, I am forced to revert

Job tracking and publishing question.

2003-03-11 Thread Thomas Whitney
Hi, I want to implement a job tracking and database publishing system and hoping for some assistance. My company does short run 4 color digital printing. Because it is short urn we handle multiple jobs every day. I developed an online bidding system; it use Apache, mod_perl, and mysql. Now I

Re: Need Help With Apache::Filter (mod 1.x) - Results

2003-03-11 Thread David Culp
Stas wrote: http://www.cpan.org/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz p.s. Apache-Clean-2.x is for mp2. Thanks Stas ! Looking in the tar file and at modperl_extra.pl, I was able to use the syntax and methods/properties to update my perl file. I was able to change some of

Re: Job tracking and publishing question.

2003-03-11 Thread Les Mikesell
From: Thomas Whitney [EMAIL PROTECTED] I want to implement a job tracking and database publishing system and hoping for some assistance. My company does short run 4 color digital printing. Because it is short urn we handle multiple jobs every day. I developed an online bidding system; it