> > Hi I am a bit amazed Filters work on orion > > didn't we just remove jumpers because that was not working? > >
> The problem with orion is that the latest stable release (1.5.2) > implements the servlet 2.3 public draft instead of the final spec. There > are a few important differences in the filter-api between the public > draft and the final. > The 1.5.4 and 1.6.0 experimental releases > > Untill a month or 2 ago the 1.5.4 experimental release implemented the > correct api and now the 1.6.0 experimental release is also available. > > So filters will work with orion 1.6.0 and 1.5.4, but these are both not > official releases. It gets funkier, since : threehigh$ java -jar orion.jar -version Orion/1.5.2 (build 10460) threehigh$ And filters apparently work fine with us. It might have to do with the fact that we replaced the orion 1.5.2 servlet.jar with an official java 2.3 one.
