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

« back to all changes in this revision

Viewing changes to .pc/0006-add-JARs-below-var-to-class-loader.patch/conf/catalina.properties

  • 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:
19
19
# passed to checkPackageAccess unless the
20
20
# corresponding RuntimePermission ("accessClassInPackage."+package) has
21
21
# been granted.
22
 
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
 
22
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,\
 
23
org.apache.naming.resources.,org.apache.tomcat.,sun.beans.
23
24
#
24
25
# List of comma-separated packages that start with or equal this string
25
26
# will cause a security exception to be thrown when
30
31
# by default, no packages are restricted for definition, and none of
31
32
# the class loaders supplied with the JDK call checkPackageDefinition.
32
33
#
33
 
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
 
34
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\
 
35
org.apache.jasper.,org.apache.naming.,org.apache.tomcat.
34
36
 
35
37
#
36
38
#