Class PathSeparatorHandler

java.lang.Object
io.undertow.server.handlers.PathSeparatorHandler
All Implemented Interfaces:
HttpHandler

public class PathSeparatorHandler extends Object implements HttpHandler
A handler that translates non slash separator characters in the URL into a slash. In general this will translate backslash into slash on windows systems.
Author:
Stuart Douglas