Skip to:
If you navigate to
https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation
It has a line that looks as follows in its source:
<li><a href="[content.hlp?docId=|view-source:https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=]">Footer</a></li>
When this link is clicked:
https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=
You get a 400 error.
This could and should be fixed in the help content - but the help code should not give 400 when there is no value for the docid parameter.
This bug was identified in the smoker test.
Tested on 21.x#footer href linked to https://qa21-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation#footerNo 400 errorChanging 21.x status to resolved
Tested using links provided. I found the #footer href, then clicked the link there. It took me to https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation#footerNo 400 errorMarking as Verified
Yes - I think so.
, is this broken Footer link from the Sakai Help's Accessibility page?
If you navigate to
https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=accessibilityinformation
It has a line that looks as follows in its source:
<li><a href="[content.hlp?docId=|view-source:https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=]">Footer</a></li>
When this link is clicked:
https://trunk-mysql.nightly.sakaiproject.org/portal/help/TOCDisplay/content.hlp?docId=
You get a 400 error.
This could and should be fixed in the help content - but the help code should not give 400 when there is no value for the docid parameter.
This bug was identified in the smoker test.