

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
35 messages in org.apache.perl.modperlRe: [mp2] how to redirect POST data| From | Sent On | Attachments |
|---|---|---|
| Beberle | Dec 13, 2004 2:43 am | |
| Tom Schindl | Dec 13, 2004 4:02 am | |
| Reenen C Kroukamp | Dec 13, 2004 4:44 am | |
| Beberle | Dec 14, 2004 5:32 pm | |
| Joe Schaefer | Dec 14, 2004 6:49 pm | |
| Beberle | Dec 16, 2004 6:42 pm | |
| Joe Schaefer | Dec 16, 2004 8:44 pm | |
| Matthew Berk | Dec 16, 2004 11:05 pm | |
| Stas Bekman | Dec 17, 2004 8:11 am | |
| Barksdale, Ray | Dec 17, 2004 8:57 am | |
| Joe Schaefer | Dec 17, 2004 10:27 am | |
| Stas Bekman | Dec 17, 2004 10:38 am | |
| Barksdale, Ray | Dec 17, 2004 11:04 am | |
| Stas Bekman | Dec 17, 2004 11:25 am | |
| Barksdale, Ray | Dec 17, 2004 1:04 pm | |
| Stas Bekman | Dec 17, 2004 1:19 pm | |
| Barksdale, Ray | Dec 17, 2004 3:37 pm | |
| Stas Bekman | Dec 17, 2004 3:44 pm | |
| Matthew Berk | Dec 20, 2004 6:43 am | |
| Barksdale, Ray | Dec 22, 2004 7:19 am | |
| Stas Bekman | Dec 22, 2004 12:27 pm | |
| Barksdale, Ray | Dec 22, 2004 12:37 pm | |
| Stas Bekman | Dec 22, 2004 1:16 pm | |
| Barksdale, Ray | Dec 22, 2004 2:01 pm | |
| Stas Bekman | Dec 22, 2004 2:22 pm | |
| Barksdale, Ray | Dec 22, 2004 3:06 pm | |
| Stas Bekman | Dec 22, 2004 4:01 pm | |
| Barksdale, Ray | Dec 28, 2004 2:50 pm | |
| Stas Bekman | Dec 28, 2004 3:01 pm | |
| Barksdale, Ray | Dec 28, 2004 3:14 pm | |
| Stas Bekman | Dec 28, 2004 3:17 pm | |
| Barksdale, Ray | Dec 28, 2004 3:50 pm | |
| Joe Schaefer | Dec 28, 2004 5:29 pm | |
| Barksdale, Ray | Dec 29, 2004 8:59 am | |
| Stas Bekman | Dec 29, 2004 9:21 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [mp2] how to redirect POST data | Actions... |
|---|---|---|
| From: | Joe Schaefer (joe+...@sunstarsys.com) | |
| Date: | Dec 16, 2004 8:44:40 pm | |
| List: | org.apache.perl.modperl | |
Beberle <bebe...@yahoo.com> writes:
Ok, I'm getting closer but still not there yet. I've added a filter like so:
[...]
I've been able to successfully capture the POST data without removing it from the chain. Problem is, it's too late. From what I've been able to gather from printing to the error log, the chain looks like this:
PerlTransHandler --> PerlAccessHandler --> PerlHandler --> PerlInputFilterHandler
I thought the filter was accessed before the response-handler.
Request filters aren't normally inserted into the filter chain until the response-handler is ready to run. mod_apreq is an exception, and it's quite tricky to pull this off without breaking lots of other things.
What am I doing wrong?
What you're trying to do isn't a simple thing, even if you're familiar with apache2's innards. The input filter system wasn't really designed to encourage people to do what you're doing.
So, have you tried using Apache::Request yet?
-- Joe Schaefer
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html







