Hi Philip,
I'm having trouble reproducing the bug outside of
Apache::ASP. HTML::FillInForm should escape the double quotes. Could you
post a small test script that shows the bug with
HTML::FillInForm? Thanks, TJ
> Philip Mak wrote:
> >
> > Summary: HTML::FillInForm chokes if the value has
The bug you describe below has to do with the way
HTML::FillInForm works. I have cc'd the author TJ Mather
on this email. This might really have to do with the
way HTML::Parser works.
Also note, Apache::ASP 2.15 has just been released, which
works under perl 5.6.1 just as 2.09 does.
--Josh
Summary: HTML::FillInForm chokes if the value has double quotes in it.
Minimal script to cause problem:
<%
$Response->{FormFill} = 1;
my $test = '"This string is quoted."';
%>
This is in Apache::ASP 2.09 (I can't use 2.11 since I haven't had a free
afternoon to upgrade from perl 5.00503 to p