Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 604001 Details for
Bug 755651
getJMSReplyTo does not return null for null ReplyTo property
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Simple patch proposal
0001-java-null-replyTo.patch (text/plain), 805 bytes, created by
Pavel Moravec
on 2012-08-13 13:10:59 UTC
(
hide
)
Description:
Simple patch proposal
Filename:
MIME Type:
Creator:
Pavel Moravec
Created:
2012-08-13 13:10:59 UTC
Size:
805 bytes
patch
obsolete
>diff -rup _qpid-0.18-orig/java/client/src/main/java/org/apache/qpid/client/message/AMQMessageDelegate_0_10.java _qpid-0.18-new/java/client/src/main/java/org/apache/qpid/client/message/AMQMessageDelegate_0_10.java >--- _qpid-0.18-orig/java/client/src/main/java/org/apache/qpid/client/message/AMQMessageDelegate_0_10.java 2012-08-13 11:14:05.017048999 +0200 >+++ _qpid-0.18-new/java/client/src/main/java/org/apache/qpid/client/message/AMQMessageDelegate_0_10.java 2012-08-13 13:47:48.348013419 +0200 >@@ -250,7 +250,7 @@ public class AMQMessageDelegate_0_10 ext > { > ReplyTo replyTo = _messageProps.getReplyTo(); > >- if (replyTo == null) >+ if ((replyTo == null) || ((replyTo.getExchange() == null) && (replyTo.getRoutingKey() == null))) > { > return null; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 755651
: 604001 |
781183