-
-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Labels
Description
Current Behavior
When attempting to rebuild the CPE index, an error occurs. This appears to be because there is no CPE index (based on looking at the source code).
Note that requesting a rebuild of any of the other indexes works fine.
Logs contain:
2025-09-16 16:16:19,569 WARN [WebComponent] A servlet request to the URI https://<server>/api/v1/search/reindex?type=CPE contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Steps to Reproduce
- Navigate to Administration -> Configuration -> Search
- Under "General - Manual Rebuild" select the "CPE" toggle
- Click "Rebuild index(es)"
Expected Behavior
Requesting a rebuild of any of the listed indexes does not produce an error.
Dependency-Track Frontend Version
4.13.4
Browser
Mozilla Firefox
Browser Version
No response
Operating System
macOS
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this defect was already reported