Skip to main content

Patch DocumentTemplate to not return any content.

Project description

Patch DocumentTemplate to not return any content.

Features

DTML documents have been deprecated for several years, at least within the Plone community. So you should not use them. But still Plone ships with DTML documents. And these may contain security issues, especially for Cross Site Scripting (CSS). So this package patches the Document Templates to not return any content.

Options

The package looks for a few environment variables.

SHOW_ORIGINAL_DTML

When this is set to a true value, the original DTML value is printed in the zope instance log. The arguments and keyword arguments are also shown, so you can know where this is coming from. Default: false.

DEBUG_DTML_VALUE

When this is set, the given value is return as content of the DTML. Default: empty string.

EXPERIMENTAL_NODTML_ONLY_WARN

When this is set to a true value, instead of replacing the dtml value, a warning is logged. When true, the SHOW_ORIGINAL_DTML and DEBUG_DTML_VALUE settings are ignored. Default: false.

Accepted True values are: true, t, 1, yes, y.

Installation

Install experimental.nodtml by adding it to your buildout:

[buildout]
...
eggs =
    experimental.nodtml

and then running bin/buildout

No zcml is needed.

Contribute

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.1 (2016-09-28)

New features:

  • Added EXPERIMENTAL_NODTML_ONLY_WARN option. [maurits]

Bug fixes:

  • Interpret value of SHOW_ORIGINAL_DTML as true value. Accepted True values are: true, t, 1, yes, y. [maurits]

  • Show arguments and keyword arguments when SHOW_ORIGINAL_DTML is true. [maurits]

  • Return empty string instead of empty unicode by default. Otherwise you get exceptions when loading dtml files in for example the css registry on Plone 4.3. [maurits]

1.0.2 (2016-09-24)

Bug fixes:

  • Fixed showing String .__str__. [maurits]

1.0.1 (2016-09-24)

Bug fixes:

  • Added z3c.autoinclude entry point, so our code gets loaded on startup. [maurits]

1.0 (2016-09-24)

  • Initial release. [mauritsvanrees]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

experimental.nodtml-1.1.tar.gz (11.3 kB view details)

Uploaded Source

File details

Details for the file experimental.nodtml-1.1.tar.gz.

File metadata

File hashes

Hashes for experimental.nodtml-1.1.tar.gz
Algorithm Hash digest
SHA256 c55b90669d653cbdd99f7e3d4f109f8cbcdea77b8b452ac10aff188e4c8364ec
MD5 659c707dd6205bdb87eeee85d109a462
BLAKE2b-256 ff8816cd1f335637147c8f7998f95833486a8933bf2c747177ce11d0ed39a786

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page