Changeset 1108

Show
Ignore:
Timestamp:
06/27/08 22:57:18 (2 months ago)
Author:
kris
Message:

fixed bogus '/' append to paths

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/net/servlet/ServletContext.d

    r1103 r1108  
    203203        { 
    204204                this.name = name; 
    205                 this.basePath = FilePath.padded(basePath); 
     205                //this.basePath = FilePath.padded(basePath); 
     206                this.basePath = basePath; 
    206207 
    207208                // each context may have its own logger. This skirts around