This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193157 - [70cat] NullPointerException at org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication.authenticate
Summary: [70cat] NullPointerException at org.tmatesoft.svn.core.internal.io.dav.http.H...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 14:14 UTC by rcasha
Modified: 2010-12-10 06:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174862


Attachments
stacktrace (4.68 KB, text/plain)
2010-12-09 14:14 UTC, rcasha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rcasha 2010-12-09 14:14:51 UTC
Build: NetBeans IDE Dev (Build 201012090001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-ea-b03
OS: Linux

User Comments:
rcasha: svn commit




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication.authenticate(HTTPNTLMAuthentication.java:513)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:342)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262)
   at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doCheckout(DAVConnection.java:452)
   at org.tmatesoft.svn.core.internal.io.dav.DAVCommitEditor.checkoutResource(DAVCommitEditor.java:468)
Comment 1 rcasha 2010-12-09 14:14:55 UTC
Created attachment 103868 [details]
stacktrace
Comment 2 Ondrej Vrabec 2010-12-09 16:33:13 UTC
fix: #c0a2858d3316 - http://hg.netbeans.org/core-main/rev/c0a2858d3316
Comment 3 Quality Engineering 2010-12-10 06:16:35 UTC
Integrated into 'main-golden', will be available in build *201012100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c0a2858d3316
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #193157 - [70cat] NullPointerException at org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication.authenticate