0

コンテンツが長すぎるというエラーが発生しているようですが、5000 の制限があることを指定したことはありません。とにかく 5000 は低すぎます。

Error validating html input.
Invalid HTML input. Error=The input was too large. The specified input was 6,989 bytes and the maximum is 5,000 bytes.

The error occurred in /Applications/ColdFusion11/cfusion/wwwroot/BS-4-CF/bootstrap/row.cfm: line 39

...

Called from /Applications/ColdFusion11/cfusion/wwwroot/BS-4-CF/views/theme.cfm: line 32
Called from /Applications/ColdFusion11/cfusion/wwwroot/BS-4-CF/index.cfm: line 27

 37 :                               variables.result &= '>';
 38 :                               
 39 :                               variables.result &= getSafeHTML(thisTag.GeneratedContent); // pass through of content
 40 :                               
 41 :                               variables.result &= variables.crlf & '</div><!-- /.row -->';

org.owasp.validator.html.ScanException: 入力が大きすぎました。指定された入力は 6,989 バイトで、最大は 5,000 バイトです。org.owasp.validator.html.scan.AntiSamyDOMScanner.scan(AntiSamyDOMScanner.java:101) で org.owasp.validator.html.AntiSamy.scan(AntiSamy.java:107) で coldfusion.security.ESAPIUtils.getSafeHTML(ESAPIUtils) .java:670) で coldfusion.runtime.CFPage.GetSafeHTML(CFPage.java:10785) で cfrow2ecfm1904818855.runPage(/Applications/ColdFusion11/cfusion/wwwroot/BS-4-CF/bootstrap/row.cfm:39) で

4

1 に答える 1