RFR 8212876: ftp: links for character-sets require a login password

Lance Andersen lance.andersen at oracle.com
Mon Nov 5 20:34:10 UTC 2018


+1
> On Nov 5, 2018, at 3:24 PM, Joe Wang <huizhe.wang at oracle.com> wrote:
> 
> Hi,
> 
> Please review a fix for the broken links to IANA-CHARSETS. While we are here, I also updated the link to XML 1.0 since "REC-xml-20040204" was outdated. Both the current and outdated XML 1.0 spec actually referenced the correct iana.org page for the charsets.
> 
> --- a/src/java.xml/share/classes/org/w3c/dom/ls/LSOutput.java
> +++ b/src/java.xml/share/classes/org/w3c/dom/ls/LSOutput.java
> @@ -117,19 +117,19 @@
> 
>     /**
>      *  The character encoding to use for the output. The encoding must be a
> -     * string acceptable for an XML encoding declaration ([<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] section
> +     * string acceptable for an XML encoding declaration ([<a href='https://www.w3.org/TR/xml/'>XML 1.0</a>] section
>      * 4.3.3 "Character Encoding in Entities"), it is recommended that
>      * character encodings registered (as charsets) with the Internet
> -     * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>]
> +     * Assigned Numbers Authority [<a href='http://www.iana.org/assignments/character-sets/character-sets.xhtml'>IANA-CHARSETS</a>]
>      *  should be referred to using their registered names.
>      */
>     public String getEncoding();
>     /**
>      *  The character encoding to use for the output. The encoding must be a
> -     * string acceptable for an XML encoding declaration ([<a href='http://www.w3.org/TR/2004/REC-xml-20040204'>XML 1.0</a>] section
> +     * string acceptable for an XML encoding declaration ([<a href='https://www.w3.org/TR/xml/'>XML 1.0</a>] section
>      * 4.3.3 "Character Encoding in Entities"), it is recommended that
>      * character encodings registered (as charsets) with the Internet
> -     * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>]
> +     * Assigned Numbers Authority [<a href='http://www.iana.org/assignments/character-sets/character-sets.xhtml'>IANA-CHARSETS</a>]
>      *  should be referred to using their registered names.
>      */
>     public void setEncoding(String encoding);
> 
> Thanks,
> Joe
> 

 <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>





More information about the core-libs-dev mailing list