[jira] Created: (DIRSERVER-1421) Javadoc comment not formatted correctly

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (DIRSERVER-1421) Javadoc comment not formatted correctly

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Javadoc comment not formatted correctly
---------------------------------------

                 Key: DIRSERVER-1421
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1421
             Project: Directory ApacheDS
          Issue Type: Task
          Components: core
    Affects Versions: 1.5.5
            Reporter: Bryce Nordgren
            Priority: Trivial


The javadoc comment for o.a.d.s.core.authn.SimpleAuthenticator has two lists which are reformatted into paragraphs when browsing the class.  The list needs to be enclosed in a <ul/> with each line item marked as a <li/>.

         We have at least 6 algorithms to encrypt the password :
         - SHA
         - SSHA (salted SHA)
         - MD5
         - SMD5 (slated MD5)
         - crypt (unix crypt)
         - plain text, ie no encryption.


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


[jira] Resolved: (DIRSERVER-1421) Javadoc comment not formatted correctly

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Emmanuel Lecharny resolved DIRSERVER-1421.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-RC1

Thanks for the report !

Fixed with :
http://svn.apache.org/viewvc?rev=889577&view=rev

> Javadoc comment not formatted correctly
> ---------------------------------------
>
>                 Key: DIRSERVER-1421
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1421
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: core
>    Affects Versions: 1.5.5
>            Reporter: Bryce Nordgren
>            Priority: Trivial
>             Fix For: 2.0.0-RC1
>
>   Original Estimate: 0.03h
>  Remaining Estimate: 0.03h
>
> The javadoc comment for o.a.d.s.core.authn.SimpleAuthenticator has two lists which are reformatted into paragraphs when browsing the class.  The list needs to be enclosed in a <ul/> with each line item marked as a <li/>.
>          We have at least 6 algorithms to encrypt the password :
>          - SHA
>          - SSHA (salted SHA)
>          - MD5
>          - SMD5 (slated MD5)
>          - crypt (unix crypt)
>          - plain text, ie no encryption.

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