Re: [Freeipa-devel] [PATCH] 807 get schema in json handler

2011-06-22 Thread Rob Crittenden
Adam Young wrote: On 06/21/2011 04:10 PM, Rob Crittenden wrote: If the first request the web server handles is for a bad ticket (e.g. expired) then it is possible to get past the point where the lazy LDAP schema retrieval would happen causing a backtrace in the json handler. Add a call to get

[Freeipa-devel] [PATCH] 807 get schema in json handler

2011-06-21 Thread Rob Crittenden
If the first request the web server handles is for a bad ticket (e.g. expired) then it is possible to get past the point where the lazy LDAP schema retrieval would happen causing a backtrace in the json handler. Add a call to get the schema which will be skipped if a valid schema has already

Re: [Freeipa-devel] [PATCH] 807 get schema in json handler

2011-06-21 Thread Adam Young
On 06/21/2011 04:10 PM, Rob Crittenden wrote: If the first request the web server handles is for a bad ticket (e.g. expired) then it is possible to get past the point where the lazy LDAP schema retrieval would happen causing a backtrace in the json handler. Add a call to get the schema which