Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed HTTP Basic authentication for OAuth 2 clients so that it actually ↵ | Andrew Arnott | 2012-04-19 | 1 | -0/+5 |
| | | | | works in the sample. | ||||
* | Fixed StyleCop messages. | Andrew Arnott | 2012-03-05 | 1 | -5/+5 |
| | |||||
* | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 1 | -0/+27 |
.NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. |