Hi,
I'm using Tomcat 6.0.20, HttpServlet
my servlet code are as followings :-
response.setContentType("application/xml; charset=utf-8");
but each time i will got the content type as :
application/xml;charset=utf-8
which is without the space between " ; ".
May i know how to bypass the space being trimmed?
Is there anyway to do so (eg : modify the servet-api.jar)?