Changeset: df2e196a5f01
Author:ohair
Date: 2010-02-03 16:44 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/df2e196a5f01
6923146: Upgrade to JAXP 1.4.3
Reviewed-by: darcy
! jaxp.properties
Max (Weijun) Wang wrote:
On Feb 4, 2010, at 4:15 PM, Natalie Li wrote:
public final class Client {
/**
* Creates an NTLM Client instance.
* @param version the NTLM version to use, which can be:
*
* 1: Original NTLM v1
* 1lm: Original NTLM v1, LM only
* 1ntlm: Orig
Natalie Li wrote:
Security Blob: 605506062B0601050502A04B3049A00E300C060A2B060104...
GSS-API Generic Security Service Application Program
Interface
OID: 1.3.6.1.5.5.2 (SPNEGO - Simple Protected
Negotiation)
SPNEGO
negTokenInit
Security Blob: 605506062B0601050502A04B3049A00E300C060A2B060104...
GSS-API Generic Security Service Application Program Interface
OID: 1.3.6.1.5.5.2 (SPNEGO - Simple Protected Negotiation)
SPNEGO
negTokenInit
public final class Client {
/**
* Creates an NTLM Client instance.
* @param version the NTLM version to use, which can be:
*
* 1: Original NTLM v1
* 1lm: Original NTLM v1, LM only
* 1ntlm: Original NTLM v1, NTLM only
* 1+: NTLM v1 with Client Challenge
Changeset: 4b4e282a3146
Author:jjg
Date: 2010-02-04 10:14 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4b4e282a3146
6923080: TreeScanner.visitNewClass should scan tree.typeargs
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
! src
On Feb 4, 2010, at 4:15 PM, Natalie Li wrote:
>>
>> public final class Client {
>>/**
>> * Creates an NTLM Client instance.
>> * @param version the NTLM version to use, which can be:
>> *
>> * 1: Original NTLM v1
>> * 1lm: Original NTLM v1, LM only
>> * 1ntlm: Origin