I should probably add that I'm just trying to authenticate via LDAP at
this stage. Authorization will be implemented later.

2008/7/28 Mike Watson <[EMAIL PROTECTED]>:
> Hi Folks,
>
> What's the most straightforward way to secure my REST URLs?
>
> I'd assumed that I'd be able to use the standard JEE approach and
> secure based on URL patterns but this doesn't seem to work (on
> Websphere anyway) and I'm assuming it's to do with the fact everything
> I'm doing is happening in filters rather than working with 'real'
> resources. (I don't get any errors, I just get to see resources I
> shouldn't when I'm not authenticated).
>
> Is there some sort of Security Interceptor I should enable or should
> this work the way I initially assumed?
>
> Has anybody else (Jeromy?) done this?
>
> Cheers
>
> Mike
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to