반응형
1. 현상 :
SQL Query definition XML fatal : The content of elements must consist of well-formed character data or markup
org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup
2. 해결 방안 :
sqlmap을 통해서 executeQuery 수행하려는 단계에서 sqlmap 관련 XML Parsing 에러가 발생하는 현상으로 쿼리 질의문 내에 sqlmap에서 XML tag로 인식할 수 없는 기호가 들어가 있어 발생하는 에러이기 때문에 Applicaton 확인 후 관련 정보를 찾아서 수정해야함
반응형