You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status NEW severity enhancement in component webapp for ---
Reported in version unspecified on platform ANY/Generic
Assigned to: Lubos Kosco
Original attachment names and IDs:
allprojects.diff (ID 4666)
On 2012-07-10 12:46:59 +0000, Deniz Türkoglu wrote:
Created attachment 4666
Patch for adding 'allProjects' parameter
Currently OpenGrok sends all projects one by one in the GET request. This makes the request quite big when you have a lot repositories, leading to problems, such as 400 - Bad request.
Attached is a patch that adds a new parameter 'allProjects' so we can create reasonably sized GET requests. Tested on Opera, Safari, Chrome and Firefox.