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
TUL/Exclude /browse, /search and admin paths from SSR (port of upstream DSpace#4332)
Crawlers were feeding on SSR-rendered /browse pages: DSpace reflects
unknown query params into generated links, and non-decoding crawlers
turn the escaped separator into ever-growing amp;value params - an
infinite URL space. On 7.5 every such URL is a full SSR render (~21
backend calls), which took the site down on Aug 6-9.
Ports upstream dspace-7_x PR DSpace#4332 (excludePathPatterns) natively:
excluded paths are served as CSR shell with no links to follow.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments