My Changes:
I had to make some changes to the modifiers.  The problem I had with the
current modifiers was that it only looked for attributes in the previous
HTTP Request and only filtered out the first occurrence.  These values
could change each and every run for us.  So to make that work I created two
modifiers.  The first modifier filters out the session arguments for every
occurrence and stores that information.  I patterned this class off of
URLRewritingModifier and this works for the whole thread.  I created
another modifier, which I extended URLRewritingModifier.  I overrode the
'modify' method to get one of the stored values that was filtered and call
URLRewritingModifier's 'modify' method to finish the rewriting.  I had to
change the 'modify' method to 'protected' to make that work.  I ran into a
problem with all the modifiers when I was doing them remotely.  I found out
that the Perl5Compiler was 'null' on the remote side. So I created another
method that is called 'getCompiler'.  This will check if it is 'null' and
if so create a compiler and then return the value.   I also updated the
messages.properties files.

(See attached file: patchfile.diff)

Thanks,
Chris

Attachment: patchfile.diff
Description: Binary data

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

Reply via email to