Hi all,
I have a problem with my resource bundle. For retrieve my messages I do the following:
and I use it in an exception like that:
In the method getMessage I have defined a
string default
In mode debug I can see that username(args to substitute in string ) is not null and in my security_fr_FR.properties the value of code DigestAuthenticationFilter.usernameNotFound it's ok.
But, when the exception is throw, in my
jsp the text in not correctly written:
, the args is not replace the argument.
If I spell a wrong code String, the default string is used and the message is correctly written in my JSP.
if username equals to TOTO.
Any idea please?
Thanks in advance.