RFR: 8248001: javadoc generates invalid HTML pages whose ftp:// links are broken [v4]
Masanori Yano
myano at openjdk.java.net
Tue Sep 28 08:23:30 UTC 2021
> Could you please review the 8248001 bug fixes?
>
> The problem is that javadoc generates invalid HTML pages whose ftp:// links are broken. The fix changes not to use protocol names directly, but to use regular expression.
Masanori Yano has updated the pull request incrementally with one additional commit since the last revision:
8248001: javadoc generates invalid HTML pages whose ftp:// links are broken
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5198/files
- new: https://git.openjdk.java.net/jdk/pull/5198/files/f336b867..b68c760b
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5198&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5198&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/5198.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5198/head:pull/5198
PR: https://git.openjdk.java.net/jdk/pull/5198
More information about the javadoc-dev
mailing list