| Class and Description |
|---|
| com.atlassian.plugin.servlet.ResourceUrlParser
Since 2.2
|
| Method and Description |
|---|
| com.atlassian.plugin.servlet.ResourceDownloadUtils.addCachingHeaders(HttpServletRequest, HttpServletResponse) |
| com.atlassian.plugin.servlet.ResourceDownloadUtils.serveFileImpl(HttpServletResponse, InputStream)
Since 2.0. Use
IOUtils.copy(InputStream, OutputStream) instead. The method calling
this should be responsible for closing streams and flushing if necessary. |
Copyright © 2018 Atlassian. All rights reserved.