• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-2869
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Normal Normal
Assignee: Unassigned
Reporter: Eddy Stryker
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

OGP Beta: Wrong LLSD serialization returned from OGP login on error

Created: 15/Aug/08 10:45 AM   Updated: 29/Sep/08 03:51 PM
Return to search
Component/s: Interop - Agent Domain
Affects Version/s: None
Fix Version/s: None

Issue Links:
Relates
 

Linden Lab Issue ID: DEV-19620


 Description  « Hide
I've gotten a login response from https://login1.aditi.lindenlab.com/cgi-bin/auth.cgi that looks like this: {'reason': 'ban', 'authenticated': False, 'message': 'Second Life Open Grid Beta cannot be accessed if not in Gridnauts inworld group. Please contact OGP team for an invitation ogpb-info@lindenlab.com.'}

And one that looks like this:

<?xml version=\"1.0\" ?><llsd><map><key>limited_to_estate</key><string>1</string><key>lastname</key><string>Stryker</string><key>firstname</key><string>Eddy</string><key>caps</key><map /></map></llsd>

I'm told the first serialization style should not be used during login, only the XML serialization.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Tess Linden added a comment - 21/Aug/08 12:00 PM
oops, wrong bug.

Leyla Linden added a comment - 15/Sep/08 01:27 PM
The viewer always receives xml+llsd (the latter type) otherwise it wouldn't be able to process the response.

I tried a number of curl commands with different accept and content types and always got xml+llsd responses:

ex.

curl -k -H "Accept: application/xml" -H "Content-Type: application/xml" -d "<llsd><map><key>firstname</key><string>Leyla</string><key>lastname</key><string>Linden</string><key>password</key><string>****</string></map></llsd>" https://yak.lindenlab.com/cgi-bin/auth.cgi

<?xml version="1.0" ?><llsd><map><key>reason</key><string>ban</string><key>authenticated</key><boolean>false</boolean><key>message</key><string>Second Life Open Grid Beta cannot be accessed if not in Gridnauts inworld group. Please contact OGP team for an invitation ogpb-info@lindenlab.com.</string></map></llsd>

Can I have a more detailed description of how you got to the non-xml formatted output or a repro? It looks like it was using curl.


Eddy Stryker added a comment - 15/Sep/08 01:40 PM
The "Second Life Open Grid Beta cannot be accessed if not in Gridnauts inworld group." condition has to be true to reproduce the bug. I made the exact same request (using .NET HttpWebRequest with Content-Type: application/xml) two times, once when that condition was true and once when the condition was false (after I joined the group on the beta grid) and got those two different output formats.

whump linden added a comment - 19/Sep/08 04:27 PM
I'm unable to replicate this using two accounts, one enabled for OGP the other not. I'm using curl from the command line on Mac OS X with the same message format as Leyla's comment above.

whump linden added a comment - 29/Sep/08 03:50 PM
Still unable to reproduce this.