[cas-user] attributeRepository.expireInMinutes, maximumCacheSize and merger is never taken into account

2018-02-07 Thread Anthony O.
Hello, I'm trying to disable the cache of my cas.authn.attributeRepository in order for the cas.authn.attributeRepository.jdbc to retrieve the attributes each time a user logs in and want the "merger" strategy to be "MERGE". So in my /etc/cas/config/cas.properties I've set the following lines:

Re: [cas-user] attributeRepository.expireInMinutes, maximumCacheSize and merger is never taken into account

2018-02-07 Thread Anthony O.
ources > > > If multiple attribute repository sources are defined, they are added into > a list and their results are cached and merged. > > > El miércoles, 7 de febrero de 2018, Anthony O. <aog...@iorga.com > > escribió: > >> Thank you for this help Manfredo bu

Re: [cas-user] attributeRepository.expireInMinutes, maximumCacheSize and merger is never taken into account

2018-02-07 Thread Anthony O.
o Hopp a écrit : > > cas.authn.attributeRepository.expirationTime > > > > https://apereo.github.io/cas/development/installation/Configuration-Properties.html > > El miércoles, 7 de febrero de 2018, Anthony O. <aog...@iorga.com > > escribió: > >> Hello, >> >>

[cas-user] ClassNotFoundException when build.sh bootrun

2018-02-20 Thread Anthony O.
Hi, I want to live develop my cas-overlay casLoginView.html without restarting CAS every time I make a little change on the .html (because it is very long to restart). So I wanted to simply execute mvn clean package spring-boot:run

Re: [cas-user] attributeRepository.expireInMinutes, maximumCacheSize and merger is never taken into account

2018-02-20 Thread Anthony O.
here all properties are loaded. >> >> Also see from startup log which file properties are fetched >> Also set debug mode >> >> El miércoles, 7 de febrero de 2018, Anthony O. <aog...@iorga.com >> > escribió: >> >>> I was just testing i