MMBase

servdb throws NUllpointerException when determining mirror server

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.3
  • Fix Version/s: 1.6.4
  • Component/s: Core
  • Description:
    Hide
    original bugid: #6133
    The bug is probably caused by the use of a proxy.
    There is a bug in the MMBase code that makes it go haywire if it can't find the 'remotehost' of the connecting user. The remotehost is used to determine whether someone connects froma a certain domain (and thus should be assigned a certain proxy server). If the remotehost is 'null' (probably because of a proxy) it makes amok.
    Code now tests for null values
    Show
    original bugid: #6133 The bug is probably caused by the use of a proxy. There is a bug in the MMBase code that makes it go haywire if it can't find the 'remotehost' of the connecting user. The remotehost is used to determine whether someone connects froma a certain domain (and thus should be assigned a certain proxy server). If the remotehost is 'null' (probably because of a proxy) it makes amok. Code now tests for null values

Activity

Hide
Pierre van Rooden added a comment - 2003-07-16 12:22
servdb throws NUllpointerException when determining mirror server
The bug is probably caused by the use of a proxy.
There is a bug in the MMBase code that makes it go haywire if it can't find the 'remotehost' of the connecting user. The remotehost is used to determine whether someone connects froma a certain domain (and thus should be assigned a certain proxy server). If the remotehost is 'null' (probably because of a proxy) it makes amok.
Show
Pierre van Rooden added a comment - 2003-07-16 12:22 servdb throws NUllpointerException when determining mirror server The bug is probably caused by the use of a proxy. There is a bug in the MMBase code that makes it go haywire if it can't find the 'remotehost' of the connecting user. The remotehost is used to determine whether someone connects froma a certain domain (and thus should be assigned a certain proxy server). If the remotehost is 'null' (probably because of a proxy) it makes amok.

People

Dates

  • Created:
    2003-07-16 12:24
    Updated:
    2006-11-24 12:53
    Resolved:
    2006-11-24 12:53