Changeset 3995


Ignore:
Timestamp:
Nov 22, 2007, 4:35:11 PM (16 years ago)
Author:
Martin Svensson
Message:

Fixes #839 Download immediately in the table exporter throws an exception in tomcat's log
This page can not have any white space between jsp-blocks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/plugin/index.jsp

    r3679 r3995  
    2626  @author Nicklas
    2727  @version 2.0
    28 --%>
    29 <%@ page session="false"
     28--%><%
     29%><%@ page session="false"
    3030  import="net.sf.basedb.core.SessionControl"
    3131  import="net.sf.basedb.core.DbControl"
     
    8585  import="java.util.HashSet"
    8686  import="java.io.PrintWriter"
    87 %>
    88 <%@ taglib prefix="base" uri="/WEB-INF/base.tld" %>
    89 <%@ taglib prefix="t" uri="/WEB-INF/tab.tld" %>
    90 
    91 <%!
     87%><%
     88%><%@ taglib prefix="base" uri="/WEB-INF/base.tld" %><%
     89%><%@ taglib prefix="t" uri="/WEB-INF/tab.tld" %><%
     90
     91%><%!
    9292private static String getJspPage(PluginConfigurationRequest request, PluginDefinition plugin, String defaultPage)
    9393{
     
    107107  return jspPage;
    108108}
    109 %>
    110 
    111 <%
     109%><%
     110
     111%><%
    112112final String root = request.getContextPath()+"/";
    113113final SessionControl sc = Base.getExistingSessionControl(pageContext, true);
Note: See TracChangeset for help on using the changeset viewer.