Author: amilaj
Date: Sun Jan 20 14:36:13 2013
New Revision: 1435853

URL: http://svn.apache.org/viewvc?rev=1435853&view=rev
Log:
Correcting default authenticators.xml and removing user name password from jdbc 
url

Modified:
    airavata/trunk/modules/rest/webapp/src/main/resources/authenticators.xml

Modified: 
airavata/trunk/modules/rest/webapp/src/main/resources/authenticators.xml
URL: 
http://svn.apache.org/viewvc/airavata/trunk/modules/rest/webapp/src/main/resources/authenticators.xml?rev=1435853&r1=1435852&r2=1435853&view=diff
==============================================================================
--- airavata/trunk/modules/rest/webapp/src/main/resources/authenticators.xml 
(original)
+++ airavata/trunk/modules/rest/webapp/src/main/resources/authenticators.xml 
Sun Jan 20 14:36:13 2013
@@ -16,7 +16,7 @@ The "enabled parameter at root level wil
             <database>
                 
<!--jdbcUrl>jdbc:h2:modules/commons/airavata-registry-rest/src/test/resources/testdb/test</jdbcUrl-->
                 <!-- Points to 
/Users/thejaka/development/apache/airavata/trunk/modules/commons/airavata-registry-rest/target/tomcat6x/.
 -->
-                
<jdbcUrl>jdbc:derby://localhost:1527/persistent_data;create=true;user=airavata;password=airavata</jdbcUrl>
+                
<jdbcUrl>jdbc:derby://localhost:1527/persistent_data;create=false</jdbcUrl>
                 <userName>airavata</userName>
                 <password>airavata</password>
                 
<databaseDriver>org.apache.derby.jdbc.ClientDriver</databaseDriver>
@@ -32,7 +32,7 @@ The "enabled parameter at root level wil
         <specificConfigurations>
             <database>
                 
<!--jdbcUrl>jdbc:h2:modules/commons/airavata-registry-rest/src/test/resources/testdb/test</jdbcUrl-->
-                
<jdbcUrl>jdbc:derby://localhost:1527/persistent_data;create=true;user=airavata;password=airavata</jdbcUrl>
+                
<jdbcUrl>jdbc:derby://localhost:1527/persistent_data;create=false</jdbcUrl>
                 <userName>airavata</userName>
                 <password>airavata</password>
                 
<databaseDriver>org.apache.derby.jdbc.ClientDriver</databaseDriver>


Reply via email to