I am developing a web application that MUST be safe. I am searching for a Java lib that can check a string to be both:
- HTML safe (replacing '<' with '>' etc... ); - SQL safe; SQL safeness is critical, because string typed by the user will be used to generate a SQL statement. I can't allow users to input a "malicious" string that would end up allowing them to execute arbitrary SQL statements. Anyone know where I could find a Java lib for that? If not, then consider this email as a suggestion. Best Regards, Marcelo Bello --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
