FgForrest / evitaDB

evitaDB is a specialized database with an easy-to-use API for e-commerce systems. It is a low-latency NoSQL in-memory engine that handles all the complex tasks that e-commerce systems have to deal with on a daily basis. evitaDB is expected to act as a fast secondary lookup/search index used by front stores.
https://evitadb.io
Other
62 stars 7 forks source link

System endpoints return 404 with trailing slash #746

Open lukashornych opened 6 days ago

lukashornych commented 6 days ago

System API endpoints such as /system/server-name returns 404 error when access with trailing slash like so /system/server-name/.

This makes the API completely inaccessible on some server which do automatic redirect to trailing slash.