Summary: | Remove a few CookieManager warnings | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25790 | ||
Attachments: |
Bug 30703: Remove a few CookieManager warnings
Bug 30703: Remove a few CookieManager warnings |
Description
Marcel de Rooy
2022-05-06 07:20:46 UTC
Created attachment 134674 [details] [review] Bug 30703: Remove a few CookieManager warnings Running Auth.t produces several warnings like: Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 103. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 104. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 112. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 103. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 104. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 112. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 103. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 104. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 112. Test plan: prove t/CookieManager.t t/db_dependent/Auth.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial: Self SO Created attachment 134713 [details] [review] Bug 30703: Remove a few CookieManager warnings Running Auth.t produces several warnings like: Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 103. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 104. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 112. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 103. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 104. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 112. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 103. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 104. Use of uninitialized value $name in hash element at /usr/share/koha/Koha/CookieManager.pm line 112. Test plan: prove t/CookieManager.t t/db_dependent/Auth.t Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Ahhh, the silence of success. No regressions, warnings gone, tests still passing, QA script happy PQA Pushed to master for 22.05, thanks to everybody involved [U+1F984] |