Revision history for Perl extension Authen::Simple::HTTP
- work around for libwww-perl 6.x+ when used in a persistent environment.
LWP::UserAgent sub credentials and get_basic_credentials changed and now
cache data per-instance differently than before.
LWP::Authen::Basic calls credentials directly, which will get the previously
used credentials under this new version of LWP. This breaks persistent usage
of Authen::Simple::HTTP (ex. using it undef mod_perl).
0.2 2006-01-12 00:00
- use HEAD method instead of GET.
0.1 2006-01-03 00:00
- first release
|