diff --git a/Application.cfc b/Application.cfc index 20ddfe221..66817f2cd 100644 --- a/Application.cfc +++ b/Application.cfc @@ -457,13 +457,6 @@ - - - - - - - @@ -489,6 +482,13 @@ + + + + + + + + + + @@ -220,7 +240,7 @@ - + @@ -238,10 +258,11 @@ + - + @@ -345,11 +366,7 @@ - - - - - + @@ -397,7 +414,7 @@ - + @@ -522,7 +539,7 @@ config=arguments.config, timestamp=currentDate, method=arguments.method, - path=urlpath, + path=arguments.config.apiEndpointPrefix & urlPath, queryParams=queryParams ) /> @@ -530,7 +547,7 @@ - + @@ -589,13 +606,13 @@ config=arguments.config, timestamp=timestamp, method="HEAD", - path=urlPath, + path=arguments.config.apiEndpointPrefix & urlPath, headers=stHeaders, unsignedPayload=true ) /> - + @@ -689,11 +706,11 @@ - + - + @@ -723,7 +740,7 @@ - + @@ -750,15 +767,15 @@ - + - + - + @@ -780,7 +797,18 @@ - + + + + + + + + + + + + @@ -792,7 +820,7 @@ - + @@ -804,7 +832,7 @@ - + @@ -819,7 +847,7 @@ - + @@ -830,7 +858,7 @@ - + @@ -845,7 +873,7 @@ - + @@ -865,7 +893,19 @@ - + + + + + + + + + + + + + @@ -877,7 +917,7 @@ - + @@ -887,7 +927,7 @@ - + @@ -907,7 +947,7 @@ - + @@ -921,7 +961,7 @@ - + @@ -932,7 +972,7 @@ - + @@ -947,7 +987,7 @@ - + @@ -981,13 +1021,13 @@ - + - + @@ -1068,13 +1108,13 @@ config=arguments.config, timestamp=timestamp, method="PUT", - path=path, + path=arguments.config.apiEndpointPrefix & path, headers=stHeaders, unsignedPayload=true ) /> - + @@ -1106,7 +1146,7 @@ - + @@ -1162,7 +1202,7 @@ config=arguments.config, timestamp=timestamp, method="PUT", - path=path, + path=arguments.config.apiEndpointPrefix & path, queryParams={ "acl"="" }, @@ -1171,7 +1211,7 @@ ) /> - + @@ -1200,7 +1240,7 @@ - + @@ -1233,13 +1273,13 @@ config=arguments.config, timestamp=timestamp, method="DELETE", - path=path, + path=arguments.config.apiEndpointPrefix & path, headers=stHeaders, unsignedPayload=true ) /> - + @@ -1268,7 +1308,7 @@ - + @@ -1306,3 +1346,4 @@ + diff --git a/packages/forms/farPagination.cfc b/packages/forms/farPagination.cfc index e8b9ea7b2..546248c4d 100644 --- a/packages/forms/farPagination.cfc +++ b/packages/forms/farPagination.cfc @@ -160,7 +160,7 @@ - + #arguments.linktext# diff --git a/packages/lib/cdn.cfc b/packages/lib/cdn.cfc index 6b679d1a5..fa209c5a3 100644 --- a/packages/lib/cdn.cfc +++ b/packages/lib/cdn.cfc @@ -657,7 +657,8 @@ - + + diff --git a/packages/lib/diff.cfc b/packages/lib/diff.cfc index c158d7a54..f85da6682 100644 --- a/packages/lib/diff.cfc +++ b/packages/lib/diff.cfc @@ -93,17 +93,17 @@ - " /> + - " /> + - " /> + - " /> + @@ -116,11 +116,14 @@ - " /> + - " /> + + + ,")> + ,")> diff --git a/packages/lib/objectBroker.cfc b/packages/lib/objectBroker.cfc index f7af90cc5..3db146ff7 100644 --- a/packages/lib/objectBroker.cfc +++ b/packages/lib/objectBroker.cfc @@ -859,7 +859,7 @@ - + diff --git a/packages/security/security.cfc b/packages/security/security.cfc index 275fb2597..f2c1b1555 100644 --- a/packages/security/security.cfc +++ b/packages/security/security.cfc @@ -401,8 +401,6 @@ - - @@ -469,7 +467,9 @@ - + + + diff --git a/packages/types/dmCron.cfc b/packages/types/dmCron.cfc index 80c76c736..1d62aa911 100644 --- a/packages/types/dmCron.cfc +++ b/packages/types/dmCron.cfc @@ -181,7 +181,7 @@ type properties - + diff --git a/packages/types/types.cfc b/packages/types/types.cfc index fc90c8678..b7262f5f3 100644 --- a/packages/types/types.cfc +++ b/packages/types/types.cfc @@ -980,7 +980,7 @@ default handlers - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# @@ -1070,7 +1070,7 @@ default handlers - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# diff --git a/patch.version b/patch.version index 9a037142a..9d607966b 100755 --- a/patch.version +++ b/patch.version @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file diff --git a/tags/webskin/buildLink.cfm b/tags/webskin/buildLink.cfm index b91c478c0..a570bf55f 100644 --- a/tags/webskin/buildLink.cfm +++ b/tags/webskin/buildLink.cfm @@ -52,7 +52,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -89,7 +89,7 @@ - + '> @@ -104,7 +104,7 @@ - + diff --git a/tags/wizard/wizard.cfm b/tags/wizard/wizard.cfm index fb77508ef..6318868d8 100644 --- a/tags/wizard/wizard.cfm +++ b/tags/wizard/wizard.cfm @@ -242,11 +242,11 @@ - #attributes.title# + #application.fc.lib.esapi.encodeForHTML(attributes.title)# - #stWizard.data['#stWizard.primaryObjectID#'].label# + #application.fc.lib.esapi.encodeForHTML(stWizard.data['#stWizard.primaryObjectID#'].label)# #ListGetAt(stwizard.Steps,stwizard.CurrentStep)# diff --git a/webskin/dmInclude/webtopOverviewSummary.cfm b/webskin/dmInclude/webtopOverviewSummary.cfm index 536500d86..5212df8fa 100644 --- a/webskin/dmInclude/webtopOverviewSummary.cfm +++ b/webskin/dmInclude/webtopOverviewSummary.cfm @@ -52,9 +52,9 @@ START WEBSKIN  »  - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# diff --git a/webskin/dmNavigation/edit.cfm b/webskin/dmNavigation/edit.cfm index 381c0389c..1bc7aa802 100644 --- a/webskin/dmNavigation/edit.cfm +++ b/webskin/dmNavigation/edit.cfm @@ -85,7 +85,7 @@ - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# diff --git a/webskin/dmNavigation/webtopOverviewSummary.cfm b/webskin/dmNavigation/webtopOverviewSummary.cfm index 12d21a35a..df776ec03 100644 --- a/webskin/dmNavigation/webtopOverviewSummary.cfm +++ b/webskin/dmNavigation/webtopOverviewSummary.cfm @@ -58,9 +58,9 @@  »  - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# @@ -90,7 +90,8 @@ - + + #application.fc.lib.esapi.encodeForHTML(trim(labelHTML))# @@ -123,7 +124,8 @@ - + + #application.fc.lib.esapi.encodeForHTML(trim(labelHTML))# @@ -180,7 +182,8 @@ - + + #application.fc.lib.esapi.encodeForHTML(trim(labelHTML))# @@ -191,7 +194,7 @@ - #stObj.externalRedirectURL# + #application.fc.lib.esapi.encodeForHTML(stObj.externalRedirectURL)# @@ -199,7 +202,7 @@ - #stobj.lNavIDAlias# + #application.fc.lib.esapi.encodeForHTML(stobj.lNavIDAlias)# -- No Alias Provided -- diff --git a/webskin/dmNavigation/webtopTreeChildRows.cfm b/webskin/dmNavigation/webtopTreeChildRows.cfm index dffe1fdc2..65f37ac38 100644 --- a/webskin/dmNavigation/webtopTreeChildRows.cfm +++ b/webskin/dmNavigation/webtopTreeChildRows.cfm @@ -256,7 +256,7 @@ - + @@ -374,7 +374,7 @@ - + diff --git a/webskin/dmProfile/webtopDashboardRecentActivity.cfm b/webskin/dmProfile/webtopDashboardRecentActivity.cfm index 2878ab1eb..2b308481a 100644 --- a/webskin/dmProfile/webtopDashboardRecentActivity.cfm +++ b/webskin/dmProfile/webtopDashboardRecentActivity.cfm @@ -38,7 +38,7 @@ - + #stObj.Typename# diff --git a/webskin/farConfig/webtopBody.cfm b/webskin/farConfig/webtopBody.cfm index 427950d0a..b68a59acd 100644 --- a/webskin/farConfig/webtopBody.cfm +++ b/webskin/farConfig/webtopBody.cfm @@ -70,7 +70,7 @@ VIEW title="Manage Configuration" columnList="configkey,datetimelastupdated" sqlorderby="label asc" - sortableColumns="" + sortableColumns="label" aCustomColumns="#aCustomColumns#" bSelectCol="true" bShowActionList="false" diff --git a/webskin/farRole/webtopOverviewSummary.cfm b/webskin/farRole/webtopOverviewSummary.cfm index 7766d3372..fa8140e0b 100644 --- a/webskin/farRole/webtopOverviewSummary.cfm +++ b/webskin/farRole/webtopOverviewSummary.cfm @@ -38,14 +38,14 @@ START WEBSKIN - #stobj.title# + #application.fc.lib.esapi.encodeForHTML(stobj.title)#
    -
  • #stobj.aGroups[i]#
  • +
  • #application.fc.lib.esapi.encodeForHTML(stobj.aGroups[i])#
