[WLS] 파일다운로드 시 확장자 임의 변경 현상
Products/WebLogic Server View Comments
* Windows 2012 R2 (64bit)
* WebLogic 11g (10.3.6 - FMJJ 2017/10 패치 적용)
[현상] 사용자가 모바일을 통해 접속하여, WAS에 있는 파일 다운로드 시
apk 확장자가 zip 파일로 변경되어 다운로드 되는 현상
[해결] web.xml 내에 아래 내용 추가
<mime-mapping>
<extension>apk</extension>
<mime-type>application/vnd.android.package-archive</mime-type>
</mime-mapping>
'Products > WebLogic Server' 카테고리의 다른 글
CVE-2018-2628 보안 취약점에 대한 Oracle WLS 권고사항 (0) | 2018.05.18 |
---|---|
AIX 장비에서 WebLogic 기동이 느린 경우 (0) | 2018.03.30 |
[WebLogic 10.3.6] /tmp/hsperfdata_<user> 파일 관련 (0) | 2018.02.20 |
WebLogic PSU 171017 Patch 이후 Error 발생 (0) | 2018.01.30 |
[WLS_10.3.6] 충돌 PATCH REMOVE시 비정상적으로 시간이 오래 걸리는 현상 (0) | 2018.01.12 |
Recent Comments