Corinis Libraries and JSP Development
Request Parameter
Corinis filters the request parameter in the core module. In most cases this does not interfere with the default jsp function request.getParmaeter("paramname") (on get/post forms), if you want to use a multipart form (i.e. for file uploads) using the request functions directly will not work, because corinis already filtered the parameters.
In that case you should use:
(Requests) core.getSession().requests
