You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/11 09:43:28 UTC

svn commit: r1738536 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/test/resources/realm.properties

Author: lofwyr
Date: Mon Apr 11 07:43:27 2016
New Revision: 1738536

URL: http://svn.apache.org/viewvc?rev=1738536&view=rev
Log:
 TOBAGO-1554 Tobago security should be integrated to tobago-core.jar
 * make demo running again with jetty (and security)

Added:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/test/resources/realm.properties

Added: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/test/resources/realm.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/test/resources/realm.properties?rev=1738536&view=auto
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/test/resources/realm.properties (added)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/test/resources/realm.properties Mon Apr 11 07:43:27 2016
@@ -0,0 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# username: password [,rolename ...]
+guest: guest,demo-user
+admin: admin,demo-user