Searched refs:weakETag (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceAttributes.java294 protected String weakETag = null; field in class:ResourceAttributes
792 // The weakETag is contentLength + lastModified
793 if (weakETag == null) {
797 weakETag = "W/\"" + contentLength + "-" +
801 result = weakETag;

Completed in 9 milliseconds