Atlassian JIRA   History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: XRP-18
Type: New Feature New Feature
Status: Closed Closed
Resolution: Applied
Priority: Blocker Blocker
Reporter: Bill Bruyn
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
xReporter

Include information about listener environment in ExecutionContext

Created: 13/Aug/04 12:29 AM   Updated: 29/Apr/05 03:41 PM
Component/s: xReporter
Affects Version/s: None
Fix Version/s: 1.2.1

File Attachments: 1. Text File host-info.patch (25 kb)



 Description   
Added (new) logical name, hostname and port of the listener to the ExecutionContext (delegated to/implemented by ReportImpl) and included in output header:

<xr:listener>
  <xr:instance-name>development</xr:instance-name>
  <xr:host>d02283.mcao.maricopa.gov</xr:host>
  <xr:port>8888</xr:port>
</xr:listener>

Host and port elements will be disclosed in the output header only when optional disclose attributes are set to true.

<httpconnector>
    <logical-name>Default</logical-name>
    <host disclose="true"/>
    <port disclose="true">8888</port>
</httpconnector>


I could use some help testing this on a box with multiple IP addresses...

In any case, the upcoming subreporting feature will require that this patch be applied.

Dependencies: None

 All   Comments   Change History      Sort Order:
Comment by Marc Portier [03/Dec/04 04:44 PM]
committed this per revision 628 together with the enhancement under xrp-19
http://svn.cocoondev.org/viewsvn?view=rev&rev=628&root=xreporter