Bugs item #1050798, was opened at 2004-10-20 11:09
Message generated for change (Comment added) made by kenlalonde
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1050798&group_id=4866
Category: WebKit
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andi (apoisel)
Assigned to: Nobody/Anonymous (nobody)
Summary: Trailing comma in Application.config
Initial Comment:
File "WebKit/Configs/Application.config", line 10:
8<----------------------------------------------
ExtensionCascadeOrder = ['.py','.psp','.html'],
8<----------------------------------------------
The trailing comma can cause an exception:
--------------------------------------------------------------------------------
[Wed Oct 20 18:48:02 2004] [error] WebKit: Error while
executing script None
Traceback (most recent call last):
File "WebKit/Application.py", line 435, in
dispatchRawRequest
File "WebKit/Application.py", line 481, in runTransaction
File "WebKit/URLParser.py", line 66, in
findServletForTransaction
File "WebKit/URLParser.py", line 237, in parse
File "WebKit/URLParser.py", line 303, in parse
File "WebKit/URLParser.py", line 415, in
filenamesForBaseName
TypeError: cannot concatenate 'str' and 'list' objects
----------------------------------------------------------------------
----------------------------------------------------------------------
>Comment By: Ken Lalonde (kenlalonde)
Date: 2005-02-11 13:19
Message:
Logged In: YES
user_id=203927
Typo fixed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1050798&group_id=4866
|