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 "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2010/03/11 05:03:27 UTC

[jira] Created: (AXIS2C-1468) HTTP Basic Authentication is not working properly

HTTP Basic Authentication is not working properly
-------------------------------------------------

                 Key: AXIS2C-1468
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1468
             Project: Axis2-C
          Issue Type: Bug
          Components: transport/http
    Affects Versions: Current (Nightly)
            Reporter: S.Uthaiyashankar
            Assignee: S.Uthaiyashankar
             Fix For: 1.7.0


Steps to recreate:
(1) Enable Http basic auth in httpd
(2) Uncomment <parameter name="HTTP-Authentication" ....> in http transport sender of client side axis2.xml
(3) Invoke echo sample
(4) Client sends the request
(5) Server sends "401 Authorization Required" header
(6) Client sends http headers including "Authorization: Basic" header. But there are no body for the second request. 
(7) Since there are no request, client will not get any reply.

Note that echo_blocking_auth (when passing username, password as command line parameters) works correctly. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Resolved: (AXIS2C-1468) HTTP Basic Authentication is not working properly

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-1468.
--------------------------------------

    Resolution: Fixed

Fixed in revision 921684

> HTTP Basic Authentication is not working properly
> -------------------------------------------------
>
>                 Key: AXIS2C-1468
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1468
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: S.Uthaiyashankar
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>
> Steps to recreate:
> (1) Enable Http basic auth in httpd
> (2) Uncomment <parameter name="HTTP-Authentication" ....> in http transport sender of client side axis2.xml
> (3) Invoke echo sample
> (4) Client sends the request
> (5) Server sends "401 Authorization Required" header
> (6) Client sends http headers including "Authorization: Basic" header. But there are no body for the second request. 
> (7) Since there are no request, client will not get any reply.
> Note that echo_blocking_auth (when passing username, password as command line parameters) works correctly. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Resolved: (AXIS2C-1468) HTTP Basic Authentication is not working properly

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-1468.
--------------------------------------

    Resolution: Fixed

Fixed in revision 921684

> HTTP Basic Authentication is not working properly
> -------------------------------------------------
>
>                 Key: AXIS2C-1468
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1468
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: transport/http
>    Affects Versions: Current (Nightly)
>            Reporter: S.Uthaiyashankar
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>
> Steps to recreate:
> (1) Enable Http basic auth in httpd
> (2) Uncomment <parameter name="HTTP-Authentication" ....> in http transport sender of client side axis2.xml
> (3) Invoke echo sample
> (4) Client sends the request
> (5) Server sends "401 Authorization Required" header
> (6) Client sends http headers including "Authorization: Basic" header. But there are no body for the second request. 
> (7) Since there are no request, client will not get any reply.
> Note that echo_blocking_auth (when passing username, password as command line parameters) works correctly. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org