https 적용이후에 한글파일 첨부시 아래와 같은 문제가 발생한다.
서버세팅은 기다림의 미학이 필요한것 같다.
원인
The proxy server is not configured correctly for URI encoding.
해결책
Ensure all steps listed in Proxying Atlassian server applications with Apache HTTP Server (mod_proxy_http) have been completed successfully, specially the ProxyPass and ProxyPassReverse directives. If using mod_jk, add the following option to your Apache mod_jk configuration:
JkOptions +ForwardURICompatUnparsed
참조
https://confluence.atlassian.com/confkb/attachment-links-are-unavailable-in-confluence-with-java-net-urisyntaxexception-exception-thrown-in-the-ui-830481217.html
오류내용
Cause
java.lang.IllegalArgumentException: java.net.URISyntaxException: Illegal character in path at index 31: /download/thumbnails/2195468/ê³ì .png
at com.github.kristofa.brave.servlet.ServletHttpServerRequest.getUri(ServletHttpServerRequest.java:27)
caused by: java.net.URISyntaxException: Illegal character in path at index 31: /download/thumbnails/2195468/ê³ì .png
at java.net.URI$Parser.fail(URI.java:2848)
Stack Trace:[hide]
java.lang.IllegalArgumentException: java.net.URISyntaxException: Illegal character in path at index 31: /download/thumbnails/2195468/ê³ì .png at com.github.kristofa.brave.servlet.ServletHttpServerRequest.getUri(ServletHttpServerRequest.java:27) at com.atlassian.confluence.web.filter.ZipkinTracingFilter$1.lambda$create$0(ZipkinTracingFilter.java:38) at com.github.kristofa.brave.http.HttpServerRequestAdapter.getSpanName(HttpServerRequestAdapter.java:41) at com.github.kristofa.brave.ServerRequestInterceptor.handle(ServerRequestInterceptor.java:47) at com.github.kristofa.brave.servlet.BraveServletFilter.doFilter(BraveServletFilter.java:56) at com.atlassian.confluence.web.filter.ZipkinTracingFilter.doFilter(ZipkinTracingFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(Applic ationFilterChain.java:207)