Joe Germuska wrote:

With further checking, turns out the DTD was defined like this:

     <!DOCTYPE struts-config PUBLIC
       "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
       "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";>

(I assume the jakarta.apache.org URL is a redirect).

Could this be causing the trip to the internet?


Well, the registrations are on a per-digester instance, so the Tiles digester probably doesn't have struts-config registered. If it did, you probably would have had a validation error, since a tiles config file isn't valid according to the struts-config DTD!

Oops - cut and pasted the struts-config DTD instead of the tile config DTD.

The point was that the DTD definitions were defined to point at http://jakarta.apache.org/struts instead of http://struts.apache.org.

Would this have caused a problem?

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to