Class UriNormalizationFilter
- java.lang.Object
-
- org.exoplatform.services.rest.ext.filter.UriNormalizationFilter
-
- All Implemented Interfaces:
org.exoplatform.services.rest.RequestFilter
public final class UriNormalizationFilter extends Object implements org.exoplatform.services.rest.RequestFilter
This filter should be used for normalization URI according to rfc3986. For details see http://www.unix.com.ua/rfc/rfc3986.html#s6.2.2 .- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
-
Constructor Summary
Constructors Constructor Description UriNormalizationFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoFilter(org.exoplatform.services.rest.GenericContainerRequest request)Should be used for normalization URI as described at http://www.unix.com.ua/rfc/rfc3986.html#s6.2.2.
-