NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11001: Error in ,v causes crash in RcsLite when it calls the logger
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
RcsLite, SEARCH |
|
If you have a ,v with a parse error in it, then
RcsLite crashes when the parser barfs.
To reproduce, manually edit a ,v and replace (e.g.) 1.1 with 1.stuffed, save, and view the history of the topic.
The problem is that the error is logged with a call to
$this->{session}->logger, but
$this->{session} is (and should be) undef.
Seen in Release01x01. Trunk is more tolerant, but is also wrong.
--
CrawfordCurrie - 27 Jul 2011
Fixed.
--
CrawfordCurrie - 27 Jul 2011