Class Utf8RequestCharacterEncodingListener

java.lang.Object
com.aoapps.servlet.filter.Utf8RequestCharacterEncodingListener
All Implemented Interfaces:
EventListener, ServletRequestListener

@WebListener("Sets request character encoding to UTF-8 when not provided by client") public class Utf8RequestCharacterEncodingListener extends Object implements ServletRequestListener
Sets the request encoding to StandardCharsets.UTF_8 when encoding not provided by the client.
Author:
AO Industries, Inc.