Bug 221912 - EUGridPMA cert loader broken for local imports
Summary: EUGridPMA cert loader broken for local imports
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ariel Garcia CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-07 15:33 EST by Ariel Garcia CLA
Modified: 2014-01-09 16:14 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ariel Garcia CLA 2008-03-07 15:33:13 EST
The EUGridPMA certificate loader doesn't work when choosing the local import method.

The problem lies in the method
  EUGridPMACertificateLoader#getCertificateList(URI,monitor)
which handles the data read from a local connection (ie, the folder entries) as if it were an html document.
Also the while() loop around line 160 joins all filenames together without newlines or any other separators in between.