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
spark.http.matching.ResponseWrapper needs to override this method spark.Response.header(String, int) and call the delegate to add the int Header; otherwise this method throws a NullPointerException
java.lang.NullPointerException: null
at spark.Response.header(Response.java:166)
The text was updated successfully, but these errors were encountered:
spark.http.matching.ResponseWrapper needs to override this method spark.Response.header(String, int) and call the delegate to add the int Header; otherwise this method throws a NullPointerException
java.lang.NullPointerException: null
at spark.Response.header(Response.java:166)
The text was updated successfully, but these errors were encountered: