Activity log for bug #262366

Date Who What changed Old value New value Message
2008-08-28 18:36:19 Adrian Wilkins bug added bug
2008-08-28 18:37:50 Adrian Wilkins bug added attachment 'bzr_smart_ls.zip' (Session for a bzr+http:// URL)
2008-08-28 18:38:22 Adrian Wilkins bug added attachment 'bzr_dumb_ls_smart_server.zip' (Session for a plain http:// URL on a smart server)
2008-08-28 18:39:14 Adrian Wilkins description bzr ls bzr+http://foo/bar This command uses only requests terminating in .bzr/smart and is this only served by Bazaar. This works fine on IIS 7 and should also work on IIS 6 bzr ls http://foo/bzr An HTTP HPSS server is detected, but a mixture of smart and dumb requests are used. While this is not an issue on a "proper" web server, at present this means that attempts to access branches via plain http:// URI on IIS 6 don't work if you have configured a smart server using an ISAPI extension to field smart requests. It is currently difficult to serve both smart and dumb responses as the API for "passing" to the next handler is not supported in PyISAPIe which is the only tested and functioning WSGI support for Bazaar on IIS. IIS7 can be configured properly because it supports wildcards for URL handlers. IIS6 only supports matching handlers for URLs ending in dotted file extensions (i.e. not .bzr/smart ) bzr ls bzr+http://foo/bar This command uses only requests terminating in .bzr/smart and is this only served by Bazaar. This works fine on IIS 7 and should also work on IIS 6 bzr ls http://foo/bzr An HTTP HPSS server is detected, but a mixture of smart and dumb requests are used. While this is not an issue on a "proper" web server, at present this means that attempts to access branches via plain http:// URI on IIS 6 don't work if you have configured a smart server using an ISAPI extension to field smart requests. It is currently difficult to serve both smart and dumb responses as the API for "passing" to the next handler is not supported in PyISAPIe which is the only tested and functioning WSGI support for Bazaar on IIS. IIS7 can be configured properly because it supports wildcards for URL handlers. IIS6 only supports matching handlers for URLs ending in dotted file extensions (i.e. not .bzr/smart )
2008-08-28 18:39:14 Adrian Wilkins title Smart server uses mixed mode for HTTP URIs Client uses mixed mode for HTTP URIs on smart server
2008-08-28 18:51:26 John A Meinel bzr: status New Triaged
2008-08-28 18:51:26 John A Meinel bzr: importance Undecided Wishlist
2008-08-28 18:51:26 John A Meinel bzr: statusexplanation mostly we just want to figure out what the *desired* behavior is.
2010-03-19 00:58:29 Martin Pool bzr: status Triaged Confirmed
2017-11-09 00:43:28 Jelmer Vernooij tags check-for-breezy