parent
cff6db02b4
commit
60978ff4c7
|
@ -223,7 +223,7 @@ public interface WebRequest extends RequestAttributes {
|
||||||
* also with conditional POST/PUT/DELETE requests.
|
* also with conditional POST/PUT/DELETE requests.
|
||||||
* <p><strong>Note:</strong> The HTTP specification recommends
|
* <p><strong>Note:</strong> The HTTP specification recommends
|
||||||
* setting both ETag and Last-Modified values, but you can also
|
* setting both ETag and Last-Modified values, but you can also
|
||||||
* use {@code #checkNotModified(String)} or
|
* use {@link #checkNotModified(String)} or
|
||||||
* {@link #checkNotModified(long)}.
|
* {@link #checkNotModified(long)}.
|
||||||
* @param etag the entity tag that the application determined
|
* @param etag the entity tag that the application determined
|
||||||
* for the underlying resource. This parameter will be padded
|
* for the underlying resource. This parameter will be padded
|
||||||
|
|
Loading…
Reference in New Issue