You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Describe the bug
When expecting more than one request parameter and at least one is not provided, the request fails with a
java.lang.IllegalArgumentException: argument "content" is null
at com.fasterxml.jackson.databind.ObjectMapper._assertNotNull(ObjectMapper.java:4413) ~[jackson-databind-2.10.2.jar:2.10.2]
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3172) ~[jackson-databind-2.10.2.jar:2.10.2]
at de.fearnixx.jeak.service.controller.connection.HttpServer.fromJson(HttpServer.java:146) ~[classes/:?]
at de.fearnixx.jeak.service.controller.connection.HttpServer.transformRequestOption(HttpServer.java:90) ~[classes/:?]
at de.fearnixx.jeak.service.controller.controller.SparkAdapter.lambda$generateRoute$3(SparkAdapter.java:128) ~[classes/:?]
at spark.RouteImpl$1.handle(RouteImpl.java:72) ~[spark-core-2.9.1.jar:?]
at spark.http.matching.Routes.execute(Routes.java:61) ~[spark-core-2.9.1.jar:?]
at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:134) ~[spark-core-2.9.1.jar:?]
at
Error
The text was updated successfully, but these errors were encountered:
Describe the bug
When expecting more than one request parameter and at least one is not provided, the request fails with a
Error
The text was updated successfully, but these errors were encountered: