• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • security-libs

        From a broken-links report


        Missing Anchors: There's only one missing anchor:

        specs/security/standard-names.html#cipher-algorithm-names
            [used in 2 files]
            api/java.base/javax/crypto/Cipher.html
            api/java.base/java/security/KeyStore.PasswordProtection.html

            [JDK-8299235] broken link referencing missing id

            Dukebot added a comment -
            Changeset: 3eb85d19
            Author: Mark Powers <mpowers@openjdk.org>
            Committer: Sean Mullan <mullan@openjdk.org>
            Date: 2023-01-03 15:41:55 +0000
            URL: https://git.openjdk.org/jdk20/commit/3eb85d19ec80105bcbc5ad5422d694c29a9029d2

            Dukebot added a comment - Changeset: 3eb85d19 Author: Mark Powers < mpowers@openjdk.org > Committer: Sean Mullan < mullan@openjdk.org > Date: 2023-01-03 15:41:55 +0000 URL: https://git.openjdk.org/jdk20/commit/3eb85d19ec80105bcbc5ad5422d694c29a9029d2

            Robo Duke added a comment -
            A pull request was submitted for review.
            URL: https://git.openjdk.org/jdk20/pull/77
            Date: 2022-12-23 21:22:00 +0000

            Robo Duke added a comment - A pull request was submitted for review. URL: https://git.openjdk.org/jdk20/pull/77 Date: 2022-12-23 21:22:00 +0000

            Using grep, here are a list of the ids defined in the standard-names.html file

            $ grep -o 'id="[^"]*"' build/macosx-aarch64/images/docs/specs/security/standard-names.html | sed -e 's/id="//' -e 's/"$//' | sort
            TOC
            additional-jsse-standard-names
            algorithm-specifications
            algorithmparametergenerator-algorithms
            algorithmparameters-algorithms
            authentication-types
            certificatefactory-types
            certpath-encodings
            certpathbuilder-algorithms
            certpathvalidator-algorithms
            certstore-types
            cipher-algorithm-modes
            cipher-algorithm-paddings
            cipher-algorithms
            configuration-types
            endpoint-identification-algorithms
            exemption-mechanisms
            gssapi-mechanisms
            jsse-cipher-suite-names
            key-encodings
            key-types
            keyagreement-algorithms
            keyfactory-algorithms
            keygenerator-algorithms
            keymanagerfactory-algorithms
            keypairgenerator-algorithms
            keystore-types
            mac-algorithms
            messagedigest-algorithms
            named-groups
            parameterspec-names
            policy-types
            protocols
            saslclient-mechanisms
            saslserver-mechanisms
            secretkeyfactory-algorithms
            securerandom-number-generation-algorithms
            security-algorithm-implementation-requirements
            security-algorithm-specification
            service-attributes
            signature-algorithms
            signature-schemes
            specification-template
            sslcontext-algorithms
            title-block-header
            toc-additional-jsse-standard-names
            toc-algorithm-specifications
            toc-algorithmparametergenerator-algorithms
            toc-algorithmparameters-algorithms
            toc-authentication-types
            toc-certificatefactory-types
            toc-certpath-encodings
            toc-certpathbuilder-algorithms
            toc-certpathvalidator-algorithms
            toc-certstore-types
            toc-cipher-algorithm-modes
            toc-cipher-algorithm-paddings
            toc-cipher-algorithms
            toc-configuration-types
            toc-endpoint-identification-algorithms
            toc-exemption-mechanisms
            toc-gssapi-mechanisms
            toc-jsse-cipher-suite-names
            toc-key-encodings
            toc-key-types
            toc-keyagreement-algorithms
            toc-keyfactory-algorithms
            toc-keygenerator-algorithms
            toc-keymanagerfactory-algorithms
            toc-keypairgenerator-algorithms
            toc-keystore-types
            toc-mac-algorithms
            toc-messagedigest-algorithms
            toc-named-groups
            toc-parameterspec-names
            toc-policy-types
            toc-protocols
            toc-saslclient-mechanisms
            toc-saslserver-mechanisms
            toc-secretkeyfactory-algorithms
            toc-securerandom-number-generation-algorithms
            toc-security-algorithm-implementation-requirements
            toc-security-algorithm-specification
            toc-service-attributes
            toc-signature-algorithms
            toc-signature-schemes
            toc-specification-template
            toc-sslcontext-algorithms
            toc-trustmanagerfactory-algorithms
            toc-xml-signature-algorithms
            toc-xml-signature-transform-transformservice-algorithms
            toc-xml-signature-xmlsignaturefactorykeyinfofactorytransformservice-mechanisms
            trustmanagerfactory-algorithms
            xml-signature-algorithms
            xml-signature-transform-transformservice-algorithms
            xml-signature-xmlsignaturefactorykeyinfofactorytransformservice-mechanisms

            Jonathan Gibbons added a comment - Using grep, here are a list of the ids defined in the standard-names.html file $ grep -o 'id="[^"]*"' build/macosx-aarch64/images/docs/specs/security/standard-names.html | sed -e 's/id="//' -e 's/"$//' | sort TOC additional-jsse-standard-names algorithm-specifications algorithmparametergenerator-algorithms algorithmparameters-algorithms authentication-types certificatefactory-types certpath-encodings certpathbuilder-algorithms certpathvalidator-algorithms certstore-types cipher-algorithm-modes cipher-algorithm-paddings cipher-algorithms configuration-types endpoint-identification-algorithms exemption-mechanisms gssapi-mechanisms jsse-cipher-suite-names key-encodings key-types keyagreement-algorithms keyfactory-algorithms keygenerator-algorithms keymanagerfactory-algorithms keypairgenerator-algorithms keystore-types mac-algorithms messagedigest-algorithms named-groups parameterspec-names policy-types protocols saslclient-mechanisms saslserver-mechanisms secretkeyfactory-algorithms securerandom-number-generation-algorithms security-algorithm-implementation-requirements security-algorithm-specification service-attributes signature-algorithms signature-schemes specification-template sslcontext-algorithms title-block-header toc-additional-jsse-standard-names toc-algorithm-specifications toc-algorithmparametergenerator-algorithms toc-algorithmparameters-algorithms toc-authentication-types toc-certificatefactory-types toc-certpath-encodings toc-certpathbuilder-algorithms toc-certpathvalidator-algorithms toc-certstore-types toc-cipher-algorithm-modes toc-cipher-algorithm-paddings toc-cipher-algorithms toc-configuration-types toc-endpoint-identification-algorithms toc-exemption-mechanisms toc-gssapi-mechanisms toc-jsse-cipher-suite-names toc-key-encodings toc-key-types toc-keyagreement-algorithms toc-keyfactory-algorithms toc-keygenerator-algorithms toc-keymanagerfactory-algorithms toc-keypairgenerator-algorithms toc-keystore-types toc-mac-algorithms toc-messagedigest-algorithms toc-named-groups toc-parameterspec-names toc-policy-types toc-protocols toc-saslclient-mechanisms toc-saslserver-mechanisms toc-secretkeyfactory-algorithms toc-securerandom-number-generation-algorithms toc-security-algorithm-implementation-requirements toc-security-algorithm-specification toc-service-attributes toc-signature-algorithms toc-signature-schemes toc-specification-template toc-sslcontext-algorithms toc-trustmanagerfactory-algorithms toc-xml-signature-algorithms toc-xml-signature-transform-transformservice-algorithms toc-xml-signature-xmlsignaturefactorykeyinfofactorytransformservice-mechanisms trustmanagerfactory-algorithms xml-signature-algorithms xml-signature-transform-transformservice-algorithms xml-signature-xmlsignaturefactorykeyinfofactorytransformservice-mechanisms

              mpowers Mark Powers
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: