8325022: Incorrect error message on client authentication#2899
8325022: Incorrect error message on client authentication#2899amosshi wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back ashi! A progress list of the required criteria for merging this PR into |
|
@amosshi This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 11 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
|
/approval request "Backporting as JDK-8330278 dependency. Clean backport. Test passes and SAP nightlies pass on 2024-08-16,17” |
|
/integrate |
|
Going to push as commit c67fe36.
Your commit was automatically rebased without conflicts. |
Backport of JDK-8325022
Testing
MacOS 14.6.1on Apple M1 Maxadlparse.cpp:214:11: error: 'sprintf' is deprecated- this message is not caused by current PRsrc/hotspot/share/adlc/archDesc.cpp:813:5: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.archDesc.cpp:813was introduced 13 years ago via 07d9df52024-08-16(No side effect caused by this PR found)Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2899/head:pull/2899$ git checkout pull/2899Update a local copy of the PR:
$ git checkout pull/2899$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2899/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2899View PR using the GUI difftool:
$ git pr show -t 2899Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2899.diff
Webrev
Link to Webrev Comment