/projectname/frameset?__report=WEB-INF/reports/MetricsReportDevDeplTrunc.rptdesign&__showtitle=false&projectId=${prjid}&accountId=-1&programId=-1&categoryId=131&contextPath=/projname&serverName=projname-abc.com&serverPort=8080&startDate=2013-06-01&endDate=2013-06-30&/${session_id}
ここで、セッション ID にパス内の不正な文字としてエラーをスローすると..また、エスケープした後$
、同じセッション ID 値がデバッグ サンプラーに表示されない..これは、レポートが BIRT レポート ビューアーに表示されるためのパスです。 、その結果、バートレポートビューアーは常にエラーをスローします
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>
BirtSoapBindingImpl.getUpdatedObjects( )
</faultcode><faultstring>
The viewing session is not available or has expired.
</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">projname-abc.com</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
この質問に対する回答をお願いします... この点に関して、迅速な回答をお待ちしております...