* Chris Africa <[EMAIL PROTECTED]> [2008-07-11 18:36]: > I've been successful in getting the web site set up and viewable in a > browser, but no one can connect to the Subversion server via https. We > get 302 errors, which I believe from my investigations are related to > the fact that the client doesn't know how to handle redirection.
The svn http client does not deal with redirects, also it wouldn't handle cookies (re-send Set-Cookie headers to the proper location). Cosign (and other web-sso systems) are meant for browser usage. There are a few things that partially implement HTTP as transport (RSS, SVN), but often they don't implement enough of the standard to make it usable with such a system. best regards, -peter ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
