On Sat, Aug 15, 2009 at 10:49:24PM -0400, Christos Zoulas wrote:
  | Module Name:        src
  | Committed By:       christos
  | Date:               Sun Aug 16 02:49:23 UTC 2009
  | 
  | Modified Files:
  |     src/usr.bin/ftp: fetch.c
  | 
  | Log Message:
  | use strrchr to find the last @ because we might want the username to contain
  | u...@domain.

This isn't correct; '@' is a reserved URI char per RFC 3986.

If you want to encode '@domain' in the "username" section
of the URI, use "%40domain".

Please back this out.

thanks,
Luke.

Attachment: pgpJ8HrCFXMdF.pgp
Description: PGP signature

Reply via email to