Enabling Usernames With Extended Characters for WebLogic Server

If the WebLogic Server application server is not being used, this section can be ignored.

In the event that you have Cúram user names or passwords with extended characters (e.g. "üßer") WebLogic Server provides a proprietary attribute, j_character_encoding , which must be added to the logon.jsp form-based login page. The WebLogic Server documentation should be consulted for more information. The attribute must be added to the table element in the logon.jsp file, as illustrated below: Enabling Usernames With Extended Characters for WebLogic Server.

Figure 1. WebLogic Server Support for Logins With Extended Characters
<input type="hidden" name="j_character_encoding" value="UTF-8"/>