summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵Andrew Arnott2010-01-121-0/+46
| | | | | | unrecognized HTTP methods any more. Fixes Trac #169
* Fixes StyleCop issues.Andrew Arnott2010-01-111-1/+1
|
* Fixed multipart POST so that it doesn't include a leading \r\n, which ↵Andrew Arnott2010-01-111-0/+30
| | | | apparently is NOT valid.
* Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵Andrew Arnott2009-05-111-3/+23
| | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'()
* Added convenience method for sending OutgoingWebResponse instances to an ↵Andrew Arnott2009-03-271-2/+7
| | | | HttpListenerResponse.
* Fixes null key handling in incoming query strings.Andrew Arnott2009-01-131-0/+19
| | | | Fixes Google Code Issue 9 on dotnetoauth project.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+99