You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valid for QA
(It appears the relevant code is already in 1.4 as it's from 11 months ago?)
Description:
If my SDN password has certain special characters, then I cannot download a Sitecore zip using SIM. My SDN password may contain special characters, possibly characters such as a ^ or a !. Yeah, maybe. Anyway, it appears that on line 34 of Sitecore-Instance-Manager/src/SIM.Tool.Windows/UserControls/Download8/Login.xaml.cs, the username and password are thrown into a string with no escaping. Special characters that may be valid to an SDN account could interfere with interpretation of a string.
Scenario:
Have a SDN password with special characters that might mess with a string, such as a ! or a ^.
Through SIM, try to download a Sitecore package. You cannot log in via SIM.
Be sad and download the ZIP from dev.sitecore.net directly.
Log
This is the log entry:
** 22 13:36:41,229 INFO Long running task "Download Sitecore 8.x Wizard" failed with exception
System.InvalidOperationException: The username or password or both are incorrect, or an unexpected error happen
at SIM.Tool.Windows.UserControls.Download8.Login.GetMarketplaceCookie(String username, String password)
at SIM.Tool.Windows.UserControls.Download8.Login.<>c__DisplayClass4_0.<SIM.Tool.Base.Wizards.IFlowControl.OnMovingNext>b__0()
at SIM.Tool.Base.WindowHelper.<>c__DisplayClass3_2.<LongRunningTask>b__0()
The text was updated successfully, but these errors were encountered:
…rds_fail_with_special_characters
#177 Remove obsolete login functionality to download packages from dev.sitecore.net since they are now publicly available
Importance:
Normal
Valid for QA
(It appears the relevant code is already in 1.4 as it's from 11 months ago?)
Description:
If my SDN password has certain special characters, then I cannot download a Sitecore zip using SIM. My SDN password may contain special characters, possibly characters such as a ^ or a !. Yeah, maybe. Anyway, it appears that on line 34 of Sitecore-Instance-Manager/src/SIM.Tool.Windows/UserControls/Download8/Login.xaml.cs, the username and password are thrown into a string with no escaping. Special characters that may be valid to an SDN account could interfere with interpretation of a string.
Scenario:
Log
This is the log entry:
The text was updated successfully, but these errors were encountered: