Ignore:
Timestamp:
11/27/08 05:39:31 (3 years ago)
Author:
SvenDowideit
Message:

Item318: collapse mulitple 's in the path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki.pm

    r994 r1000  
    14711471 
    14721472    my $pathInfo = $query->path_info(); 
     1473    $pathInfo =~ s|//*|/|g;    #multiple //'s are illogical 
    14731474    $pathInfo =~ s|/$||;    #trailing / does not mean WebHome 
    14741475 
Note: See TracChangeset for help on using the changeset viewer.