php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38969 ViewVC Exception on illegal parameter name
Submitted: 2006-09-26 23:40 UTC Modified: 2006-10-15 13:30 UTC
From: osculabond at gmail dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2006-09-26 23:40 UTC] osculabond at gmail dot com
Description:
------------
Trying to view the cvs diff mentioned in bug 35382 throws a ViewVC Exception

Reproduce code:
---------------
Access the following url (as listed on bug 35382):

http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_scanner.l?r1=1.131.2.3&r2=1.131.2.4&ty=u

Expected result:
----------------
CVS diff between versions 1.131.2.3 and 1.131.2.4 of the zend_language_scanner.l is displayed.

Actual result:
--------------
An Exception Has Occurred

An illegal parameter name ("ty") was passed.

HTTP Response Status

400 Bad Request

Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 3623, in main
    request.run_viewvc()
  File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 161, in run_viewvc
    _validate_param(name, values[0])
  File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 598, in _validate_param
    '400 Bad Request')
ViewVCException: 400 Bad Request: An illegal parameter name ("ty") was passed.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC