mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CS-14345 Fixing for Login API also.
Signed-off-by: Deepti Dohare <deepti.dohare@citrix.com>
This commit is contained in:
parent
aa95add354
commit
e0860d5a48
@ -401,7 +401,8 @@ public class ApiServlet extends HttpServlet {
|
||||
}
|
||||
sb.append(" } }");
|
||||
} else {
|
||||
sb.append("<loginresponse>");
|
||||
sb.append("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>");
|
||||
sb.append("<loginresponse cloud-stack-version=\"" + ApiDBUtils.getVersion() + "\">");
|
||||
sb.append("<timeout>" + inactiveInterval + "</timeout>");
|
||||
Enumeration attrNames = session.getAttributeNames();
|
||||
if (attrNames != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user