~ubuntu-branches/ubuntu/saucy/tomcat7/saucy

« back to all changes in this revision

Viewing changes to java/org/apache/jasper/compiler/Compiler.java

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-12-06 13:47:08 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20121206134708-xub74b3086g2xwt3
Tags: 7.0.34-0ubuntu1
* New upstream release.
  - d/p/0014-fix-override.patch: Fix FTBFS due to differing dependency
    versions compared to upstream.
* d/p/0015-use-jdbc-pool-default.patch: Make jdbc-pool module the default
  pool implementation for DataSources (LP: #1071817).

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 
109
109
        // Setup page info area
110
110
        pageInfo = new PageInfo(new BeanRepository(ctxt.getClassLoader(),
111
 
                errDispatcher), ctxt.getJspFile());
 
111
                errDispatcher), ctxt.getJspFile(), ctxt.isTagFile());
112
112
 
113
113
        JspConfig jspConfig = options.getJspConfig();
114
114
        JspConfig.JspProperty jspProperty = jspConfig.findJspProperty(ctxt