The javadoc for ServletContext.getContextPath() says that
It is possible that a servlet container may match a context by more than one context path.
I was trying to find any explanation how this could possibly be achieved, but haven’t found anything. Does anyone know any example of such situation?