You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hu...@apache.org on 2017/11/29 03:13:41 UTC

svn commit: r1816592 - /tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

Author: huxing
Date: Wed Nov 29 03:13:40 2017
New Revision: 1816592

URL: http://svn.apache.org/viewvc?rev=1816592&view=rev
Log:
Use \u00A3 to avoid ide encoding preference

Modified:
    tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java?rev=1816592&r1=1816591&r2=1816592&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java (original)
+++ tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Wed Nov 29 03:13:40 2017
@@ -145,7 +145,7 @@ public class TestWebSocketFrameClient ex
         SecurityCollection collection = new SecurityCollection();
         collection.addPatternDecoded("/");
         String utf8User = "test";
-        String utf8Pass = "123£";
+        String utf8Pass = "123\u00A3"; // pound sign
 
         tomcat.addUser(utf8User, utf8Pass);
         tomcat.addRole(utf8User, ROLE);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org