[
https://issues.apache.org/jira/browse/WICKET-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438871#comment-15438871
]
Martin Grigorov commented on WICKET-6226:
-----------------------------------------
I guess it is some network firewall rules...
java.util.Properties' javadoc still uses java.sun.com url, even in latest 8.x,
so I think it is OK to change it.
My only concern is for how long sun.com will be active before Oracle decides to
shut it down.
Let's change it!
> DOCTYPE URL in properties.xml example in wicket documentation won't work.
> --------------------------------------------------------------------------
>
> Key: WICKET-6226
> URL: https://issues.apache.org/jira/browse/WICKET-6226
> Project: Wicket
> Issue Type: Improvement
> Components: guide
> Affects Versions: 6.24.0
> Environment: openSUSE 42.1
> Reporter: Julius Köhnen
> Priority: Trivial
>
> Wicket won't recognize any properties.xml when using the given line:
> <!DOCTYPE properties SYSTEM
> "http://www.oracle.com/webfolder/technetwork/jsc/dtd/properties.dtd">
> Using this line works:
> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)