[jcifs] Jcifs on Java 1.3.1

Michael B Allen mba2000 at ioplex.com
Thu Dec 16 22:46:24 GMT 2004


Pollers, Roel [NCSBE - Non JJ] said:
> Is it possible to configure this so that it can also work with Java
> 1.3.1.02
> ?
> I tried a couple of things but I quickly noticed that you can't use
> filters
> so the web.xml of my test app doesn't work here ...

It's not the version of Java that provides Filters it's the servlet 2.3
classes. Filters are new to the Servlet 2.3 API. I think if you just get
the latest Servlet jar files you'll be ok with Java 1.3. For example I use
the 'jsdk-24.jar' that came with the Resin container.

Mike


More information about the jcifs mailing list