You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Catherine Hope (JIRA)" <ji...@apache.org> on 2010/10/12 12:08:33 UTC

[jira] Closed: (HARMONY-6631) [jdktools][keytool] All interactive input is truncated by one character on linux

     [ https://issues.apache.org/jira/browse/HARMONY-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catherine Hope closed HARMONY-6631.
-----------------------------------


Verified

> [jdktools][keytool] All interactive input is truncated by one character on linux
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6631
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6631
>             Project: Harmony
>          Issue Type: Bug
>         Environment: Linux
>            Reporter: Catherine Hope
>            Assignee: Oliver Deakin
>            Priority: Minor
>             Fix For: 6.0M3, 5.0M15
>
>         Attachments: 6631.patch
>
>
> On linux, running the keytool so that it prompts for a password and entering a 6 character password will reprompt with the message "The password must be at least 6 characters".  Similarly any other interactive input is truncated by a character.
> The problem is that is assumes the newline terminator is 2 characters, which it is on windows, but not on other platforms.
> The problem can be recreated by running:
> target/hdk/jdk/jre/bin/keytool -genkey
> Enter keystore password: 12345
> The password must be at least 6 characters
> Also this password length checking is not performed when running the tool non-interactively, e.g. running
> target/hdk/jdk/jre/bin/keytool -genkey -keypass 1234 -storepass 1234
> doesn't throw any password length errors

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.