inter is at the end of __DATA__. I worked around this
by storing DATA's position in a package-level global variable:
$pos = tell DATA unless $pos;
{ local $/; seek DATA, $pos, 0; $data = ; }
Is my analysis correct and is there a better solution?
Elizabeth Cortell
Web Developer
Rotary Int
Brian,
Yes, it's frustrating. I got it to work by
a) protecting the docroot with a Directory directive
b) placing the LOGIN outside the docroot (in a sibling directory, error) and
specifying it with a Location directive
Rafael suggested the Location directive around the same time it occurred
that would permit LOGIN to invoke
Apache::AuthCookie->login correctly but still protect the entire docroot?
Elizabeth Cortell
Web Developer
Rotary International
[EMAIL PROTECTED]
www.rotary.org
847-866-3261
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.ap