[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: HTTP GET doesn't do keyword replacement?

From: Karl Chen <quarl_at_hkn.eecs.berkeley.edu>
Date: 2003-12-20 10:12:38 CET

As far as I know, browser requests look like

GET /repos/foo/!svn/bc/5673/trunk/file.txt HTTP/1.1

while subversion client requests look like

GET /repos/foo/trunk/file.txt HTTP/1.1

so I think it would be easy to decide whether to do
keyword-substitution (if that's the only issue). (I think having
different behavior depending on User-Agent is ugly anyway.)

>>>>> "Ben" == Ben Reser <ben@reser.org> writes:
    Ben> [...] Additionally, we'd need a way to detect svn clients from
    Ben> web browsers. One way we could do that was simply by the
    Ben> User-Agent they send. I'm not sure if we're sending some
    Ben> other information to be able to detect browsers from real
    Ben> svn clients or not. [...]

-- 
Karl 2003-12-20 01:02
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 20 10:13:34 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.