A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Hi,
I've been using this code to exclude default action segment and registering it from Global.asax like this.
This does not seem to work in 7.5 any longer, but nothing in Johan's post suggests so.
The problem is that context.RoutedContentLink is always SysRoot and not the page I am currently accessing (in EPi 7.1, this is not the case).
However, there has been a change in how DefaultUrlSegmentRouter is instantiated, so my Global.asax looks like this now:
Am I missing something here or is there a bug?