diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-26 04:35:32 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-26 04:35:32 +0000 |
commit | 0ed7e65986ad8256ccfd33ef6cdc3e08c5a31365 (patch) | |
tree | 834b4bd1869c379890a67d236941e15601f87b95 /branches/sca-java-1.x/modules/policy-security-http/src/main/resources/policy-security-http-validation-messages.properties | |
parent | 90eef159de7c9ef4f596e8aa7fe17672580cd818 (diff) |
Refactoring confidentiality policy support for http bindings to it's own module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@748008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/policy-security-http/src/main/resources/policy-security-http-validation-messages.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/policy-security-http/src/main/resources/policy-security-http-validation-messages.properties b/branches/sca-java-1.x/modules/policy-security-http/src/main/resources/policy-security-http-validation-messages.properties new file mode 100644 index 0000000000..ebb47f2b60 --- /dev/null +++ b/branches/sca-java-1.x/modules/policy-security-http/src/main/resources/policy-security-http-validation-messages.properties @@ -0,0 +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. +# +# +RequiredAttributeRolesMissing = Required attribute 'roles' is missing. +ClassNotFoundException = Class Not Found Exception: {0}
\ No newline at end of file |