> This line (about line 881 in my version):
> URL url = this.getClass().getResource(registrations[i+1]);
> 
> Must be replaced by this:
> URL url = getServletContext().getResource(registrations[i+1]);

Gee, that makes it look like a bug in Struts, as opposed to the
reported bug in Orion. I believe that your patch is considered
the "valid" way to get a resource in a J2EE servlet environment,
is it not?

tim.


Reply via email to