Follow-up to #2263569: Bypass form caching by default for forms using #ajax.
Problem/Motivation
- The added request parameters bleed into links.
- E.g. right-clicking on a newly loaded pager link, returns AJAX
Proposed resolution
- Remove internal request parameters from the Request object as soon as possible, store them somewhere else, so that later subscribers can still access them.
( Service? Request->param() *brrr*? ... )
Remaining tasks
- Stalk Crell :-D
- Discuss