requests from user A owned by user B

2012-07-16 Thread Dado Feigenblatt


Hi,

I have a user A who all of his review requests end up being owned by 
another user B.

I tried it myself in a clean environment.
I became user A and posted a review with no extra arguments and it also 
ended up being owned by user B.


I stepped through post-review up to when it calls
rsp = self.api_post(review_request_href, data)
and successfully creates a new request.
At that point I checked the admin interface and the request was already 
owned by user B.


For completeness sake, the arguments to the api post are

  review_request_href = http://rboard02v/api/review-requests/
  data = {'changenum': '714435', 'repository': 'perforce04:1666'}

I have no idea where user B is coming from.
The users say at one point user A was having problems posting a review, 
then user B logged in and posted the review as himself.
They can't remember exactly what they did, but apparently this is when 
the problems begun.
Whatever they did, I don't understand how that could break things for 
user A permanently.


Using RBTools 0.4.1

Any help would be greatly appreciated.

Thanks,
Dado

--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: requests from user A owned by user B

2012-07-16 Thread Dado Feigenblatt

Oh, could user A's ~/.post-review-cookies.txt have user B session ID?
User A is gone for the day.
I'll post back tomorrow after I have user A authenticating again.

Thanks,
Dado


On Mon, 16 Jul 2012 18:07:19 -0700, Dado Feigenblatt d...@dado.org 
wrote:

Hi,

I have a user A who all of his review requests end up being owned by
another user B.
I tried it myself in a clean environment.
I became user A and posted a review with no extra arguments and it
also ended up being owned by user B.

I stepped through post-review up to when it calls
rsp = self.api_post(review_request_href, data)
and successfully creates a new request.
At that point I checked the admin interface and the request was
already owned by user B.

For completeness sake, the arguments to the api post are

  review_request_href = http://rboard02v/api/review-requests/
  data = {'changenum': '714435', 'repository': 'perforce04:1666'}

I have no idea where user B is coming from.
The users say at one point user A was having problems posting a
review, then user B logged in and posted the review as himself.
They can't remember exactly what they did, but apparently this is
when the problems begun.
Whatever they did, I don't understand how that could break things
for user A permanently.

Using RBTools 0.4.1

Any help would be greatly appreciated.

Thanks,
Dado


--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: requests from user A owned by user B

2012-07-16 Thread Christian Hammond
Hi Dado,

That was most likely the issue. Let me know if removing that doesn't solve
the problem.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Jul 16, 2012 at 6:56 PM, Dado Feigenblatt d...@dado.org wrote:

 Oh, could user A's ~/.post-review-cookies.txt have user B session ID?
 User A is gone for the day.
 I'll post back tomorrow after I have user A authenticating again.

 Thanks,
 Dado



 On Mon, 16 Jul 2012 18:07:19 -0700, Dado Feigenblatt d...@dado.org
 wrote:

 Hi,

 I have a user A who all of his review requests end up being owned by
 another user B.
 I tried it myself in a clean environment.
 I became user A and posted a review with no extra arguments and it
 also ended up being owned by user B.

 I stepped through post-review up to when it calls
 rsp = self.api_post(review_request_**href, data)
 and successfully creates a new request.
 At that point I checked the admin interface and the request was
 already owned by user B.

 For completeness sake, the arguments to the api post are

   review_request_href = 
 http://rboard02v/api/review-**requests/http://rboard02v/api/review-requests/
   data = {'changenum': '714435', 'repository': 'perforce04:1666'}

 I have no idea where user B is coming from.
 The users say at one point user A was having problems posting a
 review, then user B logged in and posted the review as himself.
 They can't remember exactly what they did, but apparently this is
 when the problems begun.
 Whatever they did, I don't understand how that could break things
 for user A permanently.

 Using RBTools 0.4.1

 Any help would be greatly appreciated.

 Thanks,
 Dado


 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/ http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard+unsubscribe@**
 googlegroups.com reviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en