request-processor-procs.tcl

  • last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix for issue #3390 (typo in cmd name)

dont rely on upper/lower case on header fields

improve spelling

  1. … 14 more files in changeset.
follow usual naming conventions

  1. … 2 more files in changeset.
reduce verbosity

revert escaped change

don't raise exception when folder_path is empty

  1. … 1 more file in changeset.
Comment out mapping of resources to the theme package while deciding if this is really the way to go

Allow to make other (non .adp) kinds of resources "theme aware" and use this to provide a theme mapping to the /resources/ URL pattern, then use this new capability to allow the override of css in the chat implementations

  1. … 2 more files in changeset.
fix error message: The variable "result" is not set in error cases

factor out validation of provided host header.

report only onece, that host header is invalid

  1. … 2 more files in changeset.
improve comments

  1. … 10 more files in changeset.
improve documentation of ad_conn a little

provide a "see also" link from ad_conn to util_current_location

Whitespace cleanup

Harmonize parameter names in proc documentation removing unexistent ones

  1. … 1 more file in changeset.
Remove hardwired Yahoo spider handling from the request processor

Simplify expression

exclude status code 200

fixing internal redirect to error pages from application packages

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
improve documentation, remove obsolete documentation

modernize tcl

  1. … 3 more files in changeset.
Fix template resolution of inheritance

Use acs_magic_object instead of acs_lookup_magic_object

  1. … 1 more file in changeset.
fix internal redirection to beautified error pages in connection with host-node-mapped subsites

remove unneeded "ns_conn close" operations (connections are already closed by prior commands).

Improve error message

Improve documentation