]> mj.ucw.cz Git - libucw.git/commit
Libucw: Update path parameter handling of URL to current RFC (2396).
authorMichal Vaner <vorner@ucw.cz>
Tue, 22 Jul 2008 12:45:46 +0000 (14:45 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 22 Jul 2008 16:32:31 +0000 (18:32 +0200)
commit8e051b81b17a917637a16eb666443c95b053278d
tree0067648ab904e608188c2ceed772217ca7f6a242
parent3bc1920fa930698851eb4c6efca45ec0f0109d8c
Libucw: Update path parameter handling of URL to current RFC (2396).

Previous RFC had path parameters as separate component. With current RFC,
each path element can contain own path parameters.

When merging absolute/relative url, path parameters are taken as parts of
the elements, making special handling unnecessary.
ucw/url.c