Bug 1324417 - Error 404 when switching language in HTML manual more than once
Summary: Error 404 when switching language in HTML manual more than once
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: httpd
Version: 6.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Luboš Uhliarik
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-06 09:43 UTC by Martin Frodl
Modified: 2021-01-14 09:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1324406
Environment:
Last Closed: 2016-08-31 12:59:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Martin Frodl 2016-04-06 09:43:34 UTC
+++ This bug was initially created as a clone of Bug #1324406 +++

Description of problem:
When trying to switch the language of HTML manual pages more than once, the result is always 'Not Found'. Specifically, clicking e.g. the 'fr' link for the first time redirects user to the '/fr' namespace within which all subsequent links will be interpreted. When a language link is clicked again now, user is redirected to a page within, say, the /fr/en namespace, rather than switching to /en. Since /fr/en or any analogous directories do not exist on the server, a 'Not Found' error is returned.

Version-Release number of selected component (if applicable):
httpd-manual-2.2.15-45.el6.noarch

How reproducible:
Well.

Steps to Reproduce:
1. yum -y install httpd httpd-manual
2. service httpd start
3. In browser, go to http://localhost/manual/
4. Click one of the 'Available Languages', e.g. 'fr'
5. Click one of the 'Available Languages', e.g. 'en'

Actual results:
Goes to http://localhost/manual/fr/en/, which does not exist.

Expected results:
Go to http://localhost/manual/en/.

Additional info:
This 'language cumulation' happens on any manual page, not just the main one.


Note You need to log in before you can comment on or make changes to this bug.