You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Swaminathan Palani <sw...@coliaudit.com> on 2004/11/03 19:22:03 UTC

Capturing Request (along with any XML)

I want to capture specific incoming client request and be able to take
action.

I want to capture 'PROPPATCH' request from client and any XML associated.
Once I have the XML I wanted to extract some content and update 'property'
value in metadata file.

Does anyone know how I could do this?  Thanks in advance. 

Swaminathan Palani





---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Capturing Request (along with any XML)

Posted by Tassos Bassoukos <ab...@gmail.com>.
Hello,
Take a look at the content interceptor framework and the
org.apache.slide.content.ContentInteceptor interface.

You can alter the properties (or the content) before or after some operation.

HTH,
Tassos

On Wed, 3 Nov 2004 13:22:03 -0500, Swaminathan Palani
<sw...@coliaudit.com> wrote:
> I want to capture specific incoming client request and be able to take
> action.
> 
> I want to capture 'PROPPATCH' request from client and any XML associated.
> Once I have the XML I wanted to extract some content and update 'property'
> value in metadata file.
> 
> Does anyone know how I could do this?  Thanks in advance.
> 
> Swaminathan Palani
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org