Albrecht Weinert
|
Posted: March 24, 2009 17:05 by Albrecht Weinert
|
|
When browsing a repository there is a "where" line like subversion / src / trunk / de with clickable parts. All, but the root -- "src" in this example -- will fail, cause "de" (in the example) will href something like "subversion.de" instead of "subversion.src.trunk.de", producing then: Not Found The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. (revision 5599, UI-bug) |
repository browser's "where" links are broken.
Replies: 5 - Last Post: October 20, 2010 00:18
by: lea_wang
by: lea_wang
showing 1 - 6 of 6
john_brock
|
Posted: March 24, 2009 21:29 by john_brock
|
|
Thanks for the bug report Albrecht. I've filed a issue for this internally. Keep the info coming! --jb The Project Kenai Team |
verdoso
|
Posted: April 04, 2009 17:45 by verdoso
|
|
Hi, I just came across this one (luckily I checked before reporting it again ) and to add more info, it seems that the problem is that the last part of the URLs, after the branch, are being HTML-encoded as if they part of a query, hence the slash (/) turns into %2F. For example:...source-code-repository/show/trunk/test/classes/test/org becomes ...source-code-repository/show/trunk%2Ftest%2Fclasses%2Ftest%2Forg It does not show at first sight because browsers are "too smart" and when you hover over the link, they turn the %2F back into slashes. I hope this helps pinpoint the issue faster. Cheers! D. |
john_brock
|
Posted: April 04, 2009 18:06 by john_brock
|
|
Thanks verdoso, You are correct. We've got this one in the works and should have it fixed up in the next push. Thanks for getting involved and letting us know what you're seeing out there. --jb The Project Kenai Team |
spel
|
Posted: October 18, 2010 23:10 by spel
|
|
For your information. I had the same problem with two folders. After removing all spaces and accentuated letters (French) problem was solved. Whenever an accented letter is adder to either a file or folder, the problem arise again. On the other hand, spaces donT seem to induce problem. Regards spel |
showing 1 - 6 of 6
Replies: 5 - Last Post: October 20, 2010 00:18
by: lea_wang
by: lea_wang



) and to add more info, it seems that the problem is that the last part of the URLs, after the branch, are being HTML-encoded as if they part of a query, hence the slash (/) turns into %2F. For example:






