You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/11/07 12:35:53 UTC

[jira] Created: (QPID-678) Test library does not allow broker to add headers

Test library does not allow broker to add headers
-------------------------------------------------

                 Key: QPID-678
                 URL: https://issues.apache.org/jira/browse/QPID-678
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: M2, M2.1
            Reporter: Martin Ritchie
             Fix For: M2.1


The python test lib is to strict.
>From the 0-8 Spec Document:

The server MUST NOT modify message content bodies that it receives and passes to consumer applications. The server MAY add information to content headers but it MUST NOT remove or modify existing information.

Currently the python client on the M2.1 branch requires the msg properties on the received message to be the same as the ones set on the message before it was sent.

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


[jira] Updated: (QPID-678) Test library does not allow broker to add headers

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-678:
--------------------------------

    Attachment: QPID-678-PythonTestLib.patch

I'll commit this on M2.1 but if a python guru could also review the change as well that would be great.

> Test library does not allow broker to add headers
> -------------------------------------------------
>
>                 Key: QPID-678
>                 URL: https://issues.apache.org/jira/browse/QPID-678
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: M2, M2.1
>            Reporter: Martin Ritchie
>             Fix For: M2.1
>
>         Attachments: QPID-678-PythonTestLib.patch
>
>
> The python test lib is to strict.
> From the 0-8 Spec Document:
> The server MUST NOT modify message content bodies that it receives and passes to consumer applications. The server MAY add information to content headers but it MUST NOT remove or modify existing information.
> Currently the python client on the M2.1 branch requires the msg properties on the received message to be the same as the ones set on the message before it was sent.

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


[jira] Updated: (QPID-678) Test library does not allow broker to add headers

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-678:
--------------------------------

    Fix Version/s:     (was: M2.1)
                   M3

> Test library does not allow broker to add headers
> -------------------------------------------------
>
>                 Key: QPID-678
>                 URL: https://issues.apache.org/jira/browse/QPID-678
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: M2, M2.1
>            Reporter: Martin Ritchie
>             Fix For: M3
>
>         Attachments: QPID-678-PythonTestLib.patch
>
>
> The python test lib is to strict.
> From the 0-8 Spec Document:
> The server MUST NOT modify message content bodies that it receives and passes to consumer applications. The server MAY add information to content headers but it MUST NOT remove or modify existing information.
> Currently the python client on the M2.1 branch requires the msg properties on the received message to be the same as the ones set on the message before it was sent.

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


[jira] Resolved: (QPID-678) Test library does not allow broker to add headers

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack resolved QPID-678.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: M3)
                   M2.1
         Assignee: Martin Ritchie

Code completed to fix this issue (see svn commits)

> Test library does not allow broker to add headers
> -------------------------------------------------
>
>                 Key: QPID-678
>                 URL: https://issues.apache.org/jira/browse/QPID-678
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Client
>    Affects Versions: M2, M2.1
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M2.1
>
>         Attachments: QPID-678-PythonTestLib.patch
>
>
> The python test lib is to strict.
> From the 0-8 Spec Document:
> The server MUST NOT modify message content bodies that it receives and passes to consumer applications. The server MAY add information to content headers but it MUST NOT remove or modify existing information.
> Currently the python client on the M2.1 branch requires the msg properties on the received message to be the same as the ones set on the message before it was sent.

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