Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isLegacyEncryptedString (0.09 seconds)

  1. compat/maven-settings-builder/src/main/java/org/apache/maven/settings/crypto/DefaultSettingsDecrypter.java

                String password = server.getPassword();
                if (securityDispatcher.isAnyEncryptedString(password)) {
                    try {
                        if (securityDispatcher.isLegacyEncryptedString(password)) {
                            problems.add(new DefaultSettingsProblem(
                                    "Pre-Maven 4 legacy encrypted password detected for server " + server.getId()
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Nov 16 13:55:43 GMT 2024
    - 6K bytes
    - Click Count (0)
Back to Top