Fork me on GitHub
#pedestal
<
2018-04-25
>
kenny17:04:47

Does anyone have any idea about this exception?

java.lang.NullPointerException in Interceptor :io.pedestal.http.impl.servlet-interceptor/stylobate
I have never seen that interceptor. Full stack trace: https://pastebin.com/W9BuQv6A

kenny18:04:26

This exception has something to do with the elements array passed to String/join being null. https://github.com/pedestal/pedestal/blob/master/service/src/io/pedestal/http/request.clj#L27 (enumeration-seq (.getHeaders servlet-req key)) is null.