Undoing patch for removing query information from path_info. Helps to keep ; and ? straight when building URLs by hand.
This commit is contained in:
parent
7656276203
commit
21546e1821
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ sub getRequestedUrl {
|
|||
my $self = shift;
|
||||
unless ($self->{_requestedUrl}) {
|
||||
my $path_info = $self->session->request->path_info;
|
||||
$path_info =~ s/\?.*//;
|
||||
#$path_info =~ s/\?.*//;
|
||||
$self->{_requestedUrl} = decode_utf8($path_info);
|
||||
}
|
||||
return $self->{_requestedUrl};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue