Modify PortUtil to allow a configurable range for MIN_UNPRIVILEGED_PORT and MAX_LEGAL_PORT.
-------------------------------------------------------------------------------------------
Key: JBREM-1139
URL: https://jira.jboss.org/jira/browse/JBREM-1139
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.2.2.SP8
Reporter: Colin Mondesir
PortUtil could be …
[View More]improved to read the port range configuration.
This is straightforward and no side effect is expected. However,
PortUtil and its callers will need some refactoring as it is just a
static utility classes currently.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Clarify use of "clientConnectAddress" in RemotingGuide
------------------------------------------------------
Key: JBREM-1142
URL: https://jira.jboss.org/jira/browse/JBREM-1142
Project: JBoss Remoting
Issue Type: Task
Security Level: Public (Everyone can see)
Components: docs
Affects Versions: 2.2.3, 2.5.1 (Flounder)
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 2.5.2 (Flounder),…
[View More] 2.2.3.SP1
The Remoting Guide should spell out the fact that the parameter "clientConnectAddress" is useful only in the context of server side configuration.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Fix problem in CompressingMarshaller
------------------------------------
Key: JBREM-1077
URL: https://jira.jboss.org/jira/browse/JBREM-1077
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 3.0.0.GA
In org.jboss.remoting.marshal.compress.CompressingMarshaller.write(),
gzos.finish();
oos.flush();
…
[View More]should be
oos.flush();
bos.flush();
gzos.flush();
gzos.finish();
as it is on the 2.x branch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Client SocketFactory should be configurable by InvokerLocator
-------------------------------------------------------------
Key: JBREM-1121
URL: https://jira.jboss.org/jira/browse/JBREM-1121
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.2.2.SP11, 2.5.1 (Flounder)
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 2.2.2.SP12, 2.5.2 (…
[View More]Flounder)
org.jboss.remoting.RemoteClientInvoker, which creates the client invoker's SocketFactory, uses only the parameters passed in the configuration map (except for looking in the InvokerLocator for org.jboss.remoting.SOCKET_FACTORY_CLASS_NAME (actual value "socketFactoryClassName"), which was introduced in JBREM-1014 "Support injection of socket factory class name into AbstractInvoker"). There should be a configurable option to use all parameters from the InvokerLocator.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]