Hi
I am currently on my way to give a try to the FIQL SQL and I was wondering
if the code below is SQL injection safe? If not is there any way to protect
ourselves from SQL injection attacks?
SearchCondition<Book> sc = searchContext.getCondition(Book.class);
SQLPrinterVisitor<Book> visitor = new SQLPrinterVisitor<Book>("table");
sc.visit(visitor);
Thanks
--
View this message in context:
http://cxf.547215.n5.nabble.com/Is-FIQL-SQL-Injection-safe-tp5729800.html
Sent from the cxf-user mailing list archive at Nabble.com.