|
| 1.13.4.7 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java | JBREM-838: Updated checkContentType() so it works with sslservlet transport. |
| 1.6.4.5 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.java | JBREM-758, JBREM-792: Minor refactoring; test if request is a String before calling String.startsWith(). |
| 1.1.2.3 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/socket/ssl/clientaddress/SSLSocketClientAddressTestCase.java | JBREM-758, JBREM-792: Removed unnecessary import. |
| 1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/servlet/ssl/SSLServletClientAddressTestClient.java | JBREM-758, JBREM-792: Added unit test for sslservlet transport. |
| 1.1.4.3 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/servlet/readme.txt | JBREM-758, JBREM-792: Updated with new tests and updated SSL Connector configuration. |
| 1.1.2.2 | deleted | rsigal | src/tests/org/jboss/test/remoting/transport/servlet/ServletClientAddressTestCase.java | JBREM-758: Renamed to ServletClientAddressTestClient so it won't be executed by tests.functional and tests.functional.core. |
| 1.1.2.3 | modified | rsigal | src/tests/org/jboss/test/remoting/clientaddress/ClientAddressTestParent.java | JBREM-758: Minor changes. |
| 1.8.4.8 | modified | rsigal | src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java | JBREM-853: Tests if URL path is null before putting it in InvocationRequest requestPayload. |