upb-uc4 / lagom-core

Repository for the micro service backend using lagom.
Apache License 2.0
6 stars 0 forks source link

When sending a boolean query parameter with an error, e.g. "ture" instead of "true", in internal server error occurs. Also occurs when two query parameters are set #394

Open dhelmert opened 3 years ago

dhelmert commented 3 years ago

Sending a GET to

https://uc4.cs.upb.de/api/experimental/examreg-management/examination-regulations?active=ture OR https://uc4.cs.upb.de/api/experimental/examreg-management/examination-regulations?active=true?active=true

results in Internal Server Errors.