Apache2-POST200

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

TODO
    Caching
        With a keep-alive connection the redirected request is most likely
        to come in over the same connection. Thus, some caching in a
        connection pnote would be good.

    User check
        Client IP checking may not be sufficient. The filter could check
        "$r->user", set a special flag in the redirect param and save the
        user name. The rewrite rules could then check the flag and require a
        valid-user. Then the response handler can verify "$r->user" against
        the saved user.

SEE ALSO
    Apache2::Translation

AUTHOR
    Torsten Foertsch, <torsten.foertsch@gmx.net>

SPONSORING
    Sincere thanks to Arvato Direct Services (http://www.arvato.com/) for

lib/Apache2/POST200.pod  view on Meta::CPAN


With a keep-alive connection the redirected request is most likely to
come in over the same connection. Thus, some caching in a connection
pnote would be good.

=item B<User check>

Client IP checking may not be sufficient. The filter could check
C<$r-E<gt>user>, set a special flag in the redirect param and save the user
name. The rewrite rules could then check the flag and require a valid-user.
Then the response handler can verify C<$r-E<gt>user> against the saved user.

=back


=head1 SEE ALSO

=over 4

=item L<Apache2::Translation>



( run in 0.470 second using v1.01-cache-2.11-cpan-5467b0d2c73 )