Springboot - java.lang.IllegalArgumentException: 'Content-Type' cannot contain wildcard type '*'

2019. 10. 23. 21:33Web/Spring

응답으로 나가는 Object에 getter가 존재하지 않아서 Response Content-type을 추론하지 못했다. 그래서 필터 단에서 임의로 DefaultMediaType으로 */*? * 로 넣어버리지만 사실 Content-Type에 wildCard는 들어가지 못한다. 즉, 예외발생!