[jcifs] Using Weblogic 6.1

Carson Gross carsongross at yahoo.com
Thu Dec 19 03:44:49 EST 2002


JCIFS Team,

First off, thank you all very much for your hard work.  I'm amazed that any of
this stuff works at all, let alone as well as it is.

I'm posting this because I couldn't dig it up via Google, and I hope that it
will either make it into the code base (unlikely), or it will help some other
poor sap get the NtlmHttpFilter working with Weblogic 6.1

Add the following at line 105 in NtlmHttpFilter.java

    //Added by cgross to work with weblogic 6.1.  Lamers
    public void setFilterConfig(FilterConfig f){
	try{
init(f);} catch(Exception e){ e.printStackTrace();}
    }
    public FilterConfig getFilterConfig(){return null;}

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the jcifs mailing list