From: Jeroen H. <vex...@gm...> - 2009-12-15 23:32:08
|
Hi, A quick update on the URI parsing. I've forked the project and just switched to implementing RFC3986 <http://www.ietf.org/rfc/rfc3986.txt>, which obsoletes the older RFC2396, and started to use the naming of sub-rules given there. The parsing of absolute URI paths now works according to the RFC I believe, the user_info is to be tackled next. Whenever possible I'll try to keep the fork in a state where it compiles -at least on my machine, as far as I can test-. I'm also under the impression the new RFC is more explicit when it comes to general URI's, thus some work now done explicitly for the HTTP URI implementation might be moved over. Time for some sleep now though. Jeroen |