nomadinjax / esapi4cf

If anyone is interested in taking over this project please let me know! I no longer have the time to commit to it as my role has changed much since I took this over. This project deserves someone who can devote the necessary time to it! OWASP Enterprise Security API (ESAPI) for ColdFusion/CFML Project
http://damonmiller.github.io/esapi4cf/
BSD 3-Clause "New" or "Revised" License
37 stars 10 forks source link

Convert mock HTTP request, response, session objects to Java #50

Closed nomadinjax closed 10 years ago

nomadinjax commented 10 years ago

The CF-based mock objects currently in use do not properly represent a real request. We must be testing against Java instances which implement the correct servlet interfaces.

This will require a custom esapi4cf.jar which contains the new mock objects. Just copy the mock objects from the esapi4j library.

nomadinjax commented 10 years ago

completed in v1.2.0