Re[2]: [jetty-discuss] [Fwd: [JBoss-user] Jetty's javax.servlet.error request attributes]

2002-09-25 Thread Alex Loubyansky
GW> If you are using a filter, why not wrap the response GW> object and implement sendError yourself. cool! I'll try. Thanks again! alex GW> cheers GW> Alex Loubyansky wrote:> Thank you very much, Greg. >> >> I am hacking OSCache filter that caches content. The problem is not to >> cache er

Re[2]: [jetty-discuss] [Fwd: [JBoss-user] Jetty's javax.servlet.error request attributes]

2002-09-25 Thread Alex Loubyansky
Thank you very much, Greg. I am hacking OSCache filter that caches content. The problem is not to cache error pages. I tried to check request attributes and javax.servlet.error.servlet_name is really set to 'action' and I could make use of it. But as I got you right, it's not the right way. Do s

Re[2]: [jetty-discuss] [Fwd: [JBoss-user] Jetty's javax.servlet.error request attributes]

2002-09-25 Thread Alex Loubyansky
I use WebWork with no JSPs. I check for attributes in a filter after request is processed by the 'action' servlet. Do I miss something here? Thank you very much. alex Wednesday, September 25, 2002, 3:48:29 PM, you wrote: GW> With the stand alone Jetty that is used in jboss 3.0.2b, I get GW> dif