The problem is your regular expression.  .* will grab the whole page.

you'd be better off with something like 

sid="?([[^ ]*)

But, I can only guess since I don't really know the nature of your sid
values.

-Mike

On Wed, 2004-07-14 at 22:28, Krishna, Raj wrote:
> Hi there,
> 
>  
> 
> I am not able to capture and httprequest  attribute value 
> 
>  
> 
> sid=1401bc9b1cca027f83343a68204d8c9cce9f1f93c3d0a0acf90e8e2a1fef4adc2760
> 2f2e64092a65e8bda1c329e3c8f4ddd4ebb994c0cca5686a5c555a73bff1ba6ad6f4a4c1
> b3d3fd936fbd5a7c200b
> 
>  
> 
> I have used the Regular Expression Extractor but in vain.
> 
>  
> 
> This is what I have used.
> 
>  
> 
> Regular expression :sid=(.*)
> 
>  
> 
> And I tired this
> 
>  
> 
> Regular expression :sid=(*)
> 
>  
> 
> I am not able to capture this long length of number and letters. Pls if
> any one how to pls let me know.
> 
>  
> 
> Cheers
> 
> Raj
> 
>  
> 
> 
> 
> 
> 
-- 
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to