Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-05-06
2015-05-06 14:00:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1e20d5abec3afcb5c658aeca30d3b3d99e4d1cd1 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
1e20d5abec3afcb5c658aeca30d3b3d99e4d1cd1
Pike 8.0: Reduce risk of DWIM failure in Roxen.fix_relative().
Potential fix for [bug
7490 (#7490)
].
3216:
//! is simplified to not contain any @expr{"."@} or @expr{".."@} //! segments. {
-
Standards.URI uri = Standards.URI("://");
+
Standards.URI uri = Standards.URI("://
/
");
if (id) { uri = Standards.URI(id->not_query, uri); }