diff --git a/webskin/types/trayContainer.cfm b/webskin/types/trayContainer.cfm index a2ae8f88b..4171ae872 100644 --- a/webskin/types/trayContainer.cfm +++ b/webskin/types/trayContainer.cfm @@ -278,6 +278,9 @@
diff --git a/webskin/types/webtopOverviewSummary.cfm b/webskin/types/webtopOverviewSummary.cfm index 74d698550..dc3ec0bee 100644 --- a/webskin/types/webtopOverviewSummary.cfm +++ b/webskin/types/webtopOverviewSummary.cfm @@ -33,7 +33,7 @@ - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# @@ -57,9 +57,9 @@  »  - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)# @@ -90,7 +90,7 @@ - #stobj.teaser#-- none -- + #application.fc.lib.esapi.encodeForHTML(stobj.teaser)#-- none -- diff --git a/webskin/types/webtopOverviewTab.cfm b/webskin/types/webtopOverviewTab.cfm index b2e52a21f..80ffc526c 100644 --- a/webskin/types/webtopOverviewTab.cfm +++ b/webskin/types/webtopOverviewTab.cfm @@ -157,7 +157,7 @@ FARCRY INCLUDE FILES - #stobj.label# + #application.fc.lib.esapi.encodeForHTML(stobj.label)#