liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Trim whitespace from meeting name and user name in bbb-web #1889

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently bbb-web accepts trailing and leading whitespace for meeting names and 
user names, but this leads to some display issues on some of the clients. The 
extra spaces should be trimmed and if nothing is left after a trim an error 
message should be returned.

This applies to the CREATE and JOIN calls.

Original issue reported on code.google.com by capil...@gmail.com on 20 Feb 2015 at 9:48

GoogleCodeExporter commented 9 years ago
I wonder if there are any other parameters with this issue that we might want 
to change. For example, does the meetingID on the CREATE call have the same 
problem?

Original comment by calvin.walton@kepstin.ca on 13 Mar 2015 at 8:24

GoogleCodeExporter commented 9 years ago
Fixed. See

  https://github.com/bigbluebutton/bigbluebutton/pull/586

Original comment by ffdixon@gmail.com on 25 Mar 2015 at 11:57