public class SubmitHackedHandler extends Object
handle(javax.servlet.http.HttpServletRequest, java.lang.String)
method as needed.Constructor and Description |
---|
SubmitHackedHandler(Form form) |
Modifier and Type | Method and Description |
---|---|
void |
handle(javax.servlet.http.HttpServletRequest req,
String msg)
This method should handle submit data that is hacked (different than
the options/values allowed by the html form).
|
public SubmitHackedHandler(Form form)
public void handle(javax.servlet.http.HttpServletRequest req, String msg) throws SubmitHackedException
If this method throws a SubmitHackedException
, then further
form processing will stop and the invoking page/servlet can handle the
exception appropriately.
The default implementation simply logs the error and then returns.
SubmitHackedException