I am trying to externalize as many of the customizations to CAS as possible. I have figured out how to do so for UI templates <https://apereo.github.io/2018/06/10/cas-userinterface-customizations/> using the cas.view.templatePrefixes[0] property, but am having trouble figuring out a similar technique for custom_messages.properties. I tried using the cas.messageBundle.baseNames property as described in this thread <https://groups.google.com/a/apereo.org/d/topic/cas-user/FbC6iDGUx4A/discussion>, but couldn't get that to work. Am I missing something or is there another method I should try?
*Actual property value set* > > cas.messageBundle.baseNames = > file:/etc/cas/messages,classpath:custom_messages,classpath:messages *File location on server:* > c:\etc\cas\messages\custom.messages.properties If it isn't possible to externalize custom messages, what are the downsides to including my customized text as literals in the UI templates rather than bringing them in as custom messages? Thanks *My environment:* - Standalone CAS 6.0.5 build - Windows Server 2012 R2 - Tomcat 9 running as a service -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/558d2f4f-56b9-4f4a-b877-58094cd7b7b1%40apereo.org.
