File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,8 @@ public void testSameSessionStickiness() throws Exception {
185
185
/**
186
186
* Use a web application deployed on Weblogic cluster to track HTTP session. In-memory replication
187
187
* persistence method is configured to implement session persistence. server-affinity is achieved
188
- * by Voyager load balancer based on HTTP session information. This test sends two
189
- * HTTP requests from two different clients to Weblogic and verify that HTTP sessions are
190
- * isolated.
188
+ * by Voyager load balancer based on HTTP session information. This test sends two HTTP requests
189
+ * from two different clients to Weblogic and verify that HTTP sessions are isolated.
191
190
*
192
191
* @throws Exception
193
192
*/
You can’t perform that action at this time.
0 commit comments