Re: [Dhis2-devs] Query around OAuth implicit grant

2018-08-03 Thread Morten Olav Hansen
Hi Rajeswari & Gaurav We don't have any immediate plans to expand our OAuth2 implementation, not until we upgrade to the latest OAuth2 Spring libraries (which require spring 5), and then also implement OpenID Connect. That said, we do support authorization code which I think should serve your

Re: [Dhis2-devs] Script issue related to unexpected (injected) character

2018-08-03 Thread Greg Rowles
Thanks Dan, I will advise the administrator. Much appreciated! On Fri, Aug 3, 2018, 14:59 Dan Cocos wrote: > Does your tomcat config have UTF-8 encoding turned on in server.xml > > proxyPort="443" scheme="https" >connectionTimeout="2" >

[Dhis2-devs] Script issue related to unexpected (injected) character

2018-08-03 Thread Greg Rowles
Hi Devs We're encountering an unusual issue when transferring DHIS2 WAR files from one server to another; something causes [dashboard.js] to inject a special character preventing the loading of dashboard content. Any thoughts? [image: image.png] Kind Regards, Greg -- *Health Information

Re: [Dhis2-devs] Fwd: Loggerview messages received on using import/export forms

2018-08-03 Thread stepho...@gmail.com
Hi, Default log is part of catalina.out for tomcat server. /var/log/tomcat8/catalina.out (depends on version of tomcat and installation method) Also depebding on the installation methods, others probable location is in dhis.log (normally in /var/lib/dhis2/instance/log/dhis.log - using

Re: [Dhis2-devs] Fwd: Loggerview messages received on using import/export forms

2018-08-03 Thread Barnabas Akumba
Hello Abumere, You can also tail -f your catalina.out to see real time logs of the process. Regards On Fri, Aug 3, 2018 at 11:26 AM Muhammad Adeel wrote: > Hi Abumere, > > It’s at the bottom if you expand the logger bar. When you start importing > it will show up automatically. > > Regards, >

Re: [Dhis2-devs] Fwd: Loggerview messages received on using import/export forms

2018-08-03 Thread Muhammad Adeel
Hi Abumere, It’s at the bottom if you expand the logger bar. When you start importing it will show up automatically. Regards, Adeel On Fri, 3 Aug 2018 at 12:22, Abumere Ejakhegbe wrote: > > Hello All, > > Any help about getting "Loggerview messages received on using > import/export forms"

[Dhis2-devs] Fwd: Loggerview messages received on using import/export forms

2018-08-03 Thread Abumere Ejakhegbe
Hello All, Any help about getting "Loggerview messages received on using import/export forms" when i try to import data? Where is this log located to check. I am using version 2.30. Thanks. Abumere ___ Mailing list: https://launchpad.net/~dhis2-devs

[Dhis2-devs] Query around OAuth implicit grant

2018-08-03 Thread Rajeswari Gottipati
Hi DHIS, We have gone through DHIS OAuth documentation and found that DHIS has implemented Authorization code grant. We are planning to use DHIS OAuth in our application and our application is pure java script based. As our application is SPA (single page application) hence we are looking for