The best approach is to use UTF-8 enconding all over the application so the response is not encoded differently depending of the place that handles that response.
This approach applies to:
- Tomcat 6
- Java 1.6
- MyFaces 2.1.10
- RichFaces 4.2.3-Final
The places to configure the encoding are:
- server.xml in Tomcat
It's neccesary to get Tomcat to encode GET parameters. This is done by adding the URIEncoding attribute to the HTTP connector.
<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
.... />
- Servlet Filter
Implement a servlet filter to do the UTF-8 encoding of the requests and responses:public class SetCharacterEncodingFilter implements Filter { protected String encoding = null; protected FilterConfig filterConfig = null; protected boolean ignore = true; /** * Take this filter out of service. */ public void destroy() { this.encoding = null; this.filterConfig = null; } /** * Select and set (if specified) the character encoding to be used to * interpret request parameters for this request. * @param request The servlet request we are processing * @param result The servlet response we are creating * @param chain The filter chain we are processing * @exception IOException if an input/output error occurs * @exception ServletException if a servlet error occurs */ public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { // Conditionally select and set the character encoding to be used if (ignore || (request.getCharacterEncoding() == null)) { String encoding = selectEncoding(request); if (encoding != null) request.setCharacterEncoding(encoding); } response.setContentType("text/html; charset=UTF-8"); response.setCharacterEncoding("UTF-8"); // Pass control on to the next filter chain.doFilter(request, response); } /** * Place this filter into service. * @param filterConfig The filter configuration object */ public void init(FilterConfig filterConfig) throws ServletException { this.filterConfig = filterConfig; this.encoding = filterConfig.getInitParameter("encoding"); String value = filterConfig.getInitParameter("ignore"); if (value == null) this.ignore = true; else if (value.equalsIgnoreCase("true")) this.ignore = true; else if (value.equalsIgnoreCase("yes")) this.ignore = true; else this.ignore = false; } /** * Select an appropriate character encoding to be used, based on the * characteristics of the current request and/or filter initialization * parameters. If no character encoding should be set, return *
null
. * * The default implementation unconditionally returns the value configured * by the encoding initialization parameter for this * filter. * * @param request The servlet request we are processing */ protected String selectEncoding(ServletRequest request) { return (this.encoding); } }
Then you have to reference and map that filter in web.xml:
<filter>
<filter-name>SetCharacterEncodingFilter</filter-name>
<filter-class>com.foo.filters.SetCharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>SetCharacterEncodingFilter</filter-name>
<url-pattern>*.xhtml</url-pattern>
</filter-mapping>
Here I mapped only xhtml files because I'm also encoding the responses to UTF-8, so mapping images and other resources as UTF-8 will probably generate an encoding error.
- .xhtml Files
One final step is neccesary to ensure we have coherent encoding all across the webapp.
The first line in the xhtml files must be:
Then, inside the head tag of the xhtml, add the following meta tag:
Hope this helps, comment if you have any problem using this aproach.
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- This is a lot less painful if you are using facelet templating technique; if that is the case, you'd only have to add the line mentioned above in the master template instead of in every .xhtml file.
Briliant! Thank you very much. I spend two days for finding solution.
ReplyDeleteVery Good!!
ReplyDeleteThank you!!! You saved me!!
ReplyDeleteThanks a lot !! It works perfect !
ReplyDeletePerfect answer, because of this issue is trugled for 1 week.
ReplyDeleteThank you very much
Great...Thanks a lot ;-)
ReplyDeleteThank you very much sir!
ReplyDeleteFast, clean and simple solution. It worked flaweless.
I found your blog while searching for the updates, I am happy to be here. Very useful content and also easily understandable providing..
ReplyDeleteBelieve me I did wrote an post about tutorials for beginners with reference of your blog.
Selenium training in bangalore
Selenium training in Chennai
Selenium training in Bangalore
Selenium training in Pune
Selenium Online training
Thanks for sharing such a great information. The explanation given is really comprehensive and informative.
ReplyDeleteRPA Training | RPA Training in Chennai | Robotic Process Automation in Chennai
AWS Course | AWS Training | AWS Course in Chennai | AWS Training in Chennai
Thanks for sharing this information with us. Learnt a new information from your blog.
ReplyDeleteIELTS Classes in Mumbai
IELTS Coaching in Mumbai
IELTS Mumbai
Best IELTS Coaching in Mumbai
IELTS Center in Mumbai
Spoken English Classes in Chennai
Best Spoken English Classes in Chennai
Spoken English Class in Chennai
pressure cooker reviews
ReplyDeleteGood Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
ReplyDeleteSelenium Training in Electronic City
xmovies8
ReplyDeleteenglish to punjabi typing
ReplyDeleteNice blog, please write more!
ReplyDeleteGuthixTricks
games whatsapp groups
ReplyDeleteGreat Article
ReplyDeleteIEEE Projects on Cloud Computing
Final Year Projects for CSE
JavaScript Training in Chennai
JavaScript Training in Chennai
Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
ReplyDeleteLooking for Cloud Computing Training in Bangalore , learn from eTechno Soft Solutions Cloud Computing Training on online training and classroom training. Join today!
This excellent website certainly has all the info I needed concerning this subject and didn’t know who to ask.
ReplyDeleteTech geek
Inspiring writings and I greatly admired what you have to say , I hope you continue to provide new ideas for us all and greetings success always for you..Keep update more information..
ReplyDeleteSelenium Training in Electronic City
Excellent idea!!! I really enjoyed reading your post. Thank you for your efforts . Share more like this.
ReplyDeleteCyber Security Training Course in Chennai | Certification | Cyber Security Online Training Course| Ethical Hacking Training Course in Chennai | Certification | Ethical Hacking Online Training Course| CCNA Training Course in Chennai | Certification | CCNA Online Training Course| RPA Robotic Process Automation Training Course in Chennai | Certification | RPA Training Course Chennai| SEO Training in Chennai | Certification | SEO Online Training Course
Thanks for your efforts in sharing this effective tips to my vision. kindly keep doing more. Waiting for more updates.
ReplyDeleteweb designing training in chennai
web designing training in tambaram
digital marketing training in chennai
digital marketing training in tambaram
rpa training in chennai
rpa training in tambaram
tally training in chennai
tally training in tambaram
Thanks for sharing such a great information. The explanation given is really comprehensive and informative
ReplyDeletehardware and networking training in chennai
hardware and networking training in omr
xamarin training in chennai
xamarin training in omr
ios training in chennai
ios training in omr
iot training in chennai
iot training in omr
Nice content very helpful, It has a very important point which should be noted down. All points mentioned and very well written. Keep Posting & writing such content
ReplyDeleteAWS Online Training
This is the best post for this topic and Thank you!!!
ReplyDeletePLC Training in Chennai
Content Writing Training in Chennai
Sales Training in Chennai
React JS Training in Chennai
WordPress Training in Chennai
Google Analytics Training in Chennai
Nice post and I am very happy to visit your blog. Keep doing...!
ReplyDeleteOracle Training in Chennai
Oracle Training in Bangalore
Oracle Training in Coimbatore
Oracle DBA Training in Chennai
Excellent article for the people who need information about this course.
ReplyDeletemachine learning vs ai
features of react js
amazon services list
why to use angularjs
aws interview questions and answers for experienced pdf
devops interview questions and answers for experienced pdf
UEFA BET , or UFABET, is a comprehensive online betting service website without any agents or agents. Which has a wide variety of games and sports to choose from Including many types of online casinos, UFABET can be considered as an online gambling site that most people prefer to use. Because with a website design that is easy to use and does not need to understand a lot In addition, this website also supports many languages, including Chinese, Hong Kong, Thai, English, so most users, both new and old, choose to switch to the service with สมัคร ufa Bet more. The best online gambling sites in Asia.
ReplyDeleteInternet slots (Slot Online) is actually the launch of a gambling machine. Slot machine As said before above Used to make electronic games called web based slots, due to the development era, people have left turned to gamble with one another by computers. Will draw slot games to make web based gambling games Via the web network system Which players are able to play through the slot plan or will perform Slots through the service provider's website Which online slots games are on hand in the kind of playing guidelines. It is similar to playing on a slot machine. Both realistic pictures as well as sounds are at the same time thrilling as they go to lounge in the casino ever.บาคาร่า
ReplyDeleteufa
ufabet
แทงบอล
แทงบอล
แทงบอล
Great post, really helpful with tons of great insight!
ReplyDeleteDefinitely a must-read for everyone
by cloudi5 is the digital marketing company in coimbatore
Above all, write files from the hard drive, SSD, or Windows and you need Microsoft NTFS for Mac from Paragon Software. NTFS Mac Crack
ReplyDeleteGet more from all your devices. When you upgrade your Office 2010 download to Microsoft 365, you'll get familiar apps that are always up to date. Office 2010 Activation Crack
ReplyDeletedüzce
ReplyDeletesakarya
tunceli
van
bayburt
P58İJ
antalya evden eve nakliyat
ReplyDeleteankara evden eve nakliyat
bursa evden eve nakliyat
yalova evden eve nakliyat
gümüşhane evden eve nakliyat
YNBS
hatay evden eve nakliyat
ReplyDeleteısparta evden eve nakliyat
erzincan evden eve nakliyat
muğla evden eve nakliyat
karaman evden eve nakliyat
G43P
urfa evden eve nakliyat
ReplyDeletemalatya evden eve nakliyat
burdur evden eve nakliyat
kırıkkale evden eve nakliyat
kars evden eve nakliyat
4XA3İ
3AB00
ReplyDeleteZonguldak Evden Eve Nakliyat
Ordu Evden Eve Nakliyat
Aydın Evden Eve Nakliyat
Kırıkkale Evden Eve Nakliyat
Paribu Güvenilir mi
46F90
ReplyDeleteAmasya Parça Eşya Taşıma
Eryaman Fayans Ustası
Karapürçek Fayans Ustası
Balıkesir Parça Eşya Taşıma
Gümüşhane Evden Eve Nakliyat
Adana Evden Eve Nakliyat
Batman Şehirler Arası Nakliyat
Ünye Mutfak Dolabı
Konya Evden Eve Nakliyat
BBA60
ReplyDeleteYobit Güvenilir mi
Ankara Şehirler Arası Nakliyat
Bayburt Şehirler Arası Nakliyat
Jns Coin Hangi Borsada
Tekirdağ Şehir İçi Nakliyat
Çorum Şehirler Arası Nakliyat
Tekirdağ Boya Ustası
Hakkari Şehirler Arası Nakliyat
Çerkezköy Oto Elektrik
6826C
ReplyDeleteAğrı Lojistik
Kırklareli Evden Eve Nakliyat
Ordu Lojistik
Giresun Evden Eve Nakliyat
Mardin Parça Eşya Taşıma
Kripto Para Nedir
Silivri Evden Eve Nakliyat
Çorum Evden Eve Nakliyat
Düzce Parça Eşya Taşıma
B2A44
ReplyDeleteMersin Parça Eşya Taşıma
Tekirdağ Şehir İçi Nakliyat
Malatya Evden Eve Nakliyat
Gölbaşı Boya Ustası
İzmir Lojistik
Burdur Evden Eve Nakliyat
Etlik Boya Ustası
Silivri Parke Ustası
Erzincan Parça Eşya Taşıma
290EE
ReplyDeleteTekirdağ Fayans Ustası
seo fiyatları
Trabzon Şehirler Arası Nakliyat
Zonguldak Şehirler Arası Nakliyat
Elazığ Lojistik
Ünye Organizasyon
Muş Lojistik
Ünye Kurtarıcı
Sivas Lojistik
ABEB7
ReplyDeleteÇerkezköy Marangoz
Denizli Lojistik
Çerkezköy Çatı Ustası
Ardahan Şehirler Arası Nakliyat
Bartın Şehir İçi Nakliyat
Malatya Lojistik
Kripto Para Nedir
Poloniex Güvenilir mi
Adana Evden Eve Nakliyat
7ADC3
ReplyDeleteBitlis Şehir İçi Nakliyat
Kastamonu Şehirler Arası Nakliyat
Ünye Boya Ustası
Hatay Lojistik
Denizli Şehir İçi Nakliyat
Kripto Para Borsaları
Gümüşhane Evden Eve Nakliyat
Bitci Güvenilir mi
Tokat Lojistik
Thank you so much for sharing such amazing information, it’s really unique and valuable also. Ziyyara Edutech’s experienced tutors provide targeted support, helping you navigate through intricate subjects and conquer the complexities of the curriculum.
ReplyDeleteBook A Free Demo Today visit private tuition classes for class 12
99E54
ReplyDeleteresimlimagnet
Yeni Çıkacak Coin Nasıl Alınır
Bitcoin Yatırımı Nasıl Yapılır
Kripto Para Oynama
Coin Üretme
Kripto Para Kazma Siteleri
Kripto Para Madenciliği Siteleri
Coin Nasıl Çıkarılır
Kripto Para Çıkarma
61D9F
ReplyDeleteThreads Yeniden Paylaş Satın Al
Keep Coin Hangi Borsada
Tiktok İzlenme Hilesi
Kwai Beğeni Hilesi
Mith Coin Hangi Borsada
Binance Nasıl Oynanır
Facebook Sayfa Beğeni Satın Al
Vector Coin Hangi Borsada
Coin Üretme Siteleri
This comment has been removed by the author.
ReplyDeleteFB690D6C5A
ReplyDeletegörüntülü şov
sohbet hatti
sanal seks
cam şov
seks hattı
görüntülü sex
cam show
sanal sex
görüntülü seks
47FA1554D6
ReplyDeletebufalo çikolata
sertleştirici
lifta
themra macun
bayan azdırıcı damla
delay
sinegra
kaldırıcı
lady era
01EAC3A3EE
ReplyDeletevega
lifta
bufalo içecek
canli cam show
ücretli şov
canli web cam show
ücretli show
görüntülü şov
ereksiyon hapı
DDC64F345C
ReplyDeleteviagra
cialis
bayan azdırıcı damla
yapay kızlık zarı
sildegra
whatsapp görüntülü show güvenilir
skype show
cam şov
görüntülü şov
4FCF40F40D
ReplyDeletekamagra hap
lifta
bayan azdırıcı damla
delay
cialis
bufalo içecek
vega
geciktirici jel
skype şov
D2E24CE9A0
ReplyDeletedüşmeyen takipçi