Archive linker not correctly handling fragments in URLs #7

Closed
opened 2020-09-03 22:00:30 +00:00 by kuschelyagi · 1 comment
Owner

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

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
Author
Owner

See also #8

See also #8
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#5 Static Wiki Website Archive
glitch-city-laboratories/epilogue
Reference
glitch-city-laboratories/epilogue#7
No description provided.