开发者

Java (JSP) - Securing forms from 'bad inputs' and 'sql injection/poisoning' [duplicate]

开发者 https://www.devze.com 2023-02-12 04:13 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Java - escape string to prevent SQL injection
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Java - escape string to prevent SQL injection

I know php has a function called "addslashes()" which is f开发者_如何学Cairly effective, but does Java Server Pages (JSP) have an equivalent when dealing with forms?


See this answer on howto prevent SQL injection Java - escape string to prevent SQL injection

0

精彩评论

暂无评论...
验证码 换一张
取 消