
| Key: |
XMLRPC-62
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Holger Hoffstätte
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Windows XP, jdk 1.5.0
|
|
| Resolution Date: |
15/Jun/05 11:24 PM
|
|
executeAsync reproducably bombs out with an NPE in XmlRpcClient.XmlRpcClientAsyncThread.run(). Reason: the initially non-null call is overwritten by a call to dequeue, which returns null. The attached patch fixes this and also takes care of initially non-null calls (just in case).
|
|
Description
|
executeAsync reproducably bombs out with an NPE in XmlRpcClient.XmlRpcClientAsyncThread.run(). Reason: the initially non-null call is overwritten by a call to dequeue, which returns null. The attached patch fixes this and also takes care of initially non-null calls (just in case).
|
Show » |
|