Skip to main content

A TiddlyWeb plugin providing support for / in entity names under path info decoding web servers.

Project description

A TiddlyWeb plugin that remedies an URI encoding problem
encountered when running TiddlyWeb under Apache.
The plugin reverts the path in the PATH_INFO variable
to its undecoded form.

The problem being addressed occurs with URIs containing
%2F characters (encoded forward slashes).

Currently Apache supplies the PATH_INFO variable in decoded form.
As a result, all instances of %2F in the URI are replaced
with a / character in PATH_INFO. The Selector is then
thrown off since it depends on forward slashes to match
handlers. No match, and the requested PUT, GET, DELETE,
etc., operation goes unhandled.

Install the plugin by adding 'tiddlywebplugins.pathinfohack' to
'system_plugins' in tiddlywebconfig.py.

config = {
'system_plugins': ['tiddlywebplugins.pathinfohack'],
}

For more info on TiddlyWeb see http://tiddlyweb.com/

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

tiddlywebplugins.pathinfohack-1.0.0.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file tiddlywebplugins.pathinfohack-1.0.0.tar.gz.

File metadata

File hashes

Hashes for tiddlywebplugins.pathinfohack-1.0.0.tar.gz
Algorithm Hash digest
SHA256 67e982a584250b4b62df04cc6aa488dd8cc43c38444eddc19d8d67422642e7d0
MD5 8ec2573d57155907c80d56297bbae155
BLAKE2b-256 a1d02e1f1ed07c2723f6ab8a2cf71fcd4b8e2eac0fa985a960087f8e80acb671

See more details on using hashes here.

Provenance

Supported by

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