blob: c3bc0b5014d37273856f3502d8566373e96cd496 [file] [log] [blame]
Jan Willem Janssenee23b282014-05-20 12:48:46 +00001<?xml version="1.0" encoding="UTF-8"?>
2<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0" localization="OSGI-INF/metatype/org.apache.felix.http.sslfilter.SslFilter">
3 <OCD id="org.apache.felix.http.sslfilter.SslFilter" name="%name" description="%description">
4 <AD id="ssl-forward.header" name="%ssl-forward.header.name" description="%ssl-forward.header.description"
5 type="String" default="X-Forwarded-SSL" required="true" />
6 <AD id="ssl-forward.value" name="%ssl-forward.value.name" description="%ssl-forward.value.description"
7 type="String" default="on" required="true" />
8 <AD id="ssl-forward-cert.header" name="%ssl-forward-cert.header.name" description="%ssl-forward-cert.header.description"
9 type="String" default="X-Forwarded-SSL-Certificate" required="false"/>
10 </OCD>
11 <Designate pid="org.apache.felix.http.sslfilter.SslFilter">
12 <Object ocdref="org.apache.felix.http.sslfilter.SslFilter"/>
13 </Designate>
14</metatype:MetaData>
15<!--
16 Licensed to the Apache Software Foundation (ASF) under one
17 or more contributor license agreements. See the NOTICE file
18 distributed with this work for additional information
19 regarding copyright ownership. The ASF licenses this file
20 to you under the Apache License, Version 2.0 (the
21 "License"); you may not use this file except in compliance
22 with the License. You may obtain a copy of the License at
23
24 http://www.apache.org/licenses/LICENSE-2.0
25
26 Unless required by applicable law or agreed to in writing,
27 software distributed under the License is distributed on an
28 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
29 KIND, either express or implied. See the License for the
30 specific language governing permissions and limitations
31 under the License.
32-->