Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ntlmdomain (0.09 sec)

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

                verify(session).setAttribute("NtlmHttpAuth", ntlmAuth);
                verify(session).setAttribute("ntlmuser", "user");
                verify(session).setAttribute("ntlmdomain", "TEST_DOMAIN");
    
                // Verify that the chain continues
                verify(response, never()).setStatus(HttpServletResponse.SC_UNAUTHORIZED);
            }
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  2. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java

                            p.setPassword(authCtx.get(AuthenticationContext.PASSWORD));
                            p.setNtlmDomain(authCtx.get(AuthenticationContext.NTLM_DOMAIN));
                            p.setNtlmHost(authCtx.get(AuthenticationContext.NTLM_WORKSTATION));
                            authCtx.close();
                        }
                        return p;
                    }
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 31.2K bytes
    - Viewed (0)
Back to top