Re: Events for privilege updates

2020-09-03 Thread Anmol Sharma
Hi Franceso, I do not have much experience with AOP but I experimented with it and added a section to [2] to establish some logic to run after [1] as you suggested. I am able to intercept any updates made to privileges after that ApplicationLogic.update method has returned. Here is the code

Re: CSFR Issue

2020-09-03 Thread Francesco Chicchiriccò
On 03/09/20 15:15, caius75 wrote: > Forget it! > > I hadn't re-initialize syncope database before re-deploy and it was looking > for previuously already configured connectors. > > Now it work's. > > Thank You. Glad to hear this! FYI, the main reason of the last failure you had was the incorrect

Re: CSFR Issue

2020-09-03 Thread caius75
Forget it! I hadn't re-initialize syncope database before re-deploy and it was looking for previuously already configured connectors. Now it work's. Thank You. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: CSFR Issue

2020-09-03 Thread caius75
Hi, previously I've deployed without creating conf,bundles,log directory under /opt/syncope, just with mvn clean install, and csrf=false setting under /opt/apache-tomcat-9.0.37/webapps/syncope-console/WEB-INF/classes/console.properties was ignored, I was able to login just without reverse proxy