En/na J Cook ha escrit:
> I found the problem, it was in my session_handler.pl, which is pretty 
> # return -1 if $r->content_type && $r->content_type !~ m|^text/|io;
> 
> out of my handler sub. Now it works fine but I'm wondering if this is 
> the best way to handle it - it seems this line is here to restrict my 

Bruce is right, anyway you could have add pdf there :

    return -1 if $r->content_type && $r->content_type !~ m|^text/|io &&
                  $r->content_type !~ m|^application/pdf|io;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to