Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] java.sun.com DTDs

Hello,

there is really a problem with java.sun.com-URLs at the moment:
- http://forums.oracle.com/forums/thread.jspa?messageID=9149159
- http://forums.oracle.com/forums/thread.jspa?messageID=9148759

I'd strongly suggest not to download these DTD's all the time, or use a reasonable timeout.
Otherwise this is really bad for production systems.
Maybe ship the standard java DTDs with jetty and use the local copy instead?

My way to fix it atm is to modify the 3rd party jars that include tlds with those urls...


regards,
Daniel

On 15.11.2010 18:00, Daniel Peters wrote:
On 10.11.2010 21:35, Jan Bartel wrote:
Just noticed the stack trace at the bottom of your post.
The problem with the url is in one of the tag libs you're using:
org/eclipse/jetty/webapp/TagLibConfiguration$TldProcessor.parse(TagLibConfiguration.java:144)
I found the DTD that causes the problem:
http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd


Back to the top