header woes

2002-06-13 Thread Arnold van Kampen
($type), end_html; } 1; __END__ Arnold van Kampen

Re: header woes

2002-06-13 Thread Arnold van Kampen
Sorry, forgot the error message: Use of uninitialized value in join or string at (eval 9) line 16. [ = my $type = $table-{'Content-type'}; ] On Thu, 13 Jun 2002, Arnold van Kampen wrote: Hi Why do I have have so much trouble doing some header parsing? I am doing header

Apache::TicketAccess

2002-05-31 Thread Arnold van Kampen
Hi Where did it go? Arnold

dso

2002-05-29 Thread Arnold van Kampen
Hi Some messages ago, someone still mentioned that modperl had been - compiled in -, when describing his configuration, that he was having trouble with. Does this mean it is still better to compile it in instead of using mod_perl as a dso? Arnold

PerlWarn/AxKit - insecure dependency

2002-05-29 Thread Arnold van Kampen
Hi I have been going through the code example on www.perl.com (XSP, Taglibs and Pipelines) I noticed I get a problem with PerlWarn On PerlTaintCheck On in httpd.conf. So, when I turn PerlWarn Off and PerlTaintCheck Off it works. Main error message: [AxKit] [Error] Insecure dependency in

Re: oddities

2002-01-24 Thread Arnold van Kampen
Only thing I my self find sofar is that I should be using the sticky tag under textfield: textfield(-name='fieldsname', -override=1); or use force in stead of override.. Ok I did not see that right away but I find the differences in behaviour quite puzzling. Arnold van Kampen On Sat, 12

Re: Cross-site Scripting prevention with Apache::TaintRequest

2002-01-23 Thread Arnold van Kampen
Does anybody have an example(s) of how this kind of abuse is actually working? All the time I have just been lucky then I guess. Arnold van Kampen On Tue, 22 Jan 2002, Perrin Harkins wrote: Yes and no. XSS attacks are possible on old browsers, when the charset is not set (something

Re: oddities

2002-01-13 Thread Arnold van Kampen
Ok, that works! But I never realized this before. Quite contra intuitive. And what about the /per/ dir... So if you could still be so kind as to look at the code sample below: On Sat, 12 Jan 2002, Ged Haywood wrote: Hi again, On Sat, 12 Jan 2002, Arnold van Kampen wrote: (only

oddities

2002-01-12 Thread Arnold van Kampen
Hi What could be wrong in this few lines: It is supposed to add 10 to the value in the textfield after each submission. I tried it on another pc too, same result. (one I leave alone most of the time; no messing around) I also tried it under the perl directory (Apache::Registry) I tried using

Re: oddities

2002-01-12 Thread Arnold van Kampen
wrote: Hi there, On Sat, 12 Jan 2002, Arnold van Kampen wrote: What could be wrong in this few lines: It is supposed to add 10 to the value in the textfield after each submission. Sounds supiciously like you're using Apache on a system which allows Apache to have many child processes