blob: f6b1dde5fd34d57cf4f58b31e654a4bbc73b8c60 [file] [log] [blame]
package test.pkg;
public class AuthDemo {
private static final String AUTH_NAME = "<warning descr="Possible credential leak">http://user:[email protected]</warning>";
private static final String AUTH_IP = "<warning descr="Possible credential leak">scheme://user:[email protected]</warning>:8000";
private static final String AUTH_NO_LEAK = "scheme://user:%[email protected]";
}