BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

HTML Helper's startForm() doesn't pick up if current request is HTTPS

Description

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.

Gliffy Diagrams

Activity

Show:

Brad WoodSeptember 1, 2015 at 9:10 PM

Thanks for linking that here. FYI, is on vacation right now so he'll look at merging this once he's back.

Wesley HamptonSeptember 1, 2015 at 8:26 PM

Pull Request to address issue in ColdBox core.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

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

Flag notifications