That would be a very good idea, yes. You can test your own application in your environment to see if it's accessing the network for the DTDs (i.e. if you're using an XML parser that doesn't understand EntityResolvers). It shouldn't actually stop any applications from running, but it may stop them from starting, as DTDs are only loaded once at application startup time (assuming you're not doing something out of the ordinary, like reloading SQL Map files during runtime).
Cheers,
Clinton
On 11/7/05, Emiliano Armellin <[EMAIL PROTECTED]> wrote:
Clinton Begin ha scritto:a question: will this change affect my web applications using ibatis (version 2.1.5)?
Let's lose the capitalization in the domain of the public ID
<!DOCTYPE sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
"http://ibatis.apache.org/dtd/sql-map-config-2.dtd">
have I got to change all dtd declarations in my sql-map file and deploy them before 30 november?
thanks
--
