ao-servlet-last-modified-3.0.1
Release Notes
-
Removed incorrect direct declaration of a POM dependency. Uses of the previous release may fail with:
Execution attach-javadocs of goal org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:jar failed: '…/javaee-web-api-bom-7.0.1.pom' not allowed on the path, only outputDirectories and jars are accepted
ao-servlet-last-modified-3.0.0
Release Notes
Add
Link: <…>; rel="canonical"
headers to any request containing thelastModified
parameter.The canonical URL is the request URL without any query string.
lastModified
headers are typically added to static file-based resources, and thus the canonical URL is a direct reference to the file. The presence of any other parameters is not considered.This is a major version bump due to renaming
LastModifiedCacheControlFilter
toLastModifiedHeaderFilter
. Any direct references must be updated. Any application using this feature viaMETA-INF/web-fragment.xml
will not need any changes.
ao-servlet-last-modified-2.0.1
Release Notes
- Updated dependencies.
ao-servlet-last-modified-2.0.0
Release Notes
- Updated to Java™ EE 7 Web Profile (Servlet 3.1, JSP 2.3, EL 3.0, and JSTL 1.2).
-
Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies,
*-SNAPSHOT versions include
module-info.class
while releases include theAutomatic-Module-Name
manifest entry. To minimize the difference between these modes,module-info.java
does not perform any transitive requires. - Maven artifact relocated from
com.aoindustries:ao-servlet-last-modified
tocom.aoapps:ao-servlet-last-modified
. - Package renamed from
com.aoindustries.servlet.lastmodified
tocom.aoapps.servlet.lastmodified
. - No longer adding last-modified parameters to HTML files by default, since the links cause duplicate content issues.
ao-servlet-last-modified-1.2.0
Release Notes
-
Added support for Web development file types
*.less
,*.sass
,*.scss
,*.css.map
, and*.js.map
.
ao-servlet-last-modified-1.1.2
Release Notes
- Fixed CSS parser to correctly handle multiple
url(…)
on a single line.
ao-servlet-last-modified-1.1.1
Release Notes
- Now supports included
*.css
.
ao-servlet-last-modified-1.1.0
Release Notes
- Added support for WebP images.
ao-servlet-last-modified-1.0.0
Release Notes
- Split into own project out of ao-servlet-util and ao-servlet-filter.