in reply to Re: Re: Something like Tomcat for Perl
in thread Something like Tomcat for Perl

Beware though. If you use internal redirects (like with mod_rewrite), you must also use a custom 404 handler that does not accidentally reveal your internal structure. The default 404 handler leaks the layout.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: Re: Something like Tomcat for Perl