[Error Details]
The following error is output in the issue view of Juggling project.
----------------------------------------------
Reference file contains an error (http://www.seasar.org/dtd/components24.dtd).
For details, right-click the message in the issue view and select “Detail View...”
----------------------------------------------
[Occurrence Condition]
This error will occur when all the following conditions are satisfied.
・When SAStruts setting file is output
・When Settings > Verification are selected and the xml file verification setting is effective
・When the URL scheme of the DTD file reference destination is http
[Workaround]
Change the reference destination of the DTD in the dicon file from http to https and an error can be corrected.
■Before correction
<!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container 2.4//EN" "http://www.seasar.org/dtd/components24.dtd">
■After correction
<!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container 2.4//EN" "https://www.seasar.org/dtd/components24.dtd">
[Handling Method]
Correct the reference destination of the DTD in the dicon file output in default to https.
This event is dealt with in the following requirement.
[30273] Change the reference destination of the DTD file specified in the dicon file to https.
https://issue.intra-mart.jp/issues/30273
-- Target ------------------------------------------------------------------------
iAP/IM-Juggling/1.0-20190801 or earlier
--------------------------------------------------------------------------------
FAQID:1012