Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Encoding issue(Encoding issue)
Encoding issue [message #1843187] Mon, 19 July 2021 14:34 Go to next message
Narendra Maddukuru is currently offline Narendra MaddukuruFriend
Messages: 1
Registered: July 2021
Junior Member
Hi Team,

We are trying to fetch special characters as response from one of the applications via API Rest calls. This data then needs to pushed further to downstream systems. When we fetch the data from same API via Rest Service in Post man or on local machine, the service returns correct data but when we fetch the data on Jetty server, we are not able to fetch it correctly. The service returns special characters changes as highlighted below.


Could you please check and let us know if any special set up needs to be done on Jetty to read special characters? We tried on multiple jetty applications with different Java version and Spring but still the response on Jetty does not show correct characters.

We have added UTF-8 details in the {{JETTY_HOME}}/etc/webdefault.xml

<locale-encoding-mapping>
<locale>en</locale>
<encoding>UTF-8</encoding>
</locale-encoding-mapping>

but still getting the same ERROR.

Could you please check and help for this issue ASAP.


Thanks & Regards,
Narendra.





Re: Encoding issue [message #1843194 is a reply to message #1843187] Mon, 19 July 2021 18:12 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

You should probably ask this on the jetty-users mailing list. You can subscribe to the mailing list using https://accounts.eclipse.org/mailing-list/jetty-users . At
that point, you should really include what the error message was, and what those special character changers were.


_
Nitin Dahyabhai
Eclipse Web Tools Platform

[Updated on: Mon, 19 July 2021 18:27]

Report message to a moderator

Previous Topic:Eclipse with PyDev Console not updating
Next Topic:New Class works in the IDE but not in runtime
Goto Forum:
  


Current Time: Fri Apr 19 02:20:35 GMT 2024

Powered by FUDForum. Page generated in 0.03362 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top