OpenID error direct response messages are now sent with HTTP status codes of 400.
commitf152c066e5c3e0bf9bf7b4938dd996083dcc9399
authorAndrew Arnott <andrewarnott@gmail.com>
Fri, 30 Jan 2009 00:52:00 +0000 (29 16:52 -0800)
committerAndrew <andrewarnott@gmail.com>
Fri, 30 Jan 2009 00:52:00 +0000 (29 16:52 -0800)
tree135a546630d769f7188e724b35e3862879f06aa2
parentc701066381fc2c73bec4f63981d7637aa33b713b
OpenID error direct response messages are now sent with HTTP status codes of 400.
src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
src/DotNetOpenAuth.Test/Mocks/TestDirectResponseMessageWithHttpStatus.cs [new file with mode: 0644]
src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs
src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs
src/DotNetOpenAuth.Test/OpenId/Messages/DirectErrorResponseTests.cs
src/DotNetOpenAuth.vsmdi
src/DotNetOpenAuth/DotNetOpenAuth.csproj
src/DotNetOpenAuth/Messaging/IHttpDirectResponse.cs [new file with mode: 0644]
src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs
src/DotNetOpenAuth/OpenId/ChannelElements/OpenIdChannel.cs
src/DotNetOpenAuth/OpenId/Messages/DirectErrorResponse.cs