Skip to content

Commit

Permalink
GRP-1032: Problem with Accented characters and ComboBox in New UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Sep 1, 2014
1 parent a08b5cc commit 3b8697e
Showing 1 changed file with 2 additions and 7 deletions.
Expand Up @@ -187,14 +187,9 @@ private static void downloadFile(String url, String localFileName) {
*/
public static void main(String[] args) {

// GrouperInstaller grouperInstaller = new GrouperInstaller();
// grouperInstaller.mainLogic(args);
GrouperInstaller grouperInstaller = new GrouperInstaller();
grouperInstaller.mainLogic(args);

File serverXmlFile = new File("C:\\temp\\server.xml");
editFile(serverXmlFile, "URIEncoding=\"([^\"]+)\"", new String[]{"<Connector", "protocol=\"AJP/1.3\""},
new String[]{"SSLEnabled=\"true\""}, "UTF-8", "tomcat URIEncoding attribute for element <Connector AJP", true, "URIEncoding");


//
//
// grouperInstaller.dbUrl = "jdbc:hsqldb:hsql://localhost:9001/grouper";
Expand Down

0 comments on commit 3b8697e

Please sign in to comment.