< 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)


What version/revision of resiprocate are you using?  There was problems in a past revision with the ResipFastStream implementation and interaction with the repro web interface.  This problem should not be an issue if you are using SVN head revision.  If you want to try disabling resipfaststreams with the revision you currently have, then you could try opening rutil/resipfaststreams.hxx and ensuring the following line is not commented out:

#define RESIP_USE_STL_STREAMS

 

Scott

 

From: repro-users-bounces@xxxxxxxxxxxxxxx [mailto:repro-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Stephen Gilbert
Sent: January 23, 2009 1:22 AM
To: repro-users@xxxxxxxxxxxxxxx
Subject: 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.