Re: Intercepting and modifying response
Torsten Förtsch <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 06/15/2012 04:12 PM, Rommel Sharma wrote: > I need to intercept and modify the response that is coming from JBOSS to the Apache Web (httpd) server and being returned to the client. Look for PerlOutputFilterHandler in the docs. Torsten