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 681739 Details for
Bug 900707
Property substition breaks when the string "localhost" is used as part of the default value
[?]
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.
0001-JBPAPP-9504-modify-flawed-implementation-of-getOrigi.patch
0001-JBPAPP-9504-modify-flawed-implementation-of-getOrigi.patch (text/x-patch), 1.58 KB, created by
Chao Wang
on 2012-08-13 01:30:12 UTC
(
hide
)
Description:
0001-JBPAPP-9504-modify-flawed-implementation-of-getOrigi.patch
Filename:
MIME Type:
Creator:
Chao Wang
Created:
2012-08-13 01:30:12 UTC
Size:
1.58 KB
patch
obsolete
>From b7ca176237a6c98e217bc156755214c5d8aa02c0 Mon Sep 17 00:00:00 2001 >From: ChaoWang <chaowan@redhat.com> >Date: Fri, 10 Aug 2012 11:26:02 +0800 >Subject: [PATCH] JBPAPP-9504, modify flawed implementation of > getOriginalProperties() of > org.jgroups.conf.ProtocolConfiguration > > >Signed-off-by: ChaoWang <chaowan@redhat.com> >--- > .../as/clustering/jgroups/JChannelFactory.java | 7 +------ > 1 files changed, 1 insertions(+), 6 deletions(-) > >diff --git a/clustering/jgroups/src/main/java/org/jboss/as/clustering/jgroups/JChannelFactory.java b/clustering/jgroups/src/main/java/org/jboss/as/clustering/jgroups/JChannelFactory.java >index 7230d61..47366b2 100644 >--- a/clustering/jgroups/src/main/java/org/jboss/as/clustering/jgroups/JChannelFactory.java >+++ b/clustering/jgroups/src/main/java/org/jboss/as/clustering/jgroups/JChannelFactory.java >@@ -235,12 +235,7 @@ public class JChannelFactory implements ChannelFactory, ChannelListener, Protoco > String protocol = protocolConfig.getName(); > final Map<String, String> properties = new HashMap<String, String>(this.configuration.getDefaults().getProperties(protocol)); > properties.putAll(protocolConfig.getProperties()); >- return new org.jgroups.conf.ProtocolConfiguration(protocol, properties) { >- @Override >- public Map<String, String> getOriginalProperties() { >- return properties; >- } >- }; >+ return new org.jgroups.conf.ProtocolConfiguration(protocol, properties); > } > > private void setValue(Protocol protocol, String property, Object value) { >-- >1.7.7.6 >
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 Raw
Actions:
View
Attachments on
bug 900707
:
681738
| 681739 |
681740