Re: [securityfilter-devel] Securityfilter Improvements
Brought to you by:
chris_schultz,
maxcooper
From: Christopher S. <ch...@ch...> - 2007-11-05 18:22:36
|
Ivan, (Bringing this discussion on-list so all can read). Ivan Latysh wrote: > Modularization is a good idea, but in case you are thinking to bring > struts on board, pleas don't, servlet framework is sufficient enough fo= r > the project. No, no. I was just using their architecture as something to look at and emulate. We certainly wouldn't be incorporating any of their code or using struts as a support library or anything like that. > Wish-list: > Support HttpRequest not only HttpServletRequest, so SF can be used with= > WebDAV. Do you mean that you want us to support ServletRequest and not just HttpServletRequest? That might be a problem with the current architecture, since we use the HttpSession (needs http heh heh heh) to store the Principal object. WebDAV should always go over HTTP, though, so I'm not sure why securityfilter + BASIC auth wouldn't work for WebDAV.= Can you help me understand what we're missing? Thanks, -chris |