Jan Luehe wrote:
> Hi Wolfram,
>
(...)
>
> I think we should retire the PWC error numbers over time, and
> definitely not add any new ones.
>
So I will not add any numbers to my messages.
> I'm glad to see that you are making progress!
I think I am nearly done. Of course it needs some testing before
submitting a patch ;-)
Roughly speaking I have created a descriptor and a node (deployment) and
added methods to add Valves to SunWebApp to reflect the changes in the
sun-web.xml file. Then I used these information in WebModule to actually
add the Valves specified in the deployment descriptor. Some minor
changes in other files (e.g. the dtd) were also necessary of course.
I did not write any AMX-related classes. I guess they are not necessary
for this kind of task. Is this correct?
Another question:
There is a method writeDescriptor(...) in WebBundleRuntimeNode. I added
my changes there as well. But when is this method called?
--
Wolfram Rittmeyer