Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Norbert Klasen
JLDAP
Commits
0f662cac
Commit
0f662cac
authored
Jan 27, 2004
by
Sunil Kumar
Browse files
To fix dsmlreader bug
parent
2b65f07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
com/novell/services/dsml/stream/DsmlService.java
View file @
0f662cac
...
...
@@ -203,6 +203,17 @@ public class DsmlService extends HttpServlet
respDsmlWtr
.
writeError
(
e
);
respDsmlWtr
.
finish
();
// Write end soap body.
respPrtWtr
.
println
(
"</soap-env:Body>"
);
// Write end soap envelope
respPrtWtr
.
println
(
"</soap-env:Envelope>"
);
// Set HttpServletResponse status to OK
rsp
.
setStatus
(
rsp
.
SC_BAD_REQUEST
);
// Flush response to the client.
respPrtWtr
.
flush
();
}
catch
(
Exception
e
)
{
rsp
.
setStatus
(
rsp
.
SC_INTERNAL_SERVER_ERROR
);
...
...
Write
Preview
Supports
Markdown
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