Community
Participate
Working Groups
From servlet spec 3, section 12.2: The empty string ("") is a special URL pattern that exactly maps to the application's context root, i.e., requests of the form http://host:port/<context- root>/. In this case the path info is ’/’ and the servlet path and context path is empty string (““).
Fixed for 8.1.0.RC4