Verified
A part of a URL passed through an HTTP request to invoke a servlet. Whether a URL path contain the context path + servlet path + path info, here Context path is the path prefix related with a servlet context of that the servlet is a part. If such context is the default context rooted at the base of URL namespace of the Web server, the path prefix will be an empty string. Or else, the path prefix starts along with a / character but does not end along with a / character.