anunnakian / openid4java

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

Accept AX response with only type.alias when no value is present #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Invoke yahoo.com openid flow, asking for AX data: openid.ax.type.Birth.date
2. Yahoo! only returns
openid.ax.type.Birth.date:http://axschema.org/birthDate in the response,
which causes openid4java to log this error and fail the transaction:
org.openid4java.message.ax.AxPayload  - Value missing for attribute alias:
Birth.date

What is the expected output? What do you see instead?
It should accept these responses as not having values.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by chandrik...@gmail.com on 4 Aug 2009 at 8:48

GoogleCodeExporter commented 9 years ago
Fixed in rev622. Thanks for finding the bug!

Original comment by Johnny.B...@gmail.com on 4 Sep 2009 at 1:22

GoogleCodeExporter commented 9 years ago
I can't find rev622 in the list of downloads.
They are all 593 date jun 2009.
Couldn't locate 622 in the svn branches either.
Where is 622?

Original comment by BlessedGeek on 24 Jan 2010 at 6:20

GoogleCodeExporter commented 9 years ago
In the trunk:

 # Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://openid4java.googlecode.com/svn/trunk/ openid4java-read-only 

Original comment by zhoushu...@gmail.com on 24 Jan 2010 at 6:45