Details
-
Fix
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.3.1
-
None
Description
When the current log file is displayed by the built-In HTML interface, then XML answers are not visible in the browser, see the following log excerpt:
2007-08-19 23:40:35.656 [debug3] (Job FAOF1lesFTPReceive) SCHEDULER-921 Next period is <period begin="2007-08-19 00:00:00.000" end="2007-08-20 00:00:00.000" repeat="">
2007-08-19 23:40:35.656 [info] SCHEDULER-965 Executing command <?xml version="1.0" encoding="ISO-8859-1"?>
2007-08-19 23:40:35.656 [info] <add_order id="ssh_execute" job_chain="scheduler_ssh_execution_service" title="Execute by ssh" replace="yes"><params><param name="host" value="wilma"/><param name="port" value="22"/><param name="user" value="test"/><param name="password" value="12345"/><param name="auth_method" value="password"/><param name="auth_file" value="./samples/ssh/ap.dsa"/><param name="command" value="uname || echo hallo"/></params><run_time><period single_start="22:12"/></run...
2007-08-19 23:40:35.656 [info] (Order scheduler_ssh_execution_service:ssh_execute "Execute by ssh") SCHEDULER-940 Removing order from job chain
2007-08-19 23:40:35.718 [debug9] (Job scheduler_ssh_execution_service) remove_order Order scheduler_ssh_execution_service:ssh_execute "Execute by ssh"
2007-08-19 23:40:35.906 [info] (Order scheduler_ssh_execution_service:ssh_execute "Execute by ssh") SCHEDULER-938 Order will be processed at 2007-08-20 22:12:00.000
2007-08-19 23:40:35.937 [info] SCHEDULER-966 Command answer: <?xml version="1.0" encoding="ISO-8859-1"?>
2007-08-19 23:40:35.937 [info] <ok>
2007-08-19 23:40:35.937 [info] <order order="ssh_execute" id="ssh_execute" next_start_time="2007-08-20 22:12:00.000" title="Execute by ssh" state="start" initial_state="start" job_chain="scheduler_ssh_execution_service" job="scheduler_ssh_execution_service" priority="0" created="2007-08-19 23:40:35.656" at="2007-08-20 22:12:00.000"/>
2007-08-19 23:40:35.937 [info] </ok>
2007-08-19 23:40:35.937 [info] SCHEDULER-902 state=running
The xml answers given in the log are suppressed from output of the HTML interface. This bug may have been introduced based on a timely co-incidence with the feature that log files are displaying URLs as links.