Renamed package from com.aoindustries.awstats_proxy to com.aoindustries.awstatsproxy.
aoserv-awstats-proxy-1.89.0
Release Notes
No longer hiding *.jspx or *.jsp extensions for resources within
/WEB-INF/*. This is to help interoperability with frameworks that hide their JSP
pages from direct access.
Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies,
*-SNAPSHOT versions include module-info.class while releases include the
Automatic-Module-Name manifest entry. To minimize the difference between these
modes, module-info.java does not perform any transitive requires.
aoserv-awstats-proxy-1.84.2
Release Notes
Project moved to GitHub and Maven.
Updated to Java™ EE 6 Web Profile (Servlet 3.0, JSP 2.2, EL 2.2, and JSTL 1.2).
Converted site listing page from servlet to JSP.
This resolves several issues:
Site now works in non-ROOT contexts (is portable).