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
kuschelyagi added the
Wiki archiver
label 2020-09-03 22:01:23 +00:00
Author
Owner

See also #8

See also #8
kuschelyagi added a new dependency 2020-09-03 22:03:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Blocks
#5 Static Wiki Website Archive
glitch-city-laboratories/epilogue
Reference: glitch-city-laboratories/epilogue#7
No description provided.