Searched defs:findCGI (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DCGIServlet.java924 protected String[] findCGI(String pathInfo, String webAppRootDir, method in class:CGIServlet.CGIEnvironment
946 log("findCGI: path=" + pathInfo + ", " + webAppRootDir);
953 log("findCGI: currentLoc=" + currentLocation);
959 log("findCGI: currentLoc=" + currentLocation);
971 log("findCGI: FOUND cgi at " + currentLocation);
986 log("findCGI calc: name=" + name + ", path=" + path
994 * script; relies heavily on Servlet API methods and findCGI
1035 sCGINames = findCGI(sPathInfoOrig,
1074 * 1) Let sCGIFullName not end in a "/" (see method findCGI)
1080 * (see method findCGI, wher
[all...]

Completed in 15 milliseconds