You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alejandro Raiczyk (JIRA)" <ji...@apache.org> on 2008/09/10 22:35:44 UTC

[jira] Created: (CXF-1791) Exception feedback

Exception feedback
------------------

                 Key: CXF-1791
                 URL: https://issues.apache.org/jira/browse/CXF-1791
             Project: CXF
          Issue Type: Improvement
          Components: Transports
            Reporter: Alejandro Raiczyk


I was trying to consume a web service deployed with cxf and I was getting this exception at the web server:

java.lang.ArrayIndexOutOfBoundsException: 0
at org.apache.cxf.transport.http.AbstractHTTPDestination.setHeaders(AbstractHTTPDestination.java:136)

Because I had no clue what this was about, I downloaded the sources and finally I realized that I was sending a BASIC auth header while I wans't sending the user nor the password.
It would be really helpful if you give more feedback in your exceptions.

Thanks.

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


[jira] Resolved: (CXF-1791) Exception feedback

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

Daniel Kulp resolved CXF-1791.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5
                   2.1.8
         Assignee: Daniel Kulp

> Exception feedback
> ------------------
>
>                 Key: CXF-1791
>                 URL: https://issues.apache.org/jira/browse/CXF-1791
>             Project: CXF
>          Issue Type: Improvement
>          Components: Transports
>            Reporter: Alejandro Raiczyk
>            Assignee: Daniel Kulp
>             Fix For: 2.1.8, 2.2.5
>
>
> I was trying to consume a web service deployed with cxf and I was getting this exception at the web server:
> java.lang.ArrayIndexOutOfBoundsException: 0
> at org.apache.cxf.transport.http.AbstractHTTPDestination.setHeaders(AbstractHTTPDestination.java:136)
> Because I had no clue what this was about, I downloaded the sources and finally I realized that I was sending a BASIC auth header while I wans't sending the user nor the password.
> It would be really helpful if you give more feedback in your exceptions.
> Thanks.

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