shivamdixit/WebGoatPHP

Static content not returned correctly by Single Mode Controller

shivamdixit opened this issue · 0 comments

In class SingleModeController if static content is requested, it is returned by using file_get_contents, however this is not complete correct as audio/video/images etc cannot be returned in this way.

It would be better to use jframework dwnload manager.