Skip to content

Commit a552e9d

Browse files
committedFeb 22, 2012
Too many slashes makes Gooey an unhappy URL to asset resolver.
1 parent 08e4ffe commit a552e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/lib/WRE/WebguiDemo.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sub call {
4242
my $orig_path_info = my $path = $env->{PATH_INFO};
4343
my $orig_script_name = $env->{SCRIPT_NAME};
4444

45-
$path =~ s/\Q$id\E//;
45+
$path =~ s/\/\Q$id\E//;
4646

4747
$env->{PATH_INFO} = $path;
4848
$env->{SCRIPT_NAME} .= '/'.$id;

0 commit comments

Comments
 (0)
Please sign in to comment.