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 "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2007/07/07 20:26:04 UTC

[jira] Created: (AXIS2-2919) NIO-HTTPS transport throws a MalformedInputException

NIO-HTTPS transport throws a MalformedInputException
----------------------------------------------------

                 Key: AXIS2-2919
                 URL: https://issues.apache.org/jira/browse/AXIS2-2919
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: nightly
            Reporter: Asankha C. Perera
            Assignee: Asankha C. Perera
            Priority: Critical
             Fix For: 1.3


The NIO HTTPS transport is throwing a java.nio.charset.MalformedInputException when a connection was being attempted. This was seen on Axis2 1.3 RC1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2919) NIO-HTTPS transport throws a MalformedInputException

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

Asankha C. Perera resolved AXIS2-2919.
--------------------------------------

    Resolution: Fixed

This was caused by a line that I had commented out to compile the code in JDK 1.4

This is a trivial fix and does not require regression testing for this module nor impact any other module or Axis2 core code

The fix was to use the correct IOEventDispatch implementation for HTTPS

> NIO-HTTPS transport throws a MalformedInputException
> ----------------------------------------------------
>
>                 Key: AXIS2-2919
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2919
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: nightly
>            Reporter: Asankha C. Perera
>            Assignee: Asankha C. Perera
>            Priority: Critical
>             Fix For: 1.3
>
>
> The NIO HTTPS transport is throwing a java.nio.charset.MalformedInputException when a connection was being attempted. This was seen on Axis2 1.3 RC1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org