On 29/10/09 00:09, Anthony wrote: > I'm not concerned about what is allowed in the XML requests and > responses. I'm concerned about what's allowed in an OSM username, > [tag] key, and [tag] value. > > I just tried changing my display name to "<b>hello</b>". I get an > error "Display Name is invalid".
Because display names are used in URLs so URL special characters are prohibited: http://trac.openstreetmap.org/browser/sites/rails_port/app/models/user.rb#L29 Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

