Factor in the starred state on a review request for caching.
Review Request #1525 — Created April 21, 2010 and submitted
Factor in the starred state on a review request for caching. If a user starred a review request and then reloaded, it would look like the review request wasn't starred. It turned out we weren't paying attention to this state when generating the ETag. Now we factor this in, so starring will cause a different ETag.
Clicked the star and then reloaded the page. Saw that it was starred. This was caught by the new Selenium test suite.