You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Rajdeep Dua <ra...@google.com> on 2008/07/18 20:01:48 UTC

Shindig REST implementation and Abdera

Hi,
Recently the Abdera code seems to have been removed from the REST
implementation. The new implementation looks pretty simple as compared to
Abdera.
Were we over engineering by using Abdera or are we missing something which
existed before.

Didnt quite understand the BasicSecurityToken implementation -- i gave a
token value of "a:a:a:a:a" and it happily accepted it. Is it by design or it
is a bug?( I was tempted to open a Bug but thought of clarifying )

Thanks
Rajdeep

Re: Shindig REST implementation and Abdera

Posted by Kevin Brown <et...@google.com>.
On Fri, Jul 18, 2008 at 11:01 AM, Rajdeep Dua <ra...@google.com> wrote:

> Hi,
> Recently the Abdera code seems to have been removed from the REST
> implementation. The new implementation looks pretty simple as compared to
> Abdera.
> Were we over engineering by using Abdera or are we missing something which
> existed before.
>
> Didnt quite understand the BasicSecurityToken implementation -- i gave a
> token value of "a:a:a:a:a" and it happily accepted it. Is it by design or
> it
> is a bug?( I was tempted to open a Bug but thought of clarifying )


By design -- we have no way of knowing whether the token is valid for you or
not. You shouldn't use BasicSecurityToken in production, instead using an
encrypted form.


>
>
> Thanks
> Rajdeep
>