[Dev] Launching the BPMN Explorer does not work after updating to Kernel 4.4.6

2016-06-30 Thread Sudharma Subasinghe
Hi, Error 405 - Method Not Allowed occurred for BPMN Explorer UI launching request after adding configurations for jaggery apps. Are "/csrf.js" which is added in the header of HTML template in the app and "/csrfPrevention.js" for management console same? Appreciate idea on this. Thanks Sudhama

Re: [Dev] Launching the BPMN Explorer does not work after updating to Kernel 4.4.6

2016-07-01 Thread Ayoma Wijethunga
Hi Tanya, This "csrf.js" file is not an actual JavaScript file. If you check section 4 of the document "Securing Jaggery Applications", you will notice that there is a new "servletMappings" which binds "JavaScriptServlet" with URL pattern "csrf.js". This Servlet is exposing a JavaScript which is t

Re: [Dev] Launching the BPMN Explorer does not work after updating to Kernel 4.4.6

2016-07-01 Thread Ayoma Wijethunga
Sorry : s/Tanya/Sudhama/g On Fri, Jul 1, 2016 at 1:41 PM, Ayoma Wijethunga wrote: > Hi Tanya, > > This "csrf.js" file is not an actual JavaScript file. If you check > section 4 of the document "Securing Jaggery Applications", you will notice > that there is a new "servletMappings" which binds "J

Re: [Dev] Launching the BPMN Explorer does not work after updating to Kernel 4.4.6

2016-07-01 Thread Tanya Madurapperuma
Hi Ayoma, Your PR is merged to the jaggery master (0.12.6-SNAPSHOT) and we are still working on releasing jaggery on top of kernel 4.4.6. So for the testing purpose please point to the SNAPSHOT version. Thanks, Tanya On Fri, Jul 1, 2016 at 1:45 PM, Ayoma Wijethunga wrote: > Sorry : > s/Tanya/S