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
Miscellaneous Injection Attacks
From OWASP
To prevent Regular Expression injections use http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html#quote(java.lang.String)
Example can be found at: http://www.talios.com/bad_testing_habits.htm