Subject: | Apache::Status::symdump doesn't escape entities in links |
The symbol table dumper in /perl-status?symdump doesn't escape the entities in
the links. For example, I can't drill in to see the value of $? because
the link for it is:
http://myserver/perl-status/main::?/SCALAR?data_dump
Of course, the ? is seen the start of the query string, so the result is bad. If I manually
change it to
http://myserver/perl-status/main::%3F/SCALAR?data_dump
then all is happy. This is a problem with all the punctuational variables. For some
it's not a problem, and for some it is...