From: SourceForge.net <no...@so...> - 2006-08-14 13:44:30
|
Bugs item #1363121, was opened at 2005-11-21 21:41 Message generated for change (Comment added) made by notzippy 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: S (notzippy) Date: 2006-08-14 13:44 Message: Logged In: YES user_id=723231 I uploaded the diff and changes to the file I made... ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-08-14 02:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-07-30 21: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 |