corrected spelling and some formatting

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@360 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
brandon.devries
2008-08-11 14:39:09 +00:00
parent 17af39e428
commit 9c84df3d6c
22 changed files with 423 additions and 261 deletions

View File

@ -129,7 +129,8 @@ public class Course
fileName = fileName.trim();
/**
* We do not handle directories. We do not handle files with different extensions
* We do not handle directories.
* We do not handle files with different extensions
*/
if (fileName.endsWith("/") || !fileName.endsWith(ext)) { return null; }