Actions
Bug #5346
closedwindows special characters makes fail view 'status'
Start date:
10/15/2013
Due date:
% Done:
100%
Estimated time:
Description
How to reproduce this bug:
<view>
<connector type="HTTPConnector">
<parameter name="url">https://voms.cern.ch:8443/voms/lhcb/services/VOMSAdmin?method=listMembers</parameter>
<parameter name="certificate">c:\does_not_exist</parameter>
</connector>
</view>
Then click on this view from view 'status'.
Updated by Reynaud Sylvain about 11 years ago
- Status changed from New to Suspended
Updated by Lequeux Olivier about 11 years ago
With the last version, the prblem is still there. The home page is unavailable and the following message is raised :
Exception raised for view '_default_' [Adaptor raised exception -- java.io.FileNotFoundException: c:\does_not_exist (Le fichier spécifié est introuvable)]
Updated by Reynaud Sylvain about 11 years ago
- Status changed from Suspended to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 100
Fixed by adding EncodeProcessor to the adaptors chain.
Note: the bug can not be reproduced with IDEA JDK => lavoisier must be launched from command line.
Actions