Re: [sleuthkit-users] Autopsy-1.70 UTF-8 patch
Brought to you by:
carrier
From: Brian C. <ca...@ce...> - 2003-03-17 04:33:05
|
On Sun, Mar 16, 2003 at 08:24:18PM +0900, Minoru Kobayashi wrote: > Hi. > > I wrote the Autopsy-1.70 patch to use UTF-8 option of TASK command. > The UTF-8 option is used only when a disk image is NTFS. > > http://www.asahi-net.or.jp/~uu8m-kbys/autopsy-utf8-5.patch Great! I'm going to have some time next week to incorporate these. > And, I found a problem of Autopsy when a browser send a long long > request to Autopsy (see http://www.asahi-net.or.jp/~uu8m-kbys/long-request.txt). > > If a long request is sent, Autopsy will not be processed normally. > A file content frame and a file type frame are not displayed. I just tried the NTFS image you supplied and it worked for me (w/out either of the the UNICODE patches). What browser are you using? Try to open each of the frames in their own window and see what it does. I'm also curious to see what your patch passes in the 'dir' argument on the GET request. I'm not sure if the url_decode and url_encode function will handle the UTF-8 correctly. thanks, brian |