Andrew Bellenie
Andrew Bellenie
Or we could drop requirement for it entirely... Without modern browser support, I think current implementation is too hacky and I don’t see what functionality it adds. POST with id...
What's wrong, specifically?
Railo latest release build
When I dump out the url scope just before the $caches call in processing.cfm it is blank regardless of which route I am using. In fact as I browse around...
Confirmed, works fine without url rewriting
Tried forcing the query string by adding to url scope, or writing to the cgi scope but neither works. Out of ideas at this point. There is a dependsOn argument...
I've done some more digging. If I change the url rewriting to pass through the path_info as a query string parameter it works fine. ``` ``` The ? and &...
Options I see are: 1. Remove the static argument entirely. 2. Stop using cfcache and update Wheels caching to include filters. Any other ideas?
Yes this is the same issue as #848
I agree that it would be clearer to be returnAs="array" rather than "structs". I'd be happy to change this and deprecate the old usage. Is there a real world reason...