Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for getRequestUri (0.13 seconds)

  1. src/test/java/jcifs/http/NetworkExplorerTest.java

         */
        @Test
        void testDoDirectory() throws Exception {
            initializeNetworkExplorer(false, "jCIFS");
    
            // Setup minimal mocks
            when(request.getRequestURI()).thenReturn("/explorer");
            when(request.getPathInfo()).thenReturn("/share/");
            when(locator.getCanonicalURL()).thenReturn("smb://server/share/");
    
            // Mock directory listing
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 21 04:51:33 GMT 2025
    - 21.2K bytes
    - Click Count (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java

                        consumer.accept(response, httpEntity);
                    } catch (final Exception e) {
                        logger.warn("Failed to authenticate with form-based authentication: scheme={}, url={}", scheme, request.getRequestUri(),
                                e);
                    } finally {
                        try {
                            EntityUtils.consume(httpEntity);
                        } catch (final IOException e) {
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Sat Jan 31 12:23:29 GMT 2026
    - 62.2K bytes
    - Click Count (0)
Back to Top