From airbaggins at gmail.com Wed Sep 5 10:10:15 2007 From: airbaggins at gmail.com (William Robinson) Date: Wed, 5 Sep 2007 13:10:15 +0300 Subject: [tinaa-devel] Bug in URL generation. Message-ID: Hi, I just ran Tinaa over our project, and we seem to have stumbled upon a bug in the URL generation. On this page, http://cityscape.sourceforge.net/tinaa-docs/cityscape-package/internal-index.html the function "opengl-extension-available?" does not have the #\? escaped (should be "%3F"). After some brief research, http://rfc.net/rfc2396.html section 2 appears to specify which characters should be escaped. Thanks for this library, it's give us a new look into our code and some incentive to document. :) bill -- http://wvr.me.uk/ From gwking at metabang.com Tue Sep 11 13:05:15 2007 From: gwking at metabang.com (Gary King) Date: Tue, 11 Sep 2007 09:05:15 -0400 Subject: [tinaa-devel] Bug in URL generation. In-Reply-To: References: Message-ID: Hi William, You're absolutely that Tinaa is generating invalid URIs. I'll try to patch this soon (though I'm quiet swamped at the moment so I can't promise a quick fix. I hope Tinaa works for you. I'd love to hear whatever feedback you have. Sent from my iPhone On Sep 5, 2007, at 6:10 AM, "William Robinson" wrote: > Hi, > > I just ran Tinaa over our project, and we seem to have stumbled upon a > bug in the URL generation. > > On this page, http://cityscape.sourceforge.net/tinaa-docs/cityscape-package/internal-index.html > the function "opengl-extension-available?" does not have the #\? > escaped (should be "%3F"). > > After some brief research, http://rfc.net/rfc2396.html section 2 > appears to specify which characters should be escaped. > > Thanks for this library, it's give us a new look into our code and > some incentive to document. :) > > bill > > -- > http://wvr.me.uk/ > _______________________________________________ > tinaa-devel mailing list > tinaa-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/tinaa-devel