mirror of https://github.com/kiwix/libkiwix.git
Broke Server.404 with /catalogBLABLABLA/root.xml
The new negative test-point demonstrates that Kiwix server doesn't distinguish /catalogBLABLABLA from /catalog.
This commit is contained in:
parent
86ef2e2199
commit
0a3d293ae0
|
@ -240,6 +240,7 @@ const char* urls404[] = {
|
|||
"/skin/non-existent-skin-resource",
|
||||
"/catalog",
|
||||
"/catalog/non-existent-item",
|
||||
"/catalogBLABLABLA/root.xml",
|
||||
"/meta",
|
||||
"/meta?content=zimfile",
|
||||
"/meta?content=zimfile&name=non-existent-item",
|
||||
|
|
Loading…
Reference in New Issue