1- Open /restricted-page?bla=12345
The "Restricted Page" page is opened.
The "Target Page" should be opened.

We noticed that the redirect for restricted pages ignores pages with parameters, since the URL does not match the blocked URL.

Comments

RenatoG created an issue. See original summary.

  • RenatoG committed a848e0e on 8.x-1.x
    Issue #3091249 by RenatoG: URL's with parameters are not redirected
    
renatog’s picture

Status: Active » Needs review
renatog’s picture

Status: Needs review » Fixed

Committed to the dev branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

arularputharaj’s picture

I have similar issue. My url is /restricted-page/12345, the id is dynamic.
Kindly advice, how can I use the url, I am using your latest version.

dmgig’s picture

Category: Bug report » Feature request

Like the user above, I'm interested in knowing if this would work with dynamic urls.

Something like:

/project/*|/dashboard

Thank you