Re: Getting data from external URL

2000-08-29 Thread Steve Reppucci
Hmmm Looking at _trivial_http_get: if ($code =~ /^30[1237]/ && $buf =~ /\012Location:\s*(\S+)/) { # redirect So it certainly seems like it's *trying to handle it. As I recall (it was a late night when I had an application that wasn't working), I had single stepped down into

EmbperlFilter startup weirdness

2000-08-29 Thread Tim Carroll
Greetings all, I never noticed this in my error_log before I upgraded to the most recent Apache/mod_perl/Embperl(beta)-- but on Apache startup I get the following when I invoke Apache::EmbperlFilter in http.conf: Constant subroutine dbgAll redefined at /usr/lib/perl5/5.00503/constant.pm line 17

Re: EmbperlFilter startup weirdness

2000-08-29 Thread Gerald Richter
Hi, > > I never noticed this in my error_log before I upgraded to the most > recent Apache/mod_perl/Embperl(beta)-- but on Apache startup I get the > following when I invoke Apache::EmbperlFilter in http.conf: > > Constant subroutine dbgAll redefined at /usr/lib/perl5/5.00503/constant.pm line 175

Re: Getting data from external URL

2000-08-29 Thread Gisle Aas
Steve Reppucci <[EMAIL PROTECTED]> writes: > Just a word of warning: LWP::Simple doesn't follow redirects (at least, > the last I checked, not sure if it's been changed in the 3 or 4 > months since I've last used it...), If it does not follow redirects then that is a bug. Do you have a test cas