Expand my Community achievements bar.

latin characters with a grave à adds unknown characters from js to servlet

Avatar

Level 2

Hi Team,

 

The characters like à,â,æ (continuous pressing of a letter) when passed from js to servlet is adding unknow characters. How do i resolve it.

 

JS post request: SampleKeyà.key,

Servlet request:SampleKeyà.key

 

It has changed the character to caps and added a space in the request received at servlet. How are these characters avoided or the request request reaches the servlet as ease ?

 

Thanks.

1 Reply

Avatar

Community Advisor

@Shetty1191 what tools are you using? What are you trying to perform and where exactly do you get the error? Can you please share additional information?