Archive linker not correctly handling fragments in URLs #7
Labels
No labels
Forums archiver
Redirector
Wiki archiver
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#5 Static Wiki Website Archive
glitch-city-laboratories/epilogue
Reference
glitch-city-laboratories/epilogue#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Archive linker is not parsing out the fragment before attaching .html extension to return value. This results in incorrect URLs such as:
https://archives.glitchcity.info/wiki/Arbitrary_code_execution#In_Generation_III.html
This should be:
https://archives.glitchcity.info/wiki/Arbitrary_code_execution.html#In_Generation_III
See also #8