Join Slack
Powered by
I'm trying to use the getHeader() method of an Htt...
# announcements
t
Tsvetozar Bonev
03/12/2019, 10:22 AM
I'm trying to use the getHeader() method of an HttpServletResponse, Intellij doesn't highlight anything but kotlin refuses to compile, claiming getHeader is unresolved. How do I fix this?
k
karelpeeters
03/12/2019, 10:23 AM
Did you try
.header
?
t
Tsvetozar Bonev
03/12/2019, 10:24 AM
Intellij underlines .header as unresolved 😄
d
df
03/12/2019, 11:10 AM
servlet api version < 3.0?
t
Tsvetozar Bonev
03/12/2019, 11:12 AM
Managed to avoid using it directly so I'm fine
12
Views
Open in Slack
Previous
Next