Re: Import issues with attachments
Mick Semb Wever <[email protected]>
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <[email protected]> |
> I can see code to handle this in ScarabIssues.java, but I don't see how
> its enabled.
Right, you also need to change in ImportIssues.java at line
212:
public ImportIssues()
{
this(false, false);
}
to this
public ImportIssues()
{
this(true, false);
}
Problem here is that otherwise you could copy any file on disk into the
attachments folder and then access it online. Somewhat of a security
breach.
Sorry this slipped my mind previous post.
~mck
--
"Traveller, there are no paths. Paths are made by walking." Australian
Aboriginal saying
Homepage - www.wever.org | Sesam Search Engine - www.sesam.no