| osculabond at gmail dot com 2006-09-26, 6:58 pm |
| From: osculabond at gmail dot com
Operating system: n/a
PHP version: Irrelevant
PHP Bug Type: Website problem
Bug description: ViewVC Exception on illegal parameter name
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/ZendE...=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.
--
Edit bug report at http://bugs.php.net/?id=38969&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38969&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38969&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38969&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=38969&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=38969&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=38969&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=38969&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=38969&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=38969&r=support
Expected behavior: http://bugs.php.net/fix.php?id=38969&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=38969&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=38969&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=38969&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38969&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=38969&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=38969&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=38969&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=38969&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=38969&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=38969&r=mysqlcfg
|