I'm wondering how to do the following. I'd like to, at the resource level,
be able to check the headers and perform authorization based on either
supplied basic auth or oauth credentials. I looked at the SecurityFilter
example in atompub-contacts-server and https-clientserver-grizzly, and
that's the type of check I want to do, except that I need to use some path
parameters before I do that sort of check. As a last resort, I suppose I
could parse the path, but it seems like this would be something to try to do
with ResourceFilter. An good examples I should look at?
Ed