lwIP - A Lightweight TCP/IP stack - Patches: patch #9668, Add custom 404 handler to HTTP...
You are not allowed to post comments on this tracker with your current authentication level.
patch #9668: Add custom 404 handler to HTTP server
Submitter: | Johan Borkhuis <borkhuis> | ||
Submitted: | Wed 04 Jul 2018 08:14:04 AM UTC | ||
Category: | apps | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Wed 04 Jul 2018 02:01:02 PM UTC, comment #2: |
Johan Borkhuis <borkhuis> |
Wed 04 Jul 2018 01:01:36 PM UTC, comment #1: Please base patches on git master, not on 2.0.3. Chances are that they don't apply any more and manual rebase is no fun.
|
Simon Goldschmidt <goldsimon>![]() |
Wed 04 Jul 2018 08:14:04 AM UTC, original submission:
The current implementation of the webserver (in src/apps/httpd) expects that each URL refers to a file (in fsdata).
|
Johan Borkhuis <borkhuis> |
Depends on the following items: None found
Items that depend on this one: None found
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.
Simon,
I attached a new patch file, now based on the git master, just for reference. The change itself is quite small, and only impacts the 404 handler.
But if this is not the right time for this change then just let it go, and I will have a look again when 2.1.0 is released, to see if it is still needed, or if there is another way to achieve this.
(file #44505)