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
With the changes to standardize the HTTP 400 error messages across all apps, it was decided to hard code 2025 as the max valid year. While the error message reflects this, the actual validation step in the apps were not also updated to validate against a hardcoded max year.
Update Parameter Validation spec in helium repo
Update typescript app to validate on max year 2025 (hardcoded)
Update java app to validate on max year 2025 (hardcoded)
Update csharp app to validate on max year 2025 (hardcoded)
Description
With the changes to standardize the HTTP 400 error messages across all apps, it was decided to hard code 2025 as the max valid year. While the error message reflects this, the actual validation step in the apps were not also updated to validate against a hardcoded max year.