|
| 1.6.4.4 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java | JBREM-758, JBREM-792: Added several new functions. |
| 1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/servlet/ServletClientAddressTestCase.java | JBREM-758, JBREM-792: New unit test for servlet transport. |
| 1.52.2.37 | modified | rsigal | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-792: Removed log.info() calls inadvertently left in at last commit. |
| 1.29.2.28 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-792: Moved "$GET_CLIENT_LOCAL_ADDRESS$" functionality from ServerThread to ServerInvoker. |
| 1.52.2.36 | modified | rsigal | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-792: Implements "$GET_CLIENT_LOCAL_ADDRESS$" functionality directly in ServerInvoker. |
| 1.53.2.38 | modified | rsigal | src/main/org/jboss/remoting/Client.java | JBREM-792: Added getAddressSeenByServer(). |
| 1.8.4.7 | modified | rsigal | src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
| 1.6.4.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/compress/CompressingUnMarshaller.java | JBREM-677: (1) Added getMarshallingStream(); (2) uses BufferedInputStream. |
| 1.6.4.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java | JBREM-677: (1) Added getMarshallingStream(); (2) uses BufferedOutputStream; (3) reordered GZIPOutputStream.finish() and ObjectOutputStream.flush(). |
| 1.29.2.27 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
| 1.17.4.4 | modified | rsigal | src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
| 1.23.2.8 | modified | rsigal | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-758: Puts client address in InvocationRequest requestPayload. |
| 1.3.4.4 | modified | rsigal | src/main/org/jboss/remoting/Remoting.java | JBREM-758: Added CLIENT_ADDRESS key. |