Changeset 1108
- Timestamp:
- 06/27/08 22:57:18 (2 months ago)
- Files:
-
- trunk/mango/net/servlet/ServletContext.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mango/net/servlet/ServletContext.d
r1103 r1108 203 203 { 204 204 this.name = name; 205 this.basePath = FilePath.padded(basePath); 205 //this.basePath = FilePath.padded(basePath); 206 this.basePath = basePath; 206 207 207 208 // each context may have its own logger. This skirts around
