Class RedirectDirHandler

java.lang.Object
io.undertow.servlet.handlers.RedirectDirHandler
All Implemented Interfaces:
HttpHandler

public class RedirectDirHandler extends Object implements HttpHandler
Handler that redirects the directory requests without trailing slash to the one append trailing slash.
Author:
Lin Gao