http://codereview.appspot.com/63213/diff/1/3 File java/gadgets/src/main/java/org/apache/shindig/gadgets/oauth/OAuthRequest.java (right):
http://codereview.appspot.com/63213/diff/1/3#newcode858 Line 858: if (response.getHttpStatusCode() != 401 && response.getHttpStatusCode() != 403) { It would be nice if this used the mnemonic constants on HTTP response so that we don't have to try to remember what a 401 stands for. http://codereview.appspot.com/63213