Changeset 18395 for gsdl/trunk


Ignore:
Timestamp:
2009-01-15T16:29:47+13:00 (15 years ago)
Author:
ak19
Message:

Undid the changes of r 18380 since the larger case of dealing with changed filenames (when filenames with special characters are renamed using URL encoding or base64 encoded) is handled elsewhere by replace_srcdoc_with_html.pl, gli's GShell.java and ReplaceSrcDocWithHtmlPrompt.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/cgi-bin/gliserver.pl

    r18381 r18395  
    628628    }
    629629    $file =~ s/\|/&util::get_dirsep()/eg;  # Convert the '|' characters into whatever is right for this OS
    630     $file =~ s/ /\_/g; # spaces replaced with underscore now
    631630   
    632631    # Not necessary: checking whether the user is authenticated to query existence of the file
     
    657656    }
    658657    $file =~ s/\|/&util::get_dirsep()/eg;  # Convert the '|' characters into whatever is right for this OS
    659     $file =~ s/ /\_/g; # spaces replaced with underscore now
    660658
    661659    # Make sure we don't try to download anything outside the collection
Note: See TracChangeset for help on using the changeset viewer.