CERT-Polska / mwdb-core

Malware repository component for samples & static configuration with REST API interface.

Home Page:https://mwdb.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The application keeps downloading data when it returns an error

postrowinski opened this issue · comments

Environment information

  • MWDB version (from /about):
  • Installation method:
    • mwdb.cert.pl service
    • From PyPi (pip install mwdb-core)
    • From docker-compose
    • Other (please explain)
  • Plugins installed:

Behaviour the bug (what happened?)

In case we access certain sub pages with parameters and retrieve data that returns an error, such as 404, the application loops this request.

Expected behaviour

The application should not make this request more than once.

Reproduction Steps

1.Login into application as Administrator
2.Go to settings sub site
3.Then go to users sub page (left navigation)
4.Pick any user from the list
5.Modify the part of the browser URL responsible for the selected user to one that does not exist in the system.

Screenshots

image

Additional context