< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [repro-users] Problems running repro (first time user)


To follow up on my previous post, I did some debugging and found that the html command line is not being processed correctly

WebAdmin::buildDomainsSubPage(DataStream& s)

The incoming command is supposed to be handled by checking:

(mHttpParams["action"] == "Add")

However, the actual command received is numerical.  This also seems to account for the issue in user files getting weird numerical va

  if (mHttpParams["action"] == "65100100")
  {
  clog << "Add" << endl;
  }

I get the same issue for both Iceweasel, Epiphany and Opera browsers.   I'll dig around in the buildPage() code tomorrow and see how the domain is being parsed.