From: Brett Porter Date: Wed, 14 Feb 2007 06:38:34 +0000 (+0000) Subject: fix security defaults X-Git-Tag: archiva-0.9-alpha-1~117 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7e88912eb4a449f525a2e7d9f61029ac1598767;p=archiva.git fix security defaults git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-webapp/src/jetty-env.xml b/archiva-webapp/src/jetty-env.xml index bc5d864d2..7e260ebfe 100644 --- a/archiva-webapp/src/jetty-env.xml +++ b/archiva-webapp/src/jetty-env.xml @@ -21,6 +21,22 @@ + + mail/Session + + + + + + + localhost + 25 + + + + + + jdbc/users diff --git a/archiva-webapp/src/main/resources/META-INF/plexus/application.xml b/archiva-webapp/src/main/resources/META-INF/plexus/application.xml index 57d03f218..6be24dde9 100644 --- a/archiva-webapp/src/main/resources/META-INF/plexus/application.xml +++ b/archiva-webapp/src/main/resources/META-INF/plexus/application.xml @@ -48,6 +48,7 @@ + diff --git a/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties b/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties index 752d0551b..737a94350 100644 --- a/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties +++ b/archiva-webapp/src/main/resources/org/apache/maven/archiva/security.properties @@ -17,21 +17,9 @@ # under the License. # -# -------------------------------------------------------------------- -# Application Configuration - -application.name=Maven Archiva -# NOTE: do not include trailing slash on application.url -application.url=http://localhost -application.timestamp=EEE d MMM yyyy HH:mm:ss Z - # -------------------------------------------------------------------- # Email Settings -# All emails sent by the system will be from the following user name (used in conjunction with address) -email.from.address=archiva@localhost -email.from.name=Archiva Administrator - # The subject line for the email message. email.validation.subject=Welcome to Maven Archiva