You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "John Hawkins (JIRA)" <ax...@ws.apache.org> on 2005/02/16 11:50:44 UTC

[jira] Created: (AXISCPP-444) Loads both SSL and none-SSL channel

Loads both SSL and none-SSL channel
-----------------------------------

         Key: AXISCPP-444
         URL: http://issues.apache.org/jira/browse/AXISCPP-444
     Project: Axis-C++
        Type: Bug
  Components: Transport (axis3)  
    Versions: 1.5 Alpha    
    Reporter: John Hawkins


If I specify both 
Channel_HTTP and Channel_HTTP_SSL
then both are loaded. 
A) Which ones are being used? 
b) we shouldn't be loading both.

I suggest that if SSL is requested then we load only ssl and not the base channel. Because the SSL channel drops through to the base channel if it's not an ssl link anyhow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-444) Loads both SSL and none-SSL channel

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-444?page=history ]
     
Fred Preston closed AXISCPP-444:
--------------------------------


> Loads both SSL and none-SSL channel
> -----------------------------------
>
>          Key: AXISCPP-444
>          URL: http://issues.apache.org/jira/browse/AXISCPP-444
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (axis3)
>     Versions: 1.5 Alpha
>     Reporter: John Hawkins
>     Assignee: Fred Preston

>
> If I specify both 
> Channel_HTTP and Channel_HTTP_SSL
> then both are loaded. 
> A) Which ones are being used? 
> b) we shouldn't be loading both.
> I suggest that if SSL is requested then we load only ssl and not the base channel. Because the SSL channel drops through to the base channel if it's not an ssl link anyhow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-444) Loads both SSL and none-SSL channel

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-444?page=history ]

Fred Preston reassigned AXISCPP-444:
------------------------------------

    Assign To: Fred Preston

> Loads both SSL and none-SSL channel
> -----------------------------------
>
>          Key: AXISCPP-444
>          URL: http://issues.apache.org/jira/browse/AXISCPP-444
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (axis3)
>     Versions: 1.5 Alpha
>     Reporter: John Hawkins
>     Assignee: Fred Preston

>
> If I specify both 
> Channel_HTTP and Channel_HTTP_SSL
> then both are loaded. 
> A) Which ones are being used? 
> b) we shouldn't be loading both.
> I suggest that if SSL is requested then we load only ssl and not the base channel. Because the SSL channel drops through to the base channel if it's not an ssl link anyhow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-444) Loads both SSL and none-SSL channel

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-444?page=history ]

John Hawkins updated AXISCPP-444:
---------------------------------

    Version: 1.5 Alpha

> Loads both SSL and none-SSL channel
> -----------------------------------
>
>          Key: AXISCPP-444
>          URL: http://issues.apache.org/jira/browse/AXISCPP-444
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (axis3)
>     Versions: 1.5 Alpha
>     Reporter: John Hawkins

>
> If I specify both 
> Channel_HTTP and Channel_HTTP_SSL
> then both are loaded. 
> A) Which ones are being used? 
> b) we shouldn't be loading both.
> I suggest that if SSL is requested then we load only ssl and not the base channel. Because the SSL channel drops through to the base channel if it's not an ssl link anyhow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-444) Loads both SSL and none-SSL channel

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-444?page=history ]
     
Fred Preston resolved AXISCPP-444:
----------------------------------

    Resolution: Fixed

The HTTPChannel library is the implementation of the unsecure channel and handles all HTTP requests.
The HTTPSSLChannel library is the implementation of the secure channel (using OpenSSL) and handles all HTTPS requests.
The two libraries are seperate and both must be loaded to use HTTP and HTTPS.

> Loads both SSL and none-SSL channel
> -----------------------------------
>
>          Key: AXISCPP-444
>          URL: http://issues.apache.org/jira/browse/AXISCPP-444
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (axis3)
>     Versions: 1.5 Alpha
>     Reporter: John Hawkins
>     Assignee: Fred Preston

>
> If I specify both 
> Channel_HTTP and Channel_HTTP_SSL
> then both are loaded. 
> A) Which ones are being used? 
> b) we shouldn't be loading both.
> I suggest that if SSL is requested then we load only ssl and not the base channel. Because the SSL channel drops through to the base channel if it's not an ssl link anyhow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira