[Ils-source] r1480 - trunk/webapp/api/session/login

scribe at crosswire.org scribe at crosswire.org
Thu Jun 30 10:17:40 MST 2016


Author: scribe
Date: 2016-06-30 10:17:40 -0700 (Thu, 30 Jun 2016)
New Revision: 1480

Modified:
   trunk/webapp/api/session/login/index.jsp
Log:
updated formatting of header since we're not trying to send back a exact token string now, but instead XML.
i.e., whitespace doesn't matter much and also we're using the newer trimDirectiveWhitespace to limit whitespace


Modified: trunk/webapp/api/session/login/index.jsp
===================================================================
--- trunk/webapp/api/session/login/index.jsp	2016-06-30 17:08:27 UTC (rev 1479)
+++ trunk/webapp/api/session/login/index.jsp	2016-06-30 17:17:40 UTC (rev 1480)
@@ -1,4 +1,14 @@
-<%@ page language="java" contentType="text/xml;charset=utf-8" %><%@ page import="com.resolutions.ils.Utils" %><%@ page import="com.resolutions.ils.ILSSession" %><%@ page import="com.resolutions.ils.data.Company" %><%@ page import="java.io.File" %><%@ page import="java.io.FileOutputStream" %><%@ page import="java.util.Properties" %><%@ page import="org.apache.log4j.Logger" %><%@ page import="java.util.UUID" %><%
+<%@ page language="java" contentType="text/xml;charset=utf-8" %>
+<%@ page trimDirectiveWhitespaces="true" %>
+<%@ page import="com.resolutions.ils.Utils" %>
+<%@ page import="com.resolutions.ils.ILSSession" %>
+<%@ page import="com.resolutions.ils.data.Company" %>
+<%@ page import="java.io.File" %>
+<%@ page import="java.io.FileOutputStream" %>
+<%@ page import="java.util.Properties" %>
+<%@ page import="org.apache.log4j.Logger" %>
+<%@ page import="java.util.UUID" %>
+<%
 
 	// standard service header ---------------------------------------
 	




More information about the Ils-source mailing list