This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

User talk:Unipanthers14

From OWASP
Jump to: navigation, search

I’m doing research on OWASP Stinger. It currently functions by using servlet filters, but we could expand this to call their validate method in our (WebSphere Portal) portlets, but their framework accepts request/response objects. We’d rather not change their code in case we ever need to upgrade. Just trying to see if I can even get it to work. Is there a way of converting the Portal RenderRequest and RenderResponse objects to HttpServletRequest/Response objects? We’d rather not change the open source code if at all possible, but am looking for a solution in portal.

This seems like this could be a common occurrence as we move from Servlets to Portlets, but I didn’t find anything in a quick Google search.