Re: [Rabbit-proxy-users] rabbit.filter.SQLPRoxyAuth
Brought to you by:
ernimril
From: Luis S. <lso...@gl...> - 2007-06-15 18:58:12
|
Hello Robo, That seems to have fixed the problem... I went astray by using the capitalization in the rabbit.conf file. You might want to edit this for future distributions. What is interesting is that in older versions of Rabbit the 'R' was required. You must have changed this somewhere along the way. # Available filters today are: # HttpBaseFilter this is basically needed, use it. # DontFilterFilter stop the proxy from filtering certain pages. # DontCacheFilter stop the proxy from cacheing certain pages. # BlockFilter Dont allow access to certain pages. # HttpSnoop Print the Http headers out on System.out. # ProxyAuth Perform proxy authentication on all users, backend db is a file # SQLPRoxyAuth Perform proxy authentication on all users, backend is an sql db. # ReverseProxy Transform requests to "/some/page" into "http://some.host/some/page" # If you use the reverse proxy option, you probably # want it first in the list # NoGZipEncoding A filter that removes "Accept-Encoding: gzip" useful if you always # want to filter html # RevalidateFilter A filter that makes sure that resources are always revalidated # SetHeaderFilter A filter that can add request or response headers. # take care. --luis Robert Olofsson wrote: > Luis Soltero wrote: >> [15/Jun/2007:04:48:01 GMT][ERROR][Could not load http filter class: >> 'rabbit.filter.SQLPRoxyAuth' java.lang.ClassNotFoundException: >> rabbit.filter.SQLPRoxyAuth] > > Looks like you use a capital R when you ought to use a lower case one. > >> httpinfilters=rabbit.filter.HttpBaseFilter,rabbit.filter.SQLPRoxyAuth, > > Yes. Java is case sensitive, change it to "...SQLProxyAuth" > >> [rabbit.filter.SQLPRoxyAuth] > > And here as well... > > /robo > -- Luis Soltero, Ph.D., MCS Director of Software Development, CTO Global Marine Networks, LLC StarPilot, LLC Tel: 865-379-8723 Fax: 865-681-5017 E-Mail: lso...@gl... Web: http://www.globalmarinenet.net Web: http://www.starpilotllc.com |