Modified: river/jtsk/branches/2.2/qa/jtreg/TEST.ROOT URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/TEST.ROOT?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/TEST.ROOT (original) +++ river/jtsk/branches/2.2/qa/jtreg/TEST.ROOT Sun Feb 7 03:24:15 2016 @@ -1,3 +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. + # This file identifies the root of the test-suite hierarchy. # It also contains test-suite configuration information. # DO NOT EDIT without first contacting jdk-regtest@eng.
Modified: river/jtsk/branches/2.2/qa/jtreg/certs/test-ca1.properties URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/certs/test-ca1.properties?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/certs/test-ca1.properties (original) +++ river/jtsk/branches/2.2/qa/jtreg/certs/test-ca1.properties Sun Feb 7 03:24:15 2016 @@ -1,3 +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. + # JCSI configuration file for Test CA 1 #------------------------------------------------------------------------ Modified: river/jtsk/branches/2.2/qa/jtreg/certs/test-ca2.properties URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/certs/test-ca2.properties?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/certs/test-ca2.properties (original) +++ river/jtsk/branches/2.2/qa/jtreg/certs/test-ca2.properties Sun Feb 7 03:24:15 2016 @@ -1,3 +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. + # JCSI configuration file for Test CA 2 #------------------------------------------------------------------------ Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/action/catchSecurityException/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/action/catchSecurityException/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/action/catchSecurityException/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/action/catchSecurityException/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/com/sun/jini/config/KeyStores/policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/config/KeyStores/policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/config/KeyStores/policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/config/KeyStores/policy Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* * Java policy file for running tests in this directory. */ Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/phoenix/ExecOptionPermission/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/phoenix/ExecOptionPermission/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/phoenix/ExecOptionPermission/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/phoenix/ExecOptionPermission/security.policy Sun Feb 7 03:24:15 2016 @@ -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; }; Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-foo URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-foo?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-foo (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-foo Sun Feb 7 03:24:15 2016 @@ -1 +1,19 @@ +/* + * 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. + */ + comp { foo = new java.util.HashMap(); } Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-no-perm URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-no-perm?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-no-perm (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-no-perm Sun Feb 7 03:24:15 2016 @@ -1 +1,19 @@ +/* + * 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. + */ + comp { foo = 3; } Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-obj URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-obj?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-obj (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-obj Sun Feb 7 03:24:15 2016 @@ -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. + */ + import net.jini.config.EmptyConfiguration; comp { Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-prim URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-prim?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-prim (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/config-prim Sun Feb 7 03:24:15 2016 @@ -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. + */ + comp { booleanEntry = true; byteEntry = (byte) 3; Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-foo URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-foo?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-foo (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-foo Sun Feb 7 03:24:15 2016 @@ -1 +1,19 @@ +/* + * 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. + */ + comp.foo java.util.Map Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-no-perm URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-no-perm?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-no-perm (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-no-perm Sun Feb 7 03:24:15 2016 @@ -1 +1,19 @@ +/* + * 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. + */ + comp.foo int Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-obj URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-obj?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-obj (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-obj Sun Feb 7 03:24:15 2016 @@ -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. + */ + comp.BooleanEntry java.lang.Boolean comp.IntegerEntry java.lang.Integer Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-prim URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-prim?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-prim (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/entries-prim Sun Feb 7 03:24:15 2016 @@ -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. + */ + comp.booleanEntry boolean comp.byteEntry byte comp.charEntry char Modified: river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/com/sun/jini/tool/CheckConfigurationFile/policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/security.policy Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ /* + * 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. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/classpath.sh Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ -!#/bin/sh +#!/bin/sh + +# +# 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. + CLASSPATH="../../../../../JTlib-tmp:."; export CLASSPATH; \ No newline at end of file Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/parser-test URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/parser-test?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/parser-test (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/parser-test Sun Feb 7 03:24:15 2016 @@ -1,3 +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. + # # Parser tests # Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/policy Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* * Java policy file for running TestParser. */ Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/security.properties URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/security.properties?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/security.properties (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/ConfigurationFile/TestParser/security.properties Sun Feb 7 03:24:15 2016 @@ -1 +1,18 @@ +# +# 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. + package.access=net.jini.export,net.jini.loader. Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/classpath.sh URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/classpath.sh?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/classpath.sh (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/classpath.sh Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ -!#/bin/sh +#!/bin/sh + +# +# 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. + CLASSPATH="../../../../../JTlib-tmp:."; export CLASSPATH; \ No newline at end of file Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/policy Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* * Java policy file for running tests in this directory. */ Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/security.properties URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/security.properties?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/security.properties (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/config/TestAPI/security.properties Sun Feb 7 03:24:15 2016 @@ -1 +1,18 @@ +# +# 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. + package.access=net.jini.export,net.jini.loader. Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ /* + * 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. + */ + +/* * security policy used by the test process * Added after creation of JTlib-tmp directory to replace use of * jre/lib/ext/ directory, this test seemed to fail. Requires confirmation Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/test.login URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/test.login?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/test.login (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/RegressionTests/config/test.login Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* JAAS login configuration file for server */ testServer { com.sun.security.auth.module.Krb5LoginModule required Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/policy.all URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/policy.all?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/policy.all (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/policy.all Sun Feb 7 03:24:15 2016 @@ -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 "", ""; }; Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/testEndpoints.login URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/testEndpoints.login?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/testEndpoints.login (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/kerberos/UnitTests/config/testEndpoints.login Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* JAAS login configuration file for client and server */ onePrincipalServer { Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/ssl/UnitTests/policy Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* * Java policy file for running tests in this directory. */ Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/policy.kerbmultihome URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/policy.kerbmultihome?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/policy.kerbmultihome (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/policy.kerbmultihome Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/testEndpoints.login URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/testEndpoints.login?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/testEndpoints.login (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/config/testEndpoints.login Sun Feb 7 03:24:15 2016 @@ -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. + */ + /* JAAS login configuration file for single principal */ onePrincipalServer { Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/jrmp/echo/classpath.sh URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/classpath.sh?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/classpath.sh (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/classpath.sh Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ -!#/bin/sh +#!/bin/sh + +# +# 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. + CLASSPATH="../../../../../JTlib-tmp:."; export CLASSPATH; \ No newline at end of file Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/group.security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/group.security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/group.security.policy Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ /* + * 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. + */ + +/* * security policy used by activation groups */ grant codebase "file:${jsk.home}/lib/phoenix-group.jar" { Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.config?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.config (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.config Sun Feb 7 03:24:15 2016 @@ -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. + */ + import com.sun.jini.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy Sun Feb 7 03:24:15 2016 @@ -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.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/jrmp/echo/security.policy Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ /* + * 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. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ /* + * 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. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy Sun Feb 7 03:24:15 2016 @@ -1,4 +1,22 @@ /* + * 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. + */ + +/* * security policy used by the test process * Added after creation of JTlib-tmp directory to replace use of * jre/lib/ext/ directory, this test seemed to fail. Requires confirmation Modified: river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/malformedAncestorURLs/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/nonURLAncestor/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/pinContextLoader/security.policy Sun Feb 7 03:24:15 2016 @@ -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/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy?rev=1728916&r1=1728915&r2=1728916&view=diff ============================================================================== --- river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy (original) +++ river/jtsk/branches/2.2/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/registryRetainCodebase/client.policy Sun Feb 7 03:24:15 2016 @@ -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;
