From: SourceForge.net <no...@so...> - 2006-08-18 02:37:39
|
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: Open 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-08-17 21:37 Message: Logged In: YES user_id=498804 Forgot to say I basically got a patch from it by telling patch to treat as a std diff, but it results in compile errors. Still looking into it, but hope you upload the correct file since the changes are limited to this one. ---------------------------------------------------------------------- Comment By: Jeff Jensen (jeffjensen) Date: 2006-08-17 21:33 Message: Logged In: YES user_id=498804 Sorry, I can't apply that file. It is a diff, not a patch. I tried manually applying them, but things aren't clear enough with enough context around the lines to determine all locations to make the chage. The diff also includes all changes from 1.9 to 1.10. The full Java file you attached is revision 10, the same as is in source control, so I could not use it either. :-( Please either attach the full Java file you changed or a patch file. ---------------------------------------------------------------------- Comment By: S (notzippy) Date: 2006-08-14 08: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-13 21: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 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 |