From: SourceForge.net <no...@so...> - 2006-07-30 21:05:04
|
Bugs item #1363121, was opened at 2005-11-21 15:41 Message generated for change (Comment added) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sourceforge Group: cvshead >Status: Pending Resolution: None Priority: 5 Submitted By: S (notzippy) Assigned to: Jeff Jensen (jeffjensen) Summary: [sourceforge] plugin broken because of new sf namespace Initial Comment: Hi The source forge plugin is broken because sf.net now declares a name space in the html. The fix is to register the name space and prefix each search with the name space. Like the following private static final String SOURCEFORGE_NAMESPACE = "http://www.w3.org/1999/xhtml"; context.registerNamespace("sf", SOURCEFORGE_NAMESPACE); context.getValue("//sf:font[text()='Invalid Password or User Name']"); ---------------------------------------------------------------------- >Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 16:05 Message: Logged In: YES user_id=498804 I am unfamiliar and do not use this plugin, but would like to fix it for you. Can you point me to each location to make your suggested changes (e.g. on the invalid pw locations, or all context.getValue() locations?)? Better yet, could you make the changes and attach a patch? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 |