Open GoogleCodeExporter opened 9 years ago
Fixed to close() the Response object otherwise the socket is never released.
Original comment by dob...@gmail.com
on 30 Aug 2010 at 10:14
Attachments:
Thanks ... this definitely provides GoogleApps support without extra
configuration on the owner's site.
This will be added. I wonder if this should be enabled by default (in
DefaultDiscovery chain)
Original comment by david.yu...@gmail.com
on 31 Aug 2010 at 6:54
BTW does dyuproject ever check .well-known/host-meta at all?
This class could easily be adapted to another class which does that check -
just need to change the way the host-meta URL is calculated.
I didn't have a domain with .well-known/host-meta to test that feature against
so I didn't make that version of the class.
Original comment by dob...@gmail.com
on 31 Aug 2010 at 6:01
There are currently no checks for the host meta.
The domain dyuproject.com has a .well-known/host-meta you can test with
google's server.
Basically the response was:
Link: <https://www.google.com/accounts/o8/site-xrds?ns=2&hd=dyuproject.com>;
rel="describedby http://reltype.google.com/openid/xrd-op";
type="application/xrds+xml"
Original comment by david.yu...@gmail.com
on 31 Aug 2010 at 6:43
Original issue reported on code.google.com by
dob...@gmail.com
on 30 Aug 2010 at 7:59Attachments: