New issue 110 by ted...@tedivm.com: XSS Security Exception for Form Class
http://code.google.com/p/mortar/issues/detail?id=110
As a way to deal with potential XSS issues in modules the form class
could 'throw' a special exception when it detects an input without a
validation or filter class attached to it. We should allow a way to disable
this for specific inputs that don't need validation (passwords, for
instance).