minor changes and improving display issues
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@362 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -207,7 +207,7 @@ public abstract class Screen
|
||||
|
||||
public int getContentLength()
|
||||
{
|
||||
return content.toString().length();
|
||||
return getContent().length();
|
||||
}
|
||||
|
||||
/**
|
||||
@ -224,7 +224,7 @@ public abstract class Screen
|
||||
|
||||
// otherwise we're doing way too much SSL encryption work
|
||||
|
||||
out.print(content.toString());
|
||||
out.print(getContent());
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user