Re: [Dhis2-devs] 2.29 bug in trcaker capture

2018-11-25 Thread Uddin Fatema
Hi Lars, Thank you very much for your response and help. Best Regards Fatema On Mon, Nov 19, 2018 at 6:23 PM Lars Helge Ă˜verland wrote: > Hi Fatima, > > this likely happens because your are running Tomcat 8.5 or later which > have prohibited the use of brackets in URLs. We will make a fix for

Re: [Dhis2-devs] 2.29 bug in trcaker capture

2018-11-19 Thread Lars Helge Ă˜verland
Hi Fatima, this likely happens because your are running Tomcat 8.5 or later which have prohibited the use of brackets in URLs. We will make a fix for this (by encoding the mentioned URL). You can also add relaxedQueryChars="[]" to your connector element in tomcat to fix this short term. Read more