Hide Forgot
Description of problem: A warning "Request-URI Too Large" will come out when select too many component in the "Advanced search". Version-Release number of selected component (if applicable): 3.4 on englab How reproducible: Steps to Reproduce: 1. Enter into "Advanced search". 2. Select a plan/case/run product, like "Red Hat Enterprise Linux 2.1". 3. Select many plan/case/run components. 4. Click Search Plan/Case/Run. Actual results: A warning "Request-URI Too Large" came out. Expected results: There is no warning. Or maybe should limit the number of search options. Additional info: Web browser: Firefox, chrome. Please refer to attachment "Request-URI Too Large". And related to this bug are as follows. The number of selected component is 412. And the character number of URL is 8212.
Created attachment 498446 [details] Request-URI Too Large
First, the error "Request-URI Too Large" is a standard error of HTTP, clearly limiting the allowed length of an URI. Secondly, the implementation could've been able to use POST method to submit the query and will NOT trigger this error. However, it then gives no visible reference for your query, in this case, the link with your queries. Additionally, let's just assume no usercases in real world that will have that length of URI. On false situation, we will think about fixes.