Engineering/__00. SRS
[Testlink] Bad Request (Cookie) Error
qahuni
2015. 9. 15. 14:14
How to deal with Testlink Cookies Exceeding Limits
Symptom
When you cannot login any more in Testlink because of the following error:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Cookie
it means that some of the cookies used by Testlink have grown too big for a normal HTTP header.
Workaround
If you are using Apache, it is possible to configure the server to accept bigger header filed sizes by using the following directive in apache.cong (or in your vhost definition):
LimitRequestFieldsize 1048576
(default value is 8K)