Re: [S2} REST plugin & Security

2008-07-29 Thread Mike Watson
Thanks Jeromy, Yep, we did get the standard JEE security working in WAS. (Fat-fingered typing in the web.xml was the culprit). I'll have a look at the Sping option if we find the container stuff a bit lacking. Thanks again for your feedback. Mike 2008/7/29 Jeromy Evans <[EMAIL PROTECTED]>: > >

Re: [S2} REST plugin & Security

2008-07-28 Thread Jeromy Evans
If you don't have complex URL patterns, I'd continue down the JEE path. It should work. Although I haven't tried it with websphere it's a fundamental requirement of the container. I'd temporarily switch to HTTP BASIC instead of LDAP to try isolate the problem. Yes, creating a custom Secur

Re: [S2} REST plugin & Security

2008-07-27 Thread Mike Watson
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 JE