lwIP - A Lightweight TCP/IP stack - Bugs: bug #54244, httpd should return...
You are not allowed to post comments on this tracker with your current authentication level.
bug #54244: httpd should return '/dir/index.html' for URI '/dir'
Submitter: | Simon Goldschmidt <goldsimon> | ||
Submitted: | Wed 04 Jul 2018 01:02:27 PM UTC | ||
Category: | apps | Severity: | 3 - Normal |
Item Group: | Feature Request | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
Thu 12 Jul 2018 06:35:51 PM UTC, comment #2: |
Simon Goldschmidt <goldsimon>![]() |
Wed 04 Jul 2018 01:02:59 PM UTC, comment #1: This currently only works when URI is '/dir/', not '/dir'. |
Simon Goldschmidt <goldsimon>![]() |
Wed 04 Jul 2018 01:02:27 PM UTC, original submission:
|
Simon Goldschmidt <goldsimon>![]() |
Attached Files
file #44542: 0001-Try-to-fix-bug-54244-httpd-should-return-dir-index.h.patch added by goldsimon (6KiB - application/octet-stream)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2018-07-12 | goldsimon | Attached File | - | ![]() |
Added 0001-Try-to-fix-bug-54244-httpd-should-return-dir-index.h.patch, #44542 |
Attached patch seems to work for httpd, but relative links are broken (when opening '/dir' which returns '/dir/index.html', all relative links are relative to '/', not to '/dir/'). Is this expected?
(file #44542)