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

/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DOpenSSORequestHandler.java67 private boolean shouldCont = true; field in class:OpenSSORequestHandler
112 return shouldCont;
130 shouldCont = fil.getConfigurationResult(request, response);
131 //shouldCont = shouldCont || request.getContextPath().equals("/agentapp");
132 shouldCont = shouldCont || request.getContextPath().equals(sAgentApp);
135 request.getContextPath() +"shouldCont");
137 if (!shouldCont) {
148 return !shouldCont;
[all...]

Completed in 531 milliseconds