Changeset 25290 in project
- Timestamp:
- 10/03/11 13:42:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/uri-generic
r20548 r25290 55 55 as a base URI to resolve a relative-ref against, using 56 56 {{uri-relative-to}} (see below). 57 58 <procedure>(make-uri #!key authority scheme path query fragment host port username password) => URI</procedure> 59 60 Constructs a URI from the given components. 57 61 58 62 <procedure>(absolute-uri? URI) => BOOL</procedure> … … 207 211 === Version History 208 212 213 * 2.36 Added procedure make-uri 209 214 * 2.35 Added some extra checks so we do not try to parse URIs containing invalid (non-hexnum) percent-encoding. Add code to preserve empty path segments during parsing and when performing relative reference resolution. 210 215 * 2.34 Fix two bugs that show up in very rare cases (possibly never in practice). One caused issues when creating relative paths from two URIs where one URI had a path that was a prefix of the other, the other caused issues when a relative URI's path containing ".." as last component was resolved. … … 243 248 244 249 245 Copyright 2008-201 0Ivan Raikov, Peter Bex.250 Copyright 2008-2011 Ivan Raikov, Peter Bex. 246 251 All rights reserved. 247 252
Note: See TracChangeset
for help on using the changeset viewer.