[BUG] single urlencoded arg is not allowed #62624
Labels
Bug
broken, incorrect, or confusing behavior
Regression
The issue is a bug that breaks functionality known to work in previous releases.
Salt-API
Sulfur v3006.0
release code name and version
Milestone
Description
Sending a urlencoded arg returns "500 Internal Server Error"
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
docker-compose.yml
config/salt-api.conf
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
(Include debug logs if possible and relevant)
Run
returns
500 Internal Server Error
Log from
logs/salt/api
Expected behavior
A clear and concise description of what you expected to happen.
To work like sending multiple args and json
These work as intended:
Multiple urlencoded args
Single json arg
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: