Community
Participate
Working Groups
After changing images paths to relative they stopped displaying on the HTML 401 pages, because 401 page is displayed under current URL. The solution would be to redirect user to the 401 page instead of displaying it under current URL.
Created attachment 205516 [details] fix This is tested fix for this issue. I hope for +1 to merge it to master.
Created attachment 205522 [details] fix Very nice, I've been redirecting to absolute path.
I saw the broken prompt and I saw it fixed with Gosia's latest patch. +1 from me.
You use getRequestURL in one place and the getRequestURI in the other. Probably should be one or the other (suspect getRequestURL).
Created attachment 205542 [details] fix
(In reply to comment #4) > You use getRequestURL in one place and the getRequestURI in the other. Probably > should be one or the other (suspect getRequestURL). corrected.
Go for it.
(In reply to comment #7) > Go for it. Pushed