Bug 355
| Summary: | can't delete old queries... | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Bill Nottingham <notting> |
| Component: | Bugzilla General | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.1rC | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1998-12-09 23:11:57 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bill Nottingham
1998-12-08 19:37:52 UTC
I think that happens because Bugzilla now creates cookies with path /bugzilla/ instead of / and when it is asked to delete old queries, it deletes /bugzilla/ cookie, but does not delete the / cookie. It should probably delete both in order to be backwards compatible. the query code has been re-written to not use cookies any longer. old queries should be saved correctly and all cookies removed. I had to remove the old cookies manually. After that almost everything worked fine |