Package org.openremote.container.web
package org.openremote.container.web
-
ClassDescriptionA filter for replacing
Constants.DYNAMIC_TIME_PLACEHOLDER_REGEXP
in the request URI and headers with theDynamicTimeInjectorFilter.INSTANT_SUPPLIER_PROPERTY
from the request properties, this allows insertion of dynamic timestamps into HTTP requests.A filter for replacingConstants.DYNAMIC_VALUE_PLACEHOLDER_REGEXP
in the request URI and headers with theDynamicValueInjectorFilter.DYNAMIC_VALUE_PROPERTY
from the request properties, this allows insertion of dynamic values into HTTP requests.A filter for following 300 range response re-directions.A filter to support OAuth access token (including refresh)A filter that once a HTTP status code is received that matches any in thePermanentFailureFilter.failureResponses
will result in all future requests being blocked (i.e.Add X-Forwarded-* headers if request context is configured with values.A filter for updating response headers.Unified exception handling for all web services (Resteasy, Undertow, Servlets, WebSockets).This is a factory for creating JAX-RSWebTarget
instances.