-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hello.
I've deployed piggydb with tomcat 8.5.3 on alpine linux 3.9. Everything is fine but some problem on search text form. When I input unicode characters in search form, in post result pages the keyword was replaced by question marks.
Followed many instructions I've add utf-8 encoding support in tomcat conf files, server.xml and web.xml, as bellow.
server.xml:
"<connector ..... URIEncoding="UTF-8" .... >"
web.xml
uncomment " setCharacterEncodingFilter ... " section and
"setCharacterEncodingFilter ... " section.
But with no luck, when I input unicode characters in search form, the result page still got question mark which should be the unicode characters.
Could anyone help me, please?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels