I've made minor changes to HeaderFilter.java: public class CCPPFilter extends ResourceFilter {.. AND try { c = Class.forName("org.w3c.jigsaw.filters.CCPPFilter"); } catch (Exception ex) { ex.printStackTrace(); System.exit(1); } ie effectively renamed the filter to test if I could work out how to add in a filter. I couldn't. 1)Compiled & placed CCPPFilter.class into Jigsaw.zip (no compression) with correct path -> didn't show up as option in jigadmin 2)Modified w3c.www.protocol.http.filters=w3c.www.jigsaw.filters.CCPPFilter -> crashed server on startup: Error initializing prop filters: Couldn't initialize[org.w3c.jigsaw.filters.CCPPFilter]: null java.land.ClassCastException at org.w3c.www.protocol.http.HttpManager.getManager..... 3)Wondered why adding HeaderFilter in jigadmin didn't change server config file 4)Reread ResourceFilter tutorial: wondered why when adding frame, CCPPFilter doesn't show up. Please help :-) > > > I actually need to modify the source code so that as > requests pass through > > the proxy, extra headers are added..so is the updated > uncompiled source > > availible too? > > There HeaderFilter is there just to do that, but you can of > course add new > filters, see > http://www.w3.org/Jigsaw/Doc/Programmer/writing-filters.html >Received on Thursday, 13 January 2000 19:39:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:52 GMT