help-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnatsweb: stripping empty fields in URLs


From: Dieperink Alwin
Subject: Gnatsweb: stripping empty fields in URLs
Date: Fri, 16 Apr 2004 11:09:38 +0200

Hello,

As explained in gnatsweb.pl, the size of the query string is limited by the
browser to approx. 2K. That's why we want to strip the empty parameters.

This patch brings following changes to this:
- correct a bug where the striping was incorrect
- added a function to do the striping
- use that function everywhere, even where the striping was not done yet

With these changes, the URLs are now correct and as short as possible, even
in the return_url parameter.

This patch also removes the ability to store a query when the displayed
result is already the result of a stored query. This also leads to longer
query strings and could make the cookie unusable.

Regards
-- Alwin


Attachment: strip_empty_params.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]