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
Toshiaki Maki opened SPR-17194 and commented
https://github.com/spring-projects/spring-framework/blob/v5.0.8.RELEASE/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java#L152-L164
lastModified/expires should take a long value as int can express up to 1970-01-25T20:31:23.647Z ...
lastModified
expires
long
int
1970-01-25T20:31:23.647Z
Affects: 5.0.8, 5.1 RC2
Issue Links:
Referenced from: pull request #1931
The text was updated successfully, but these errors were encountered:
Toshiaki Maki commented
Sent a PR
#1931
Sorry, something went wrong.
Juergen Hoeller commented
Since the comparisons don't seem to work at all due to a long/int mismatch in the headers map (according to #21730), I've changed this one to a bug ticket.
rstoyanchev
No branches or pull requests
Toshiaki Maki opened SPR-17194 and commented
https://github.com/spring-projects/spring-framework/blob/v5.0.8.RELEASE/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java#L152-L164
lastModified
/expires
should take along
value asint
can express up to1970-01-25T20:31:23.647Z
...Affects: 5.0.8, 5.1 RC2
Issue Links:
Referenced from: pull request #1931
The text was updated successfully, but these errors were encountered: