You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Recently I noticed that we can access spring blog by /year/month/date. but when click on bottom page nav year/month/date is not considered for page load.
Recently I noticed that we can access spring blog by /year/month/date. but when click on bottom page nav year/month/date is not considered for page load.
Eg :
Try accessing https://spring.io/blog/2019, in bottom page we get page navigation, but when click on page 2. It takes you to https://spring.io/blog?page=2 instead of https://spring.io/blog/2019?page=2.
Trying manually in browser https://spring.io/blog/2019?page=2 works though.
The text was updated successfully, but these errors were encountered: