-
I have not re-checked it now, but according to my ticket text the vm version '1.5.0_15' (linux, 32bit) should work. Maybe this helps.
2009-10-20 11:28:19 UTC in Aperture
-
What is the current state according this ticket? Is it possible to write a workaround? The hint that in the *.trix file the encoding appears correct in any case let assume that there could be a possibility.
2009-10-19 16:59:09 UTC in Aperture
-
By using the mimetypeidentifier, we try to generate filname extensions out of e.g. MS word doc byte streams. This is the case by uploading files to a webside (i.e. Aloe).
when I invoke 'magicMimeTypeIdentifier.identify(data, null, null);', I get as result 'application/vnd.ms-office'. Inside mimetypes.xml I can see that this is the parent type of each MS Office mimetype. The problem now is, that...
2009-08-14 13:37:33 UTC in Aperture
-
Hi guys,
We have still encoding problems during crawling emaills, and now I had a closer look on this behaviour. It seems that simply changing the vm to another version (from 1.5.0_15 to 1.6.0_12 or 16) ends to a broken encoding in email bodies, at least in my test scenario.
Debugging shows that in Class DataObjectFactory, Line 642: "content = normalSinglePart.getContent();"
'content'...
2009-08-12 14:09:32 UTC in Aperture
-
reuschling committed revision 2014 to the Aperture SVN repository, changing 1 files.
2009-07-22 14:17:33 UTC in Aperture
-
reuschling changed the public information on the Judge project.
2009-02-17 16:42:51 UTC in Judge
-
reuschling added the DynaQ-1.1.0_28.01.2009.zip file.
2009-01-28 15:14:05 UTC in DynaQ
-
reuschling created the 1.1.0 file release.
2009-01-28 14:51:49 UTC in DynaQ
-
Antoni, today I remembered the mh-situation, and I have a question:
Is there a special need to use the server-uid, which is in some cases not robust, instead of the EMail-Message-ID (from the email-header), which is unique in any case?
Maybe you choose this situation because of performance reasons...but couldn't we fall-back to the mail-message-ID in the case of UidValidy is false?.
2009-01-13 12:50:33 UTC in Aperture
-
This workaround seems to be the best we can do quickly in this situation. Maybe sometimes we will find a solution, possibly not depending on the ID but on the date/subject, etc, to support also deletions.
The lack of this workaround is clear: To offer a robust application, you must choose between:
- ignoreUidValidity and don't use the FileAccessData - where we are in the same situation as...
2008-10-28 09:13:14 UTC in Aperture