Print this page


Split Close
Expand all
Collapse all
          --- old/src/windows/classes/sun/net/www/protocol/http/NTLMAuthSequence.java
          +++ new/src/windows/classes/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.java
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16   *
  17   17   * You should have received a copy of the GNU General Public License version
  18   18   * 2 along with this work; if not, write to the Free Software Foundation,
  19   19   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20   20   *
  21   21   * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  22   22   * CA 95054 USA or visit www.sun.com if you need additional information or
  23   23   * have any questions.
  24   24   */
  25   25  
  26      -package sun.net.www.protocol.http;
       26 +package sun.net.www.protocol.http.ntlm;
  27   27  
  28   28  import java.io.IOException;
  29   29  import sun.misc.BASE64Encoder;
  30   30  import sun.misc.BASE64Decoder;
  31   31  
  32   32  /*
  33   33   * Hooks into Windows implementation of NTLM.
  34   34   * This class will be replaced if a cross-platform version of NTLM
  35   35   * is implemented in the future.
  36   36   */
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX