Skip to content

Updated the cfexecute name attribute to required="true" #2567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 6.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated the cfexecute name attribute to required="true"
  • Loading branch information
cfmitrah committed May 12, 2025
commit 89a70e3d0eab3b013d59d1b49e030759516187c4
2 changes: 1 addition & 1 deletion core/src/main/java/resource/tld/core-base.tld
Original file line number Diff line number Diff line change
@@ -1098,7 +1098,7 @@ Example:
<attribute>
<type>string</type>
<name>name</name>
<required>false</required>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>The full pathname of the application to execute.
Note: On Windows, you must specify the extension as part of the application's name. For example,