sorry tim i was asking for help and just for giving more help to fix
it
The problem is that we get the authorization problem logged more times than
before the upgrade, it is not a question about the filter, as i though, it
is working well sorry
On Thu, Dec 15, 2016 at 2:47 PM, Tim Bain
It's still Log4J, if that's what you're asking.
You're more likely to get help with your original question by posting
specific details about the problems you're encountering than by your
current approach of saying "Something's broken, did anything change in the
past five years of active developmen
has something changed in logging from 5.8 to 5.13?
On Mon, Dec 12, 2016 at 4:31 PM, ALi wrote:
> this is the code .as authorization plugin
>
>
> private void validateIfCreationDateIsExpired(long now, long creationDate)
> {
> if (now > creationDate + this.minutesToExpire * 6) {
>
this is the code .as authorization plugin
private void validateIfCreationDateIsExpired(long now, long creationDate)
{
if (now > creationDate + this.minutesToExpire * 6) {
String creationDateAsString = DATE_FORMAT.format(new
Date(creationDate));
String nowAsString = DAT