jongpak / prob-board

A simple web board based on prob-framework
MIT License
1 stars 0 forks source link

첨부파일에서 오류페이지가 다운로드되는 버그 #11

Closed jongpak closed 8 years ago

jongpak commented 8 years ago

없는 첨부파일 등을 요청하는 경우 오류 페이지가 나오는 것이 아니라 오류 페이지의 HTML내용이 다운로드 되는 버그가 있다.

가령, /file/15156 와 같이 없는 첨부파일을 요청하게 되면

<div class="error">
    <p class="message">Call to a member function getName() on null</p>
    <p class="file">File: /var/www/board/app/Attachment.php:16</p>
    <div class="trace">
    <table>
        <tr>
            <th class="index">#</th>
            <th class="function">Function</th>
            <th class="file">File</th>
        </tr>

위와 같이 오류 페이지의 HTML파일이 다운로드 된다.

오류 파일이 다운로드 되는 것이 아니라 오류 페이지를 보여주어야 한다.

jongpak commented 8 years ago

파일IO(실제 파일이 없다던가..) 오류 등도 예외처리 할것