#2445: ignore_parameters not being included in TG-2.1 tip
------------------------+---------------------------------------------------
Reporter: toshio | Owner:
Type: defect | Status: new
Priority: normal | Milestone: __unclassified__
Component: TurboGears | Version: trunk
Severity: normal | Keywords:
------------------------+---------------------------------------------------
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.
--
Ticket URL: <http://trac.turbogears.org/ticket/2445>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en