Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access file with multiple extension #46

Closed
terrywh opened this issue Jun 6, 2019 · 2 comments
Closed

Cannot access file with multiple extension #46

terrywh opened this issue Jun 6, 2019 · 2 comments
Labels

Comments

@terrywh
Copy link

terrywh commented Jun 6, 2019

  • VERSION: 0.4.4
  • REPRODUCE:
    with two file in the root directory:
    /x.js -> 200 OK
    /x.min.js -> 404 Not Found
@nemasu nemasu added the bug label Jun 10, 2019
@nemasu
Copy link
Owner

nemasu commented Jun 10, 2019

Bug confirmed, I was able to reproduce it.
Interestingly enough, you don't need x.js to cause the problem, x.min.js won't work at all.
I think the problem is with string_remove.

nemasu added a commit that referenced this issue Jan 15, 2021
@nemasu
Copy link
Owner

nemasu commented Jan 15, 2021

I think this is fixed now, finally.

@nemasu nemasu closed this as completed Jan 15, 2021
nemasu added a commit that referenced this issue Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants