Searched refs:getContextPath (Results 1 – 16 of 16) sorted by relevance
87 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipelineServlets()136 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipelineWithFilter()261 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testForwardUsingRequestDispatcher()299 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testQueryInRequestUri_regex()335 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testQueryInRequestUri()
64 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipeline()106 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchThatNoFiltersFire()149 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchFilterPipelineWithRegexMatching()
82 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipelineServlets()125 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testVarargsSkipDispatchRequestToManagedPipelineServlets()170 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipelineWithFilter()
103 expect(request.getContextPath()).andReturn("").anyTimes(); in testFilterCreateDispatchDestroy()166 expect(request.getContextPath()).andReturn("").anyTimes(); in testFilterCreateDispatchDestroySupressChain()232 expect(servletRequest.getContextPath()).andReturn("/a_context_path"); in testGetFilterIfMatching()269 expect(servletRequest.getContextPath()).andReturn("/a_context_path"); in testGetFilterIfMatchingNotMatching()
94 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipeline()152 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchThatNoFiltersFire()196 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchFilterPipelineWithRegexMatching()268 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in runRequestForPath()
92 expect(request.getContextPath()).andReturn("").anyTimes(); in testDispatchThruInjectedGuiceFilter()122 expect(request.getContextPath()).andReturn("").anyTimes(); in testDispatchThruInjectedGuiceFilter()
128 expect(req.getContextPath()).andReturn("").anyTimes(); in testSimple()257 expect(req.getContextPath()).andReturn(contextPath).anyTimes(); in runTest()
54 expect(mock.getContextPath()).andReturn(contextPath); in getContextRelativePath()
134 expect(request.getContextPath()).andReturn("").anyTimes(); in testRequestContinuesInOtherThread()178 expect(request.getContextPath()).andReturn("").anyTimes(); in testRequestContinuationDiesInHttpRequestThread()
197 expect(request.getContextPath()).andReturn(contextPath); in pathInfoWithServletStyleMatching()308 expect(request.getContextPath()).andReturn(contextPath); in pathInfoWithRegexMatching()
74 expect(requestMock.getContextPath()).andReturn("").anyTimes(); in testDispatchRequestToManagedPipeline()
83 public String getContextPath() { in newFakeHttpServletRequest() method
72 expect(request.getContextPath()).andReturn("").anyTimes(); in testDispatchThruGuiceFilter()
118 expect(servletRequest.getContextPath()).andReturn("/a_context_path"); in testServiceWithContextPath()
55 String contextPath = request.getContextPath(); in getContextRelativePath()
215 pathInfo = requestUri.substring(getContextPath().length()).replaceAll("[/]{2,}", "/"); in doService()