Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Brad WoodBrad WoodComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Brad Wood
Brad WoodComponents
Fix versions
Affects versions
Priority
Sentry
Sentry
Sentry
Created August 26, 2015 at 4:45 PM
Updated September 8, 2015 at 5:05 PM
Resolved September 8, 2015 at 5:05 PM
If a form is created on an HTTPS page with HTML.startForm(), the action is forced to HTTP instead of allowing the event.buildLink() call to detect the current page.
The fix is to not default the SSL attribute to anything. Check for its existence and only pass it along if it has been specified. Otherwise, allow event.buildLink() to default the URL protocol as necessary.