You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Prabath Siriwardena (JIRA)" <ji...@apache.org> on 2009/02/23 13:05:02 UTC

[jira] Created: (AXIS2-4248) NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]

NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4248
                 URL: https://issues.apache.org/jira/browse/AXIS2-4248
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Prabath Siriwardena
            Priority: Critical


- Define a security policy for a service and deploy it.
- Access a service method which throws an exception  with a client - with the epr http://localhost:8080/axis2/services/SimpleService

[It works fine when you access the service with a binding specific epr, i.e http://localhost:8080/axis2/services/SimpleService.SimpleServiceHttpSoap12Endpoint ]


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


[jira] Updated: (AXIS2-4248) NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]

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

Prabath Siriwardena updated AXIS2-4248:
---------------------------------------

    Attachment: AXIS2-4248.patch

Please find the patch attached.

> NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4248
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4248
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Prabath Siriwardena
>            Priority: Critical
>         Attachments: AXIS2-4248.patch
>
>
> - Define a security policy for a service and deploy it.
> - Access a service method which throws an exception  with a client - with the epr http://localhost:8080/axis2/services/SimpleService
> [It works fine when you access the service with a binding specific epr, i.e http://localhost:8080/axis2/services/SimpleService.SimpleServiceHttpSoap12Endpoint ]

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


[jira] Updated: (AXIS2-4248) NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]

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

Prabath Siriwardena updated AXIS2-4248:
---------------------------------------

    Attachment: AXIS2-4248.patch

Please find the patch attached.

> NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4248
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4248
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Prabath Siriwardena
>            Priority: Critical
>         Attachments: AXIS2-4248.patch
>
>
> - Define a security policy for a service and deploy it.
> - Access a service method which throws an exception  with a client - with the epr http://localhost:8080/axis2/services/SimpleService
> [It works fine when you access the service with a binding specific epr, i.e http://localhost:8080/axis2/services/SimpleService.SimpleServiceHttpSoap12Endpoint ]

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


[jira] Commented: (AXIS2-4248) NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717093#action_12717093 ] 

Deepal Jayasinghe commented on AXIS2-4248:
------------------------------------------

Hi Prabath,
I tried to apply your patch, but seems like there are test failures so please re-create the patch.

Thanks,
Deepal

> NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4248
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4248
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Prabath Siriwardena
>            Priority: Critical
>         Attachments: AXIS2-4248.patch
>
>
> - Define a security policy for a service and deploy it.
> - Access a service method which throws an exception  with a client - with the epr http://localhost:8080/axis2/services/SimpleService
> [It works fine when you access the service with a binding specific epr, i.e http://localhost:8080/axis2/services/SimpleService.SimpleServiceHttpSoap12Endpoint ]

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


[jira] Updated: (AXIS2-4248) NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]

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

Prabath Siriwardena updated AXIS2-4248:
---------------------------------------

    Attachment:     (was: AXIS2-4248.patch)

> NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/SimpleService]
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4248
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4248
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Prabath Siriwardena
>            Priority: Critical
>         Attachments: AXIS2-4248.patch
>
>
> - Define a security policy for a service and deploy it.
> - Access a service method which throws an exception  with a client - with the epr http://localhost:8080/axis2/services/SimpleService
> [It works fine when you access the service with a binding specific epr, i.e http://localhost:8080/axis2/services/SimpleService.SimpleServiceHttpSoap12Endpoint ]

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