You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Bernt M. Johnsen (JIRA)" <ji...@apache.org> on 2007/01/26 15:30:49 UTC

[jira] Created: (DERBY-2272) SSL Documentation

SSL Documentation
-----------------

                 Key: DERBY-2272
                 URL: https://issues.apache.org/jira/browse/DERBY-2272
             Project: Derby
          Issue Type: Sub-task
          Components: Documentation
            Reporter: Bernt M. Johnsen


Provide documentation for SSL in Derby

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


[jira] Assigned: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen reassigned DERBY-2272:
---------------------------------------

    Assignee: Bernt M. Johnsen

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>         Assigned To: Bernt M. Johnsen
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Attachment: DERBY-2272-v2.zip
                DERBY-2272-v2.stat
                DERBY-2272-v2.diff

Thanks Kim for your comments! New version (V2) of the patch uploaded. HTML of changed files in the ZIP-file.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "John H. Embretsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John H. Embretsen updated DERBY-2272:
-------------------------------------

    Attachment: NetworkServerControl.html

Looks good, except that you forgot to include the ssl option with the logconnections command.

Attaching NetworkServerControl JavaDoc (NetworkServerControl.html) based on the latest patch in case others want to review as well.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz, NetworkServerControl.html
>
>
> Provide documentation for SSL in Derby

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


[jira] Resolved: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen resolved DERBY-2272.
-------------------------------------

    Resolution: Fixed

Committed revision 546771.
Added ssl to NetworkServerControl Javadoc.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc-v2.diff, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz, NetworkServerControl.html
>
>
> Provide documentation for SSL in Derby

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


[jira] Commented: (DERBY-2272) SSL Documentation

Posted by "John H. Embretsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503841 ] 

John H. Embretsen commented on DERBY-2272:
------------------------------------------

Shouldn't the new derby.drda.sslMode property also be documented in the class JavaDocs for org.apache.derby.drda.NetworkServerControl, where other server properties, arguments and options are listed? And the -ssl option be added to the description for the various server commands in the same place? (Sorry for not noticing earlier).

See for example http://db.apache.org/derby/javadoc/publishedapi/jdbc4/org/apache/derby/drda/NetworkServerControl.html

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Closed: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen closed DERBY-2272.
-----------------------------------


> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc-v2.diff, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz, NetworkServerControl.html
>
>
> Provide documentation for SSL in Derby

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


[jira] Commented: (DERBY-2272) SSL Documentation

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500377 ] 

Kim Haase commented on DERBY-2272:
----------------------------------

Thanks, Bernt! They look great now. +1 to commit.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Reopened: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen reopened DERBY-2272:
-------------------------------------


Has to fix some glitches.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Attachment: DERBY-2272-glitch.zip
                DERBY-2272-glitch.stat
                DERBY-2272-glitch.diff

Thanks Kim for catching these. It should be correct now (I think I was more throrough this time ;-).

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Derby Info: [Patch Available]

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Commented: (DERBY-2272) SSL Documentation

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499135 ] 

Kim Haase commented on DERBY-2272:
----------------------------------

Excellent work, Bernt! I have just a few tech-writer corrections -- others can do better with the technical review.


cadminssl.html (SSL/TLS):

It would be helpful to indicate what the abbreviations SSL and TLS stand for, the first time they are used here. (You can just put the meanings in parentheses after "SSL/TLS" in the first paragraph.)

Typo: "sever" for "server"


cadminsslkeys.html (Key and certificate handling):

Second sentence is a bit awkward -- how about this?

To generate the key pair using keytool, use a command like the following. In this example, the key pair and corresponding certificate are valid for 7 days:

Does the keyalg have to be RSA? If so, maybe that should be stated.

First sentence of "Install server certificate on the client (optional)" lacks a period.

Replace "like this" with "as follows" (2 occurrences).

There's a lack of parallel structure between "Install server certificate on the client (optional)" and "The client certificate (optional)". Should they be as follows?

Installing the server certificate on the client (optional)
Installing the client certificate on the server (optional)

Change "At the client with" to 

On the client, generate and export the certificate as follows:

Change "At the server" to

On the server, import the certificate as follows:


cadminsslserver.html (Starting the server) is fine.


cadminsslclient.html (Running the client):

Change "If also the server is in peer authentication mode" to "If the server is also in peer authentication mode".


cadminssladmin.html (Other server commands):

Change 

are implemented as clients and behave that way with regards to SSL. So e.g.

to something like

are implemented as clients, and they behave as clients with regard to SSL. For example, the command

And change 

will shutdown an SSL-enabled server. Similarly, if you have peerAuthentication on both sides, it will be

to 

shuts down an SSL-enabled server. Similarly, if you have peerAuthentication on both sides, use the following command:


