Ticket #2445 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

ignore_parameters not being included in TG-2.1 tip

Reported by: toshio Assigned to:
Priority: normal Milestone: __unclassified__
Component: TurboGears Version: trunk
Severity: normal Keywords:
Cc:

Description

While testing #2432 against tip we found that ignore_parameters is currently being ignored in TG-2.1 tip. To replicate:

paster quickstart mine cd mine/mine/config echo 'base_config.ignore_parameters = yum?' >> app_cfg.py cd ../.. paster serve development.ini

Browse to http://localhost:8080/?yum=123

This gives a TypeError?: index() got an unexpected keyword argument 'yum'

If the ignore_parameters were being picked up correctly, the query param, "yum" would be allowed on any page.

Change History

01/24/10 00:01:58 changed by toshio

  • status changed from new to closed.
  • resolution set to fixed.

Confirm fixed in tip.