Fix error where Drupal anon client tokens would fail to authenticate
Compare changes
@@ -13,6 +13,7 @@ package org.eclipsefoundation.efservices.request;
@@ -13,6 +13,7 @@ package org.eclipsefoundation.efservices.request;
@@ -47,7 +48,12 @@ public class OAuthFilter {
@@ -47,7 +48,12 @@ public class OAuthFilter {
LOGGER.trace("User not authenticated for current request to {}", TransformationHelper.formatLog(uri.getPath()));