Opened 14 years ago

Closed 13 years ago

#166 closed defect (fixed)

git daemon doesn't deal with unknown vhosts well

Reported by: geofft Owned by:
Priority: minor Milestone:
Component: vcs Keywords:
Cc:

Description

dr-wily:~ geofft$ git ls-remote git://blah.geofft.scripts.mit.edu/blah.git
fatal: protocol error: bad line length character: Can'

Presumably it can't something. I wonder what it can't.

Change History (2)

comment:1 Changed 14 years ago by andersk

$ socat -v TCP-LISTEN:git,fork,reuseaddr TCP:scripts.mit.edu:git
> 2010/09/13 12:56:25.063396  length=37 from=0 to=36
0025git-upload-pack /.host=localhost.< 2010/09/13 12:56:25.279822  length=108 from=0 to=107
Can't call method "get_value" on an undefined value at /usr/local/sbin/ldapize.pl line 33, <DATA> line 228.

comment:2 Changed 13 years ago by andersk

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1823, r1824.

Note: See TracTickets for help on using tickets.