if (federationResponse != null) {
if (LOG.isInfoEnabled()) {
LOG.info("Security Token found in session: " + federationResponse.getUsername());
}
TAIResult result = null;
// check that the target WebApp is properly configured for Token TTL enforcement
if (authorizedWebApps.contains(req.getContextPath())) {
if (LOG.isDebugEnabled()) {
LOG.info("Security Filter properly configured - forwarding subject");