keybase / keybase/keybase-issues

incorrect current directory for WEB page on the server keybase.pub

Open
#4,153 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
899
Forks
40
PR merge metrics
No merged PRs in 30d

Description

### The web server keybase.pub incorrectly determines the current directory for WEB pages if index.html is not explicitly specified:

1.
_https://euarli46.keybase.pub/Jellet/index.html_
or
_https://euarli46.keybase.pub/Jellet/_

Current directory for index.html is
**https://euarli46.keybase.pub/Jellet/**
**It's correct**
2.
_https://euarli46.keybase.pub/Jellet_

Current directory for index.html is
**https://euarli46.keybase.pub/**
**It's not correct**

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the two URL forms on keybase.pub, comparing /Jellet/index.html and /Jellet/ with /Jellet. Trace the server's directory and index-page routing entry point, then verify that the no-trailing-slash form resolves the current directory as /Jellet/.

Written by the indexing model from the issue text.

Assessment

Domain
web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.