Java Servlet Filter to authenticate access using the Apache's .htaccess files.
It can find a relevant .htaccess file and understands a subset of the directives of Apache's Authentication and Access Control systems.
Only BASIC authentication and user/group and ip/host based access control are supported.
See the HtAccessFilter javadoc for usage info.