~ubuntu-branches/debian/sid/tomcat6/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-22 10:03:04 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20140522100304-mihmp51mlvi4mr0m
Tags: 6.0.41-1
* New upstream release.
  - Refreshed the patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                                            Constants.XML_BLOCK_EXTERNAL_INIT_PARAM);
135
135
                            boolean blockExternal;
136
136
                            if (blockExternalString == null) {
137
 
                                blockExternal = Constants.IS_SECURITY_ENABLED;
 
137
                                blockExternal = true;
138
138
                            } else {
139
139
                                blockExternal = Boolean.parseBoolean(blockExternalString);
140
140
                            }