anunnakian / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

SREG response fields MUST be signed #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It it stated that SREG response fields MUST be signed in version
1.0/1.1-draft1 of the protocol, however SregMessage#signRequired() says
otherwise. 

The attached patch fixes the problem. 

The patch can be applied with 
patch -p0 [--dry-run] <sreg_sign_v1.patch
on *nix systems. 

Original issue reported on code.google.com by enis....@gmail.com on 28 Feb 2008 at 3:59

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in rev463, thanks enis!

Original comment by Johnny.B...@gmail.com on 28 Feb 2008 at 11:26