-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b16
-
Not verified
The following bad/broken links have been found by a broken link checker:
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:202: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:211: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:403: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:422: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/class-use/Data.html:197: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
These appear to come from these 2 lines
open/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java: * <a href="XMLSignContext.html#Supported%20Properties">reference caching</a>
open/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java: * <a href="XMLSignContext.html#Supported%20Properties">reference caching</a>
The references are doubly bad because:
1. You can't have spaces in a fragment identifier, even if encoded as %20
2. The presumed intended target is SupportedProperties (no space)
build/linux-x86_64-server-release/images/docs/api/java.xml.crypto/javax/xml/crypto/dsig/XMLValidateContext.html: <b><a id="SupportedProperties"></a>Supported Properties</b>
build/linux-x86_64-server-release/images/docs/api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html: <b><a id="SupportedProperties"></a>Supported Properties</b>
While the broken links are not in themselves P3, they are part of the noise we are trying to eliminate to get to a goal of no broken links.
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:202: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:211: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:403: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html:422: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
api/java.xml.crypto/javax/xml/crypto/class-use/Data.html:197: id not found: api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html#Supported Properties
These appear to come from these 2 lines
open/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java: * <a href="XMLSignContext.html#Supported%20Properties">reference caching</a>
open/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/Reference.java: * <a href="XMLSignContext.html#Supported%20Properties">reference caching</a>
The references are doubly bad because:
1. You can't have spaces in a fragment identifier, even if encoded as %20
2. The presumed intended target is SupportedProperties (no space)
build/linux-x86_64-server-release/images/docs/api/java.xml.crypto/javax/xml/crypto/dsig/XMLValidateContext.html: <b><a id="SupportedProperties"></a>Supported Properties</b>
build/linux-x86_64-server-release/images/docs/api/java.xml.crypto/javax/xml/crypto/dsig/XMLSignContext.html: <b><a id="SupportedProperties"></a>Supported Properties</b>
While the broken links are not in themselves P3, they are part of the noise we are trying to eliminate to get to a goal of no broken links.