radmindrdasslmode.html (derby.drda.sslMode property):

The first sentence is not a complete sentence -- and for a little consistency with descriptions of other properties, I think it needs to be something like

Indicates whether the client connection is encrypted or not, and whether certificate based peer authentication is enabled.

Or else "Use the derby.drda.sslMode property to indicate ..."

I would also recommend adding an example and description of the peerAuthentication setting, just to be complete.


The devguide fix is fine.


rrefattribssl.html (ssl=sslMode attribute):

I think for consistency with other attribute descriptions the first sentence needs to be in a "Function" section. And should it not be "Specifies the SSL mode"? It would also be helpful to state the valid values. And there is an extra period at the end. So it could be changed to

Function

Specifies the SSL mode of the client. The <i>sslMode<i> can be <codeph>basic</codeph>, <codeph>peerAuthentication</codeph>, or <codeph>off</codeph> (the default). See "SSL/TLS" in Derby Server and Administration Guide for details.

I see the other examples in the Ref Manual are extremely inconsistent, but this one could be improved if the introductory sentence were

Connect to mydb with basic SSL encryption:


> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>         Assigned To: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Attachment: DERBY-2272-ns-javadoc.diff

Thanks John! Attached javadoc fix for NetworkServerControl.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Derby Info: [Patch Available]

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>         Assigned To: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Resolved: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen resolved DERBY-2272.
-------------------------------------

    Resolution: Fixed
    Derby Info:   (was: [Patch Available])

Committed revision 543144.


> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Commented: (DERBY-2272) SSL Documentation

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500228 ] 

Kim Haase commented on DERBY-2272:
----------------------------------

I'm really sorry I wasn't able to get to this yesterday. Most of the corrections are fine but there are still a few little glitches, some more serious than others. In approximate order of importance:


cadminsslkeys.html (Key and certificate handling): 

The two subsections now both have the same title, "Install server certificate on the client (optional)". But I think the second one is supposed to be something like "Install client certificate on the server (optional)"?


radmindrdasslmode.html (derby.drda.sslMode property):

In the first sentence, "indicates" is misspelled.


rrefattribssl.html (ssl=sslMode attribute):

The sentence introducing the example is missing a "to" and a colon -- it should be something like

Connecting to mydb with basic SSL encryption:


cadminssladmin.html (Other server commands):

There's a colon missing at the end of "use the following command".


> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Fix Version/s: 10.3.0.0

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>         Assigned To: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Attachment: DERBY-2272-v2.zip
                DERBY-2272-v2.stat
                DERBY-2272-v2.diff

Forgot to check "Grant license"... sigh... done now.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Attachment: DERBY-2272.tar.gz
                DERBY-2272.stat
                DERBY-2272.diff

tar fail contains html of changed files

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>         Assigned To: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Updated: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen updated DERBY-2272:
------------------------------------

    Attachment: DERBY-2272-ns-javadoc-v2.diff

Thanks John. Now patch DERBY-2272-ns-javadoc-v2.diff attatched.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc-v2.diff, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz, NetworkServerControl.html
>
>
> Provide documentation for SSL in Derby

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


[jira] Reopened: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen reopened DERBY-2272:
-------------------------------------


Fix network server javadoc too!

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc-v2.diff, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz, NetworkServerControl.html
>
>
> Provide documentation for SSL in Derby

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


[jira] Resolved: (DERBY-2272) SSL Documentation

Posted by "Bernt M. Johnsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernt M. Johnsen resolved DERBY-2272.
-------------------------------------

    Resolution: Fixed
    Derby Info:   (was: [Patch Available])

Committed revision 542796.


> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz
>
>
> Provide documentation for SSL in Derby

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


[jira] Commented: (DERBY-2272) SSL Documentation

Posted by "John H. Embretsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504198 ] 

John H. Embretsen commented on DERBY-2272:
------------------------------------------

Thanks, Javadoc looks up to date now.

> SSL Documentation
> -----------------
>
>                 Key: DERBY-2272
>                 URL: https://issues.apache.org/jira/browse/DERBY-2272
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Bernt M. Johnsen
>            Assignee: Bernt M. Johnsen
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2272-glitch.diff, DERBY-2272-glitch.stat, DERBY-2272-glitch.zip, DERBY-2272-ns-javadoc-v2.diff, DERBY-2272-ns-javadoc.diff, DERBY-2272-v2.diff, DERBY-2272-v2.diff, DERBY-2272-v2.stat, DERBY-2272-v2.stat, DERBY-2272-v2.zip, DERBY-2272-v2.zip, DERBY-2272.diff, DERBY-2272.stat, DERBY-2272.tar.gz, NetworkServerControl.html
>
>
> Provide documentation for SSL in Derby

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