Hi All,
I have used a filter in my struts application to set the type of encoding to UTF8.
Will this be a performance hit? Becuase this filter will be called everytime a request is being made to the server.Is there any better way to set the encoding type to UTF* once and for all?
Thanks
Sabyasachi
-
Servlet - Intercepting Filters (1 messages)
- Posted by: Sabyasachi Chowdhury
- Posted on: July 12 2005 12:28 EDT
Threaded Messages (1)
- It will be fine by Colin Yates on July 12 2005 14:46 EDT
-
It will be fine[ Go to top ]
- Posted by: Colin Yates
- Posted on: July 12 2005 14:46 EDT
- in response to Sabyasachi Chowdhury
It will be a hit of a few ms, thats all.