-
Notifications
You must be signed in to change notification settings - Fork 781
Using weak tag instead of just last modification date #2435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,8 @@ | |
<filter-mapping> | ||
<filter-name>ExpiresHalfHourFilter</filter-name> | ||
<url-pattern>/history/*</url-pattern> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why not history ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. history does not include mast.jsp so this does not affect it anyway There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this mean that history page will not display any messages ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No. It means it will work like now, with sometimes inconsistent view as mentioned in #2405 because of the 30 minutes caching interval. This is also a subject to change if desired, but in different PR. |
||
<url-pattern>/xref/*</url-pattern> | ||
<url-pattern>/raw/*</url-pattern> | ||
<url-pattern>/download/*</url-pattern> | ||
<url-pattern>/diff/*</url-pattern> | ||
<url-pattern>/more/*</url-pattern> | ||
<url-pattern>/rss/*</url-pattern> | ||
<url-pattern>/error</url-pattern> | ||
<url-pattern>/enoent</url-pattern> | ||
|
Uh oh!
There was an error while loading. Please reload this page.