Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333036 - Fix broken wiki URLs due to "Index.php%3Ftitle%3D" bug in eclipse.org wiki session timeout redirector
Summary: Fix broken wiki URLs due to "Index.php%3Ftitle%3D" bug in eclipse.org wiki se...
Status: CLOSED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 308257
Blocks:
  Show dependency tree
 
Reported: 2010-12-21 14:05 EST by Michael OBrien CLA
Modified: 2022-06-09 10:26 EDT (History)
2 users (show)

See Also:
michael.f.obrien: documentation+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael OBrien CLA 2010-12-21 14:05:32 EST
>I keep running into this timout issue - easily URL-editing fixed but it affects the wiki in general.
raising not in the Documentation category - as it affects multiple "Componenents"
>Issue: Whenever a committer lets a wiki edit session timout - eclipse.org inserts a 2nd "Index.php%3Ftitle%3D" in the title.
The fix is to remove the 2nd duplicated text fragment from your wiki URL before you return to editing the page - or you will end up with 2 pages.
Secondary fix is to comment out the text in any secondary pages with "Index.php?title=" as a title prefix and link to the original page.

>A quick www.google scan for ".php%3Ftitle%3DEclipseLink" shows
>I fixed a couple - but the rest need redirects
http://wiki.eclipse.org/Index.php%3Ftitle%3DEclipseLink/Development/2.1/DynamicMOXy/Annotations
to
http://wiki.eclipse.org/EclipseLink/Development/2.1/DynamicMOXy/Annotations

http://wiki.eclipse.org/Index.php%3Ftitle%3DEclipseLink/Examples/JPA/EclipseLink-ORM.XML
to
http://wiki.eclipse.org/EclipseLink/Examples/JPA/EclipseLink-ORM.XML

>The wiki timeout issue is causing a minor fragmentation/duplication of our documentation
We need to fix all the following items - as the base bug is set to WONTFIX
Comment 1 Rick Sapir CLA 2010-12-21 14:17:42 EST
That's odd... the %3F and %3D are simply the encoded values for "?" and "=", respectively. When un-encoded, the the URL resolves properly.

For example: 

http://wiki.eclipse.org/Index.php?title=EclipseLink/Examples/JPA/EclipseLink-ORM.XML

resolves properly to

http://wiki.eclipse.org/EclipseLink/Examples/JPA/EclipseLink-ORM.XML


Maybe an issue with browser-specific encoding or the Apache rewrite mod?

FWIW, I have not seen this in any pages that I edit.
Comment 2 Rick Sapir CLA 2012-07-23 12:45:55 EDT
Closing this as we have moved the EL docs from the wiki to HTML.
Comment 3 Eclipse Webmaster CLA 2022-06-09 10:26:19 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink