Ticket #398 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

Railo : abstractRemotingService

Reported by: andrea@… Owned by: chrisblackwell
Priority: high Milestone: 3.1 Maintenance Final
Version: 3.1.185 Severity: normal
Keywords: Cc:

Description

Tha Railo implementation of the resetCfhtmlHead is failing:

<cfcase value="Railo">

<cfset my.out = getPageContext().getOut() />

<cfloop condition="getMetaData(my.out).getName() is 'railo.runtime.writer.BodyContentImpl?'">

<cfset my.out = my.out.getEnclosingWriter() />

</cfloop>

<cfset my.headData = my.out.getClass().getDeclaredField("headData") /> <cfset my.headData.setAccessible(true) /> <cfset my.headData.set(my.out, createObject("java", "java.lang.String").init("")) />

</cfcase>

headData is not recognized when passed to method.

Change History

Changed 16 years ago by cblackwell

Unable to reproduce on Railo 3.1.2 on Tomcat, or using the latest Jetty or Resin Express downloads.

Please provide further information regarding your configuration, and the error message you are receiving.

Changed 16 years ago by chrisblackwell

  • owner set to chrisblackwell

Changed 16 years ago by cblackwell

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 3.2 to 3.1 Maintenance Final

Fixed in revision 290

Note: See TracTickets for help on using tickets.