[PATCH 0/2] Fix formatting of http cookies into XML

Peter Krempa posted 2 patches 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1586853497.git.pkrempa@redhat.com
src/conf/domain_conf.c | 8 ++++++--
tests/virstoragetest.c | 3 ++-
2 files changed, 8 insertions(+), 3 deletions(-)
[PATCH 0/2] Fix formatting of http cookies into XML
Posted by Peter Krempa 4 years ago
See 2/2.

Peter Krempa (2):
  virstoragetest: testBackingParse: Use VIR_DOMAIN_DEF_FORMAT_SECURE
    when formatting xml
  conf: Don't format http cookies unless VIR_DOMAIN_DEF_FORMAT_SECURE is
    used

 src/conf/domain_conf.c | 8 ++++++--
 tests/virstoragetest.c | 3 ++-
 2 files changed, 8 insertions(+), 3 deletions(-)

-- 
2.26.0

Re: [PATCH 0/2] Fix formatting of http cookies into XML
Posted by Erik Skultety 4 years ago
On Tue, Apr 14, 2020 at 10:38:46AM +0200, Peter Krempa wrote:
> See 2/2.
>
> Peter Krempa (2):
>   virstoragetest: testBackingParse: Use VIR_DOMAIN_DEF_FORMAT_SECURE
>     when formatting xml
>   conf: Don't format http cookies unless VIR_DOMAIN_DEF_FORMAT_SECURE is
>     used
>
>  src/conf/domain_conf.c | 8 ++++++--
>  tests/virstoragetest.c | 3 ++-
>  2 files changed, 8 insertions(+), 3 deletions(-)
>
> --
> 2.26.0
>

Reviewed-by: Erik Skultety <eskultet@redhat.com>