lovoni / openinfocard

Automatically exported from code.google.com/p/openinfocard
0 stars 0 forks source link

Selecting a self-asserted card in the selector produces no action (OS X/Firefox) #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build Firefox plugin (ant build_firefox)
2. Install plugin
3. Go to identityblog.com and click login, choose or create a self-asserted 
card. Click 'Use this 
card'. or,
3. Go to https://xmldap.org/relyingparty and click login, choose or create a 
self-asserted card. 
Click 'Use this card'.

What is the expected output? What do you see instead?
The card should be accepted, and further processing should ensue, but nothing 
happens. There's 
no error message in the Javascript console either.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by anil.eda...@gmail.com on 28 Jan 2007 at 1:50

GoogleCodeExporter commented 9 years ago
Enabling the Java console shows this exception:

MRJ Plugin for Mac OS X v1.0.1
[starting up Java Applet Security @ Sun Jan 28 23:22:32 PST 2007]
org.xmldap.exceptions.TokenIssuanceException: org.json.JSONException: 
JSONObject["chainLength"] not 
found.
    at org.xmldap.firefox.TokenIssuer.getToken(TokenIssuer.java:601)
Caused by: org.json.JSONException: JSONObject["chainLength"] not found.
    at org.json.JSONObject.get(JSONObject.java:285)
    at org.xmldap.firefox.TokenIssuer.getToken(TokenIssuer.java:598)

Original comment by anil.eda...@gmail.com on 29 Jan 2007 at 7:32

GoogleCodeExporter commented 9 years ago
This issue is resolved.

Original comment by ignisvul...@gmail.com on 1 Feb 2007 at 1:46