Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 12b6a5f4c -> 715ab4200
Headers Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/715ab420 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/715ab420 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/715ab420 Branch: refs/heads/tomee-1.7.x Commit: 715ab4200ccb9140d4e1de367e0cfd674a0c264f Parents: 12b6a5f Author: Jonathan Gallimore <[email protected]> Authored: Thu Apr 23 23:55:09 2015 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Thu Apr 23 23:55:09 2015 +0100 ---------------------------------------------------------------------- .../arquillian/tests/realm/MultiAuthenticator.java | 16 ++++++++++++++++ .../openejb/arquillian/tests/realm/MyService.java | 16 ++++++++++++++++ .../api/resource/PropertiesResourceProvider.java | 16 ++++++++++++++++ .../apache/openejb/util/ReversePasswordCipher.java | 16 ++++++++++++++++ examples/cdi-event-realm/pom.xml | 17 +++++++++++++++++ .../src/main/java/org/superbiz/HelloServlet.java | 16 ++++++++++++++++ .../src/main/java/org/superbiz/LoginServlet.java | 16 ++++++++++++++++ .../test/java/org/superbiz/CdiEventRealmTest.java | 16 ++++++++++++++++ 8 files changed, 129 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MultiAuthenticator.java ---------------------------------------------------------------------- diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MultiAuthenticator.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MultiAuthenticator.java index 8d9e49b..afb82e9 100644 --- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MultiAuthenticator.java +++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MultiAuthenticator.java @@ -1,3 +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. + */ package org.apache.openejb.arquillian.tests.realm; import org.apache.catalina.realm.GenericPrincipal; http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MyService.java ---------------------------------------------------------------------- diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MyService.java b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MyService.java index 47b2513..ce7a800 100644 --- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MyService.java +++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/realm/MyService.java @@ -1,3 +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. + */ package org.apache.openejb.arquillian.tests.realm; import javax.annotation.security.RolesAllowed; http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/container/openejb-api/src/main/java/org/apache/openejb/api/resource/PropertiesResourceProvider.java ---------------------------------------------------------------------- diff --git a/container/openejb-api/src/main/java/org/apache/openejb/api/resource/PropertiesResourceProvider.java b/container/openejb-api/src/main/java/org/apache/openejb/api/resource/PropertiesResourceProvider.java index 6ff8099..95f33ff 100644 --- a/container/openejb-api/src/main/java/org/apache/openejb/api/resource/PropertiesResourceProvider.java +++ b/container/openejb-api/src/main/java/org/apache/openejb/api/resource/PropertiesResourceProvider.java @@ -1,3 +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. + */ package org.apache.openejb.api.resource; import java.util.Properties; http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/container/openejb-core/src/test/java/org/apache/openejb/util/ReversePasswordCipher.java ---------------------------------------------------------------------- diff --git a/container/openejb-core/src/test/java/org/apache/openejb/util/ReversePasswordCipher.java b/container/openejb-core/src/test/java/org/apache/openejb/util/ReversePasswordCipher.java index 2eee3dd..6cdccb8 100644 --- a/container/openejb-core/src/test/java/org/apache/openejb/util/ReversePasswordCipher.java +++ b/container/openejb-core/src/test/java/org/apache/openejb/util/ReversePasswordCipher.java @@ -1,3 +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. + */ package org.apache.openejb.util; import org.apache.openejb.cipher.PasswordCipher; http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/examples/cdi-event-realm/pom.xml ---------------------------------------------------------------------- diff --git a/examples/cdi-event-realm/pom.xml b/examples/cdi-event-realm/pom.xml index 5fa91e0..00f8b49 100644 --- a/examples/cdi-event-realm/pom.xml +++ b/examples/cdi-event-realm/pom.xml @@ -1,3 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/examples/cdi-event-realm/src/main/java/org/superbiz/HelloServlet.java ---------------------------------------------------------------------- diff --git a/examples/cdi-event-realm/src/main/java/org/superbiz/HelloServlet.java b/examples/cdi-event-realm/src/main/java/org/superbiz/HelloServlet.java index c0a0389..c513584 100644 --- a/examples/cdi-event-realm/src/main/java/org/superbiz/HelloServlet.java +++ b/examples/cdi-event-realm/src/main/java/org/superbiz/HelloServlet.java @@ -1,3 +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. + */ package org.superbiz; import javax.servlet.ServletException; http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/examples/cdi-event-realm/src/main/java/org/superbiz/LoginServlet.java ---------------------------------------------------------------------- diff --git a/examples/cdi-event-realm/src/main/java/org/superbiz/LoginServlet.java b/examples/cdi-event-realm/src/main/java/org/superbiz/LoginServlet.java index 0346c59..78cf277 100644 --- a/examples/cdi-event-realm/src/main/java/org/superbiz/LoginServlet.java +++ b/examples/cdi-event-realm/src/main/java/org/superbiz/LoginServlet.java @@ -1,3 +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. + */ package org.superbiz; import javax.servlet.ServletException; http://git-wip-us.apache.org/repos/asf/tomee/blob/715ab420/examples/cdi-event-realm/src/test/java/org/superbiz/CdiEventRealmTest.java ---------------------------------------------------------------------- diff --git a/examples/cdi-event-realm/src/test/java/org/superbiz/CdiEventRealmTest.java b/examples/cdi-event-realm/src/test/java/org/superbiz/CdiEventRealmTest.java index 4732b59..676522b 100644 --- a/examples/cdi-event-realm/src/test/java/org/superbiz/CdiEventRealmTest.java +++ b/examples/cdi-event-realm/src/test/java/org/superbiz/CdiEventRealmTest.java @@ -1,3 +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. + */ package org.superbiz; import org.apache.http.NameValuePair;
