Re: [securityfilter-devel] Securityfilter Improvements
Brought to you by:
chris_schultz,
maxcooper
From: Torgeir V. <to...@po...> - 2007-11-05 17:22:03
|
On 5 Nov 2007, at 17:12, Christopher Schultz wrote: > General cleanup and updates: > > * Implement user-data-constraint (really transport-guarantee) This would allow automatic redirection to https for login pages? We would really like to have that feature. > New features: > * Implement optional per-login "tie login to this IP" capability > Future Ideas: > * Eliminate use of jakarta-oro ; regexps are overkill for url-pattern > matching, and oro is nearly dead (right?) Any dependency removed would be nice. JDK regex is much better. Most projects are 1.4 or better these days. > * Add support for CLIENT-CERT authentication Sounds tricky.. -- Torgeir Veimo to...@po... |