You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2009/06/25 16:42:35 UTC

[jira] Created: (AMQNET-167) Stomp Transport encodes trailling double byte null

Stomp Transport encodes trailling double byte null
--------------------------------------------------

                 Key: AMQNET-167
                 URL: https://issues.apache.org/activemq/browse/AMQNET-167
             Project: ActiveMQ .Net
          Issue Type: Bug
    Affects Versions: 1.0
            Reporter: Timothy Bish
            Assignee: Jim Gomes
             Fix For: 1.1


When appending the trailing null to a Stomp Frame the Stomp Transport's StompFrameStream is adding a multibyte char null instead of a single byte null which is the correct terminator as per the Stomp spec.

Reported By: matt walsh on the mailing list with supplied fix.



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


[jira] Assigned: (AMQNET-167) Stomp Transport encodes trailling double byte null

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish reassigned AMQNET-167:
-----------------------------------

    Assignee: Timothy Bish  (was: Jim Gomes)

> Stomp Transport encodes trailling double byte null
> --------------------------------------------------
>
>                 Key: AMQNET-167
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-167
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.1
>
>
> When appending the trailing null to a Stomp Frame the Stomp Transport's StompFrameStream is adding a multibyte char null instead of a single byte null which is the correct terminator as per the Stomp spec.
> Reported By: matt walsh on the mailing list with supplied fix.

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


[jira] Resolved: (AMQNET-167) Stomp Transport encodes trailling double byte null

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-167.
---------------------------------

    Resolution: Fixed

Fixed in trunk.

> Stomp Transport encodes trailling double byte null
> --------------------------------------------------
>
>                 Key: AMQNET-167
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-167
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.1
>
>
> When appending the trailing null to a Stomp Frame the Stomp Transport's StompFrameStream is adding a multibyte char null instead of a single byte null which is the correct terminator as per the Stomp spec.
> Reported By: matt walsh on the mailing list with supplied fix.

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