> 
> Yes, I do use the SetCharacterEncodingFilter and the idea to get the 
> charset within request.getCharacterEncoding() is good. The 
> question is 
> how to pass the HttpServletRequest object to the SqlUtil and/or 
> JDBCDataHelper classes. I will try to figure this out.
> 
I think you should'nt pass the HttpServletRequest object to SqlUtil and/or 
JDBCDataHelper.
The used CharEncoding should be enough.
What's about using the escaper class system? You can define an Escaper for your 
database field and do the escaping in your own
class.
Maybe we must extend escaping to blob fields...



Cheers,
Henner




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to