Tom Powell
- zifnab06
- zifnab06
- America/Los_Angeles
- Yes
- No
2 issues
Key
Summary
Status
Reporter
Assignee
Created
Added Attachments:
Added Affects Versions: 1.5.2
Changed Description:
Should DNS names be validated to be correct, then remove incorrect characters? Or at least strip whitespace on either side?
Connect to "
server.spaceribs.com", you'll get an error about the server not being found.Should DNS names be validated to be correct, then remove incorrect characters? Or at least strip whitespace on either side?
Connect to " x.nerd.nu", you'll get an error about the server not being found.
Easy way to fix in java:
String servername; //assuming we're storing the info from the "Server Address" box into a string
servername = servername.trim();
Added Affects Versions: 1.5
Added Affects Versions: 1.5.2
An effected map (Generated using Beta 1.2_02)
To my knowledge, I should be able to just throw this in .minecraft/saves, and it should show up in the world list stating "Must be converted".
Tested on 1.5, still effected (" x.nerd.nu" failed to connect, "x.nerd.nu" is fine). Thanks for the reminder!