Skip Menu |

This queue is for tickets about the mod_perl CPAN distribution.

Report information
The Basics
Id: 639
Status: new
Priority: 0/
Queue: mod_perl

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.26
Fixed in: (no value)



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...