You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pa...@apache.org on 2015/12/11 02:10:39 UTC

svn commit: r1719243 [3/3] - in /river/jtsk/trunk: examples/hello/config/ qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/ qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/ qa/jtreg/net/jini/activation/Activatable/activateFailure...

Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 grant codeBase "file:${java.home}/lib/ext/*" {
     permission java.security.AllPermission; 
 }; 

Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 grant codeBase "file:${java.home}/lib/ext/*" {
     permission java.security.AllPermission; 
 }; 

Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 grant codeBase "file:${java.home}/lib/ext/*" { 
     permission java.security.AllPermission; 
 }; 

Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 
 grant codeBase "file:${java.home}${/}lib${/}ext${/}*" {
   permission java.security.AllPermission;

Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredResources/correctInterpretation/security.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredResources/correctInterpretation/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredResources/correctInterpretation/security.policy (original)
+++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredResources/correctInterpretation/security.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 /*  */
 
 /*

Modified: river/jtsk/trunk/qa/jtreg/org/apache/river/action/catchSecurityException/security.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/org/apache/river/action/catchSecurityException/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/org/apache/river/action/catchSecurityException/security.policy (original)
+++ river/jtsk/trunk/qa/jtreg/org/apache/river/action/catchSecurityException/security.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 // Changed because an unprivileged domain was present on the
 // stack that caused this test to fail.  The test creates an AccessControlContext.
 grant {

Modified: river/jtsk/trunk/qa/jtreg/org/apache/river/phoenix/ExecOptionPermission/security.policy
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/org/apache/river/phoenix/ExecOptionPermission/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff
==============================================================================
--- river/jtsk/trunk/qa/jtreg/org/apache/river/phoenix/ExecOptionPermission/security.policy (original)
+++ river/jtsk/trunk/qa/jtreg/org/apache/river/phoenix/ExecOptionPermission/security.policy Fri Dec 11 01:10:37 2015
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
+
 grant {
 	permission java.security.AllPermission;
 };