HarperFast/harper

Incorrect logic for matching index.html

Open

#297 建立於 2026年3月29日

在 GitHub 查看
 (4 留言) (0 反應) (1 負責人)JavaScript (7 fork)github user discovery
good first issue

倉庫指標

Star
 (75 star)
PR 合併指標
 (PR 指標待抓取)

描述

The static default index file matcher uses logic of urlPath.endsWith('index.html') which means it not only matches index.html, but also another-index.html, wrong-index.html, and really-wrong-index.html. And picks a winner in somewhat unpredictable fashion.

貢獻者指南