이준호 전자조정시스템 커밋
- 메인 수정 및 보안취약점 반영
This commit is contained in:
parent
b8aca0f46c
commit
d0b11bd020
@ -38,6 +38,7 @@ import org.springframework.validation.BindingResult;
|
|||||||
import org.springframework.web.bind.annotation.ModelAttribute;
|
import org.springframework.web.bind.annotation.ModelAttribute;
|
||||||
import org.springframework.web.bind.annotation.PathVariable;
|
import org.springframework.web.bind.annotation.PathVariable;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMethod;
|
||||||
import org.springframework.web.bind.annotation.RequestParam;
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
import org.springframework.web.bind.support.SessionStatus;
|
import org.springframework.web.bind.support.SessionStatus;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
@ -1587,7 +1588,7 @@ public class EgovBBSManageController {
|
|||||||
"/web/cop/bbs/BussRealDetail.do",
|
"/web/cop/bbs/BussRealDetail.do",
|
||||||
"/web/cop/bbs/QnaDetail.do",
|
"/web/cop/bbs/QnaDetail.do",
|
||||||
"/web/cop/bbs/PubOperDetail.do",
|
"/web/cop/bbs/PubOperDetail.do",
|
||||||
"/web/contentBbsDetail.do"} )
|
"/web/contentBbsDetail.do"}, method=RequestMethod.POST)
|
||||||
public String selectBoardArticleWeb(HttpServletRequest request, @ModelAttribute("searchVO") BoardVO boardVO,
|
public String selectBoardArticleWeb(HttpServletRequest request, @ModelAttribute("searchVO") BoardVO boardVO,
|
||||||
BoardMasterVO masterVO,
|
BoardMasterVO masterVO,
|
||||||
ModelMap model ,
|
ModelMap model ,
|
||||||
|
|||||||
@ -350,12 +350,12 @@ function fn_egov_inqire_notice(bbsId, nttId) {
|
|||||||
</span>
|
</span>
|
||||||
<span class="list_date"><c:out value="${result.frstRegisterPnttm}" /></span>
|
<span class="list_date"><c:out value="${result.frstRegisterPnttm}" /></span>
|
||||||
</p>
|
</p>
|
||||||
<<div class="list_info">사건개요
|
<c:if test="${status.count eq '1'}">
|
||||||
신청인은 외국 출판사와 본 건 관련 외국 서적 『BOOK』에 대하여 한국어판 독점출판계약을 </div>c:if test="${status.count eq '1'}">
|
|
||||||
<%-- <p class="list_info"><c:out value="${result.nttCn}" escapeXml="false;"/></p> --%>
|
<%-- <p class="list_info"><c:out value="${result.nttCn}" escapeXml="false;"/></p> --%>
|
||||||
<%-- <div class="list_info"><c:out value="${fn:replace(fn:replace(fn:replace(result.nttCn, crlt , '<'), crgt , '>'), crlf , '<br/>')}" escapeXml="false"/></div> --%>
|
<%-- <div class="list_info"><c:out value="${fn:replace(fn:replace(fn:replace(result.nttCn, crlt , '<'), crgt , '>'), crlf , '<br/>')}" escapeXml="false"/></div> --%>
|
||||||
<%-- <div class="list_info"><c:out value="${fn:replace(fn:replace(fn:replace(result.nttCn, crlt , '<'), crgt , '>'), crlf , '<br/>')}" escapeXml="false"/></div> --%>
|
<%-- <div class="list_info"><c:out value="${fn:replace(fn:replace(fn:replace(result.nttCn, crlt , '<'), crgt , '>'), crlf , '<br/>')}" escapeXml="false"/></div> --%>
|
||||||
|
<div class="list_info">사건개요
|
||||||
|
신청인은 외국 출판사와 본 건 관련 외국 서적 『BOOK』에 대하여 한국어판 독점출판계약을 </div>
|
||||||
</c:if>
|
</c:if>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user