-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
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
Fix details tab log url detection #42104
Fix details tab log url detection #42104
Conversation
Needs to be backported |
3d845fb
to
34ead8d
Compare
Just added a test as well. There's a couple of html entity decimal code involved for the assertion to escape the |
Nice.
Very apt. |
* Fix details tab log url detection * Add test (cherry picked from commit b543932)
Use the same regexp that we have for the legacy log page which is more complex and robust. This will also enforce consistancy between the two pages. Cf screenshot the url was not properly matched,
!((
was causing trouble.Before
After