~ubuntu-branches/ubuntu/precise/tomcat7/precise-updates

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/core/StandardWrapper.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 *
77
77
 * @author Craig R. McClanahan
78
78
 * @author Remy Maucherat
79
 
 * @version $Id: StandardWrapper.java 1100832 2011-05-08 22:53:32Z markt $
 
79
 * @version $Id: StandardWrapper.java 1130618 2011-06-02 15:54:26Z markt $
80
80
 */
81
81
@SuppressWarnings("deprecation") // SingleThreadModel
82
82
public class StandardWrapper extends ContainerBase
276
276
 
277
277
    protected volatile boolean servletSecurityAnnotationScanRequired = false;
278
278
 
 
279
    private boolean overridable = false;
 
280
    
279
281
    /**
280
282
     * Static class array used when the SecurityManager is turned on and 
281
283
     * <code>Servlet.init</code> is invoked.
294
296
 
295
297
    // ------------------------------------------------------------- Properties
296
298
 
 
299
    @Override
 
300
    public boolean isOverridable() {
 
301
        return overridable;
 
302
    }
 
303
 
 
304
    @Override
 
305
    public void setOverridable(boolean overridable) {
 
306
        this.overridable = overridable;
 
307
    }
297
308
 
298
309
    /**
299
310
     * Return the available date/time for this servlet, in milliseconds since