Hi,

on server.xml we need to add the correct URIEncoding

from:
<Connector port="8090" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

to:

<Connector port="8090" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
URIEncoding="UTF-8" />

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1255520

Title:
  Encoding problem

Status in DHIS 2:
  Confirmed

Bug description:
  Hi all,

  Any idea of what might be causing this problem, please see attach.

  Regards,
  Paulo Grácio
  
-------------------------------------------------------------------------------------------------------------------------------------
  I can at least confirm that I see it here also. But I don't see it 
everywhere, running dhis2 locally (jetty or tomcat) doesn't give me the issue 
at all.. but using our /dev server, I can see it.. unsure why this is happening.

  Do you mind creating a bug report for it?
  --
  Morten

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1255520/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to