Skip to content

Set default cookie path when origin is NULL and value not present in parsed text

Adrián Pérez de Castro requested to merge aperezdc/libsoup:bug-1 into master

This patch makes the implementation of soup_cookie_parse() match the behaviour described in the API reference documentation, which reads:

If origin is NULL, path will default to "/", but domain will be left as NULL.

Fixes #1 (closed)

Edited by Adrián Pérez de Castro

Merge request reports