← Back to team overview

dhis2-devs team mailing list archive

[Bug 1255520] Re: Encoding problem

 

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


Follow ups

References