[MOBY-dev] malformed authURI [solved]
Jason Stewart
jason.e.stewart at gmail.com
Fri May 23 10:54:58 UTC 2008
Hey,
OK. It was an incomplet error message text...
Here is what the docs say:
authURI - a URI representing your organization (e.g. yourdomain.com);
no http-prefix, and no trailing path information is allowed.
but the code looks like this:
return &_error( "Malformed authURI - must not have an http:// prefix", "" )
if $AuthURI =~ '[/:]';
Ah... I had a trailing '/'... but not a 'http://' prefix... That was
confusing me...
So if I have a ':' or a '/' then the authURI is rejected. I'd be happy
to offer a patch for the error message to make it a bit more complete.
Is that helpful?
Cheers, jas.
More information about the MOBY-dev
mailing list