Thibaud Lepretre
Thibaud Lepretre
@igorhara So why do you not creating a bean extending `Cas30ServiceTicketValidator` (or whatever the version, depending of your needs) and then overriding `protected Map extractCustomAttributes(final String xml)` method?
Ok but currently the starter is more about integrating CAS client inside Spring boot & Security app. I don't mean that this feature request will never resolved but since there...
Using @oker1 fork following command works ``` gitlab-webhook | 2016/03/22 10:47:12 Executed: /usr/bin/git --git-dir=/repos/my_repo/.git pull origin master ``` whereas using @soupdiver master I have following error ``` gitlab-webhook | 2016/03/22...
Yes `config.json` from my previous sample is strictly the same!
Maybe one possibility is to pre-render template in temp/cache folder then diff the pre-render with the target?
@lukkamor You should patch supervisor.ini like following ``` From aeb50b20ff997055cf0b1cff56e9fc8294d55b4c Mon Sep 17 00:00:00 2001 From: kakawait Date: Mon, 22 Sep 2014 18:23:42 +0200 Subject: [PATCH] fix supervisor starting order...
@lukkamor Yeah my bad my patch works "sometimes"... The only solution I found is to add the following directive inside `[program:cloudtunes-8000]` and `[program:cloudtunes-worker]` ``` startretries=10 startsecs=10 ``` The goal is...
@SwiftWinds I'm interested by the win 10 image, any way to share it?
Any updates about _Nuodb_ integration?
I look forward to this feature :) I used chilversc forks to create mine. I just delete all $_SESSION instructions for method in order to create full abstraction.