Files
sailing-analytics/java/com.sap.sse.debranding/META-INF/MANIFEST.MF
T
Axel Uhl 3d4c61b84b explicitly set text/html as the conntent-type response header field in ClientConfigurationServlet;
this as temporary aftermath for bug5153 to make sure clients take HTML documents as such
and not as the default text/plain as reported for some cases when the URL contained
queries, e.g., for sailtracks.sapsailing.com
2020-04-26 15:33:03 +02:00

17 lines
524 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: debranding
Bundle-SymbolicName: com.sap.sse.debranding
Automatic-Module-Name: com.sap.sse.debranding
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.servlet;version="3.1.0",
javax.servlet.http;version="3.1.0",
javax.ws.rs.core;version="1.1.1",
org.apache.http
Bundle-ClassPath: .
Bundle-ActivationPolicy: lazy
Require-Bundle: org.apache.commons.io
Export-Package: com.sap.sse.debranding