Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
7444d980
Commit
7444d980
authored
Feb 22, 2010
by
Clément OUDOT
Browse files
Portal: set content-type to application/xml for SOAP response
parent
d0cd1617
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm
View file @
7444d980
...
...
@@ -1389,7 +1389,7 @@ sub returnSOAPMessage {
return
PE_ERROR
unless
$self
->
{
SOAPMessage
};
# Print HTTP header and SOAP message
print
$self
->
header
();
print
$self
->
header
(
-
type
=>
'
application/xml
'
);
print
$self
->
{
SOAPMessage
};
# Exit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment