You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/07/16 16:34:33 UTC

[jira] [Created] (AMQ-3929) STOMP multiple header handling incorrect per the 1.1 spec

Hiram Chirino created AMQ-3929:
----------------------------------

             Summary: STOMP multiple header handling incorrect per the 1.1 spec
                 Key: AMQ-3929
                 URL: https://issues.apache.org/jira/browse/AMQ-3929
             Project: ActiveMQ
          Issue Type: Bug
          Components: stomp
            Reporter: Hiram Chirino




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3929) STOMP multiple header handling incorrect per the 1.1 spec

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415195#comment-13415195 ] 

Timothy Bish commented on AMQ-3929:
-----------------------------------

Gotcha, thanks for clarifying that here in the issue.
                
> STOMP multiple header handling incorrect per the 1.1 spec
> ---------------------------------------------------------
>
>                 Key: AMQ-3929
>                 URL: https://issues.apache.org/jira/browse/AMQ-3929
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: stomp
>            Reporter: Hiram Chirino
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AMQ-3929) STOMP multiple header handling incorrect per the 1.1 spec

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

Timothy Bish resolved AMQ-3929.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.7.0
         Assignee: Timothy Bish

Fix and test case applied in trunk. 
                
> STOMP multiple header handling incorrect per the 1.1 spec
> ---------------------------------------------------------
>
>                 Key: AMQ-3929
>                 URL: https://issues.apache.org/jira/browse/AMQ-3929
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: stomp
>            Reporter: Hiram Chirino
>            Assignee: Timothy Bish
>             Fix For: 5.7.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3929) STOMP multiple header handling incorrect per the 1.1 spec

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415177#comment-13415177 ] 

Hiram Chirino commented on AMQ-3929:
------------------------------------

Original reported on the stomp spec mailing lists: https://groups.google.com/d/msg/stomp-spec/jjUuqDoWd6A/t675aApoJikJ
                
> STOMP multiple header handling incorrect per the 1.1 spec
> ---------------------------------------------------------
>
>                 Key: AMQ-3929
>                 URL: https://issues.apache.org/jira/browse/AMQ-3929
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: stomp
>            Reporter: Hiram Chirino
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3929) STOMP multiple header handling incorrect per the 1.1 spec

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415184#comment-13415184 ] 

Timothy Bish commented on AMQ-3929:
-----------------------------------

I wouldn't say its incorrect given that the spec reads, "The intermediate server MAY 'update' header values by either prepending headers to the message or modifying a header in-place in the message."  The "MAY" in there would indicate that either way is acceptable. 
                
> STOMP multiple header handling incorrect per the 1.1 spec
> ---------------------------------------------------------
>
>                 Key: AMQ-3929
>                 URL: https://issues.apache.org/jira/browse/AMQ-3929
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: stomp
>            Reporter: Hiram Chirino
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMQ-3929) STOMP multiple header handling incorrect per the 1.1 spec

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415193#comment-13415193 ] 

Hiram Chirino commented on AMQ-3929:
------------------------------------

The incorrect bit is that it selects the last header as the value instead of using the first header in the header list as the value.
                
> STOMP multiple header handling incorrect per the 1.1 spec
> ---------------------------------------------------------
>
>                 Key: AMQ-3929
>                 URL: https://issues.apache.org/jira/browse/AMQ-3929
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: stomp
>            Reporter: Hiram Chirino
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira