/password does not handle special characters.
Windows 7
connect ... /password=&this;is,aTest
Works in 4.86
Fails in 4.87
In a macro, /password does not handle one of the characters "&;," correctly in a password, for example "&this;is,aTest". I'm not sure which character causes the problem. This works in 4.86 but fails in 4.87.
Please try following:
connect ... /password="&this;is,aTest"
Windows 7
connect ... /password=&this;is,aTest
Works in 4.86
Fails in 4.87
In a macro, /password does not handle one of the characters "&;," correctly in a password, for example "&this;is,aTest". I'm not sure which character causes the problem. This works in 4.86 but fails in 4.87.