/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* @test
* @bug 4634892
* @summary Ensure that setting com.sun.security.sasl.digest.utf8 to "false"
* for the SASL server causes server to not issue a charset=utf-8 directive.
*/
/**
* Default is to use UTF-8 (server will by default issue charset directive).
* Can set logging to FINEST to view exchange.
*/
public class AuthNoUtf8 {
private static boolean auto;
private static boolean verbose = false;
pwfile = "pw.properties";
auto = true;
} else {
int i = 0;
i++;
auto = false;
}
}
}
} else {
pwfile = "pw.properties";
}
}
}
srvCbh);
throw new IllegalStateException(
"Unable to find client impl for " + MECH);
}
throw new IllegalStateException(
"Unable to find server impl for " + MECH);
}
byte[] challenge;
}
}
if (verbose) {
}
} else {
throw new IllegalStateException("FAILURE: mismatched state:" +
}
}
}