[Catalyst] ".part" file downloading while login/logout

Oroszi, Róbert robert at oroszi.net
Thu Jan 13 20:47:01 GMT 2011


i've had a problem something like this exactly at login and logout.

as i can remember i messed up something in root.pm, in auto sub ( maybe i
had return 0 (?) ), where i checked whether the user is logged in.


2011/1/13 Evan Carroll <evan at dealermade.com>

> On Thu, Jan 13, 2011 at 2:04 AM, mani kandan <manimani1014 at gmail.com>
> wrote:
> > I have created a catalyst web application , it working fine . But the
> > problem I am facing is, when I click login its asking to save ".part"
> file ,
> > the same problem while logout.
>
> I'm taking a wild guess, but on success you're forwarding to, or just
> serving outright, something being served as non `text/*` for the
> mime-type. And, your browser (probably Firefox) is storing the file as
> *.part until it gets EOF from the stream when it would rename the file
> to having been downloaded. The .part is just usually a browser trick.
> Tt's a temporary store the browser will attempt a resume with. They're
> also easily deleted as uncompleted download trash...
>
> --
> Evan Carroll - evan at dealermade.com
> System Lord of the Internets - Dealermade
> web: http://www.dealermade.com
> ph: 888.403.9143
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20110113/04323=
98f/attachment.htm


More information about the Catalyst mailing list