Page 1 of 1

Web Server: '404 Not Found' on root entry

Posted: Mon Apr 22, 2024 7:38 pm
by badbob001
My Everything server is indexing a network share (\\servername\sharename). When I view the Web Server page (http://servername:8023), it shows a single folder for \\servername\sharename, as expected. But if I click it, I get '404 Not Found'.

The link of that folder is:
http://servername:8023/%5Cservername/sharename

To make it work, add another %5C:
http://servername:8023/%5C%5Cservername/sharename

My guess is that there is code that is incorrectly interpreting the \\ as an escaped-\.

Re: Web Server: '404 Not Found' on root entry

Posted: Tue Apr 23, 2024 3:51 am
by void
Thank you for the bug report badbob001,

This is a bug with Everything 1.5.
Everything is incorrectly removing the \ prefix when combining the name with the parent folder. (the parent folder is empty in this case)

I'll have this fixed in the next alpha update.

Re: Web Server: '404 Not Found' on root entry

Posted: Thu Apr 25, 2024 6:00 am
by void
Everything 1.5.0.1373a fixes an issue with stripping the \ suffix in \\server