Improvement to post-review when using webauth
Updated 5 months, 1 week ago
| Xavier Duret | Reviewers | ||
| reviewboard | |||
| 513 | chipx86 | ||
| None | Review Board SVN | ||
Ensure that "post-review" does not try to access the login page before checking whether webauth is enabled. There is a ugly hack in the patch. Instead to trying to access a review, "post-review" should access a specific page. I still have to figure out how to create a new webapi page on the server.
This was tested on the company server that is webauth enabled.
Diff revision 2 (Latest)
|
1
2
|
|
|
1
2
|
- /trunk/reviewboard/settings.py: 1 change [ 1 ]
- /trunk/reviewboard/contrib/tools/post-review: 1 change [ 1 ]
- /trunk/reviewboard/webapi/json.py: 1 change [ 1 ]
- /trunk/reviewboard/webapi/urls.py: 1 change [ 1 ]
Other reviews