Closed (outdated)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2010 at 15:21 UTC
Updated:
23 Sep 2016 at 09:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
igor.ro commentedComment #2
Jonah Ellison commentedGood call. It might be more convenient to automatically switch to POST, though, if the data exceeds a certain limit, perhaps 2,000 characters?
Comment #3
igor.ro commentedYes it can be automode, but I'd prefer to make just option.
Because we can not get limits. I knows 3 places that makes url(or some parts of it) limited.
1) Broswer level (limits lenght of ulr). Different broswers have different limits.
2) Web Server limit - Apache have ulr limit that default 2 000 chars (as you told)
3) Suhosin patch - can limit different parts of urls. like lenght of get param value.
So I think better to make admin resposible for this choose.
Thanks.
Comment #4
znerol commented