Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109745 - www-apps/rt-3.4.3 uses HTML::Mason File functions erroneously
Summary: www-apps/rt-3.4.3 uses HTML::Mason File functions erroneously
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 15:08 UTC by Andreas Vinsander
Modified: 2005-10-24 07:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch from upstream for Elements/Callback (Callback.diff,1.27 KB, patch)
2005-10-18 15:10 UTC, Andreas Vinsander
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Vinsander 2005-10-18 15:08:58 UTC
rt-3.4.3, HTML-Mason-1.30 is causing the following errors (used with apache2 and
fastcgi):

[Tue Oct 18 23:42:26 2005] [error] [client 192.168.10.100] FastCGI: server "/var
/www/OBSCURED_HOSTNAME/rt-3.4.3/bin/mason_handler.fcgi" stderr: Use of
uninitialized value in concatenation (.) or string at
/usr/lib/perl5/vendor_perl/5.8.6/HTML/Mason/Resolver/File.pm line 51.
[Tue Oct 18 23:42:26 2005] [error] [client 192.168.10.100] FastCGI: server "/var
/www/OBSCURED_HOSTNAME/rt-3.4.3/bin/mason_handler.fcgi" stderr: Use of
uninitialized value in length at
/usr/lib/perl5/vendor_perl/5.8.6/HTML/Mason/Resolver/File.pm line 52.

The problem is within the file Elements/Callback which is installed to the user
choosen directory under htdocs by webapp-config.
The problem is addressed by upstream in rt-3.4.4, see attached patch.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andreas Vinsander 2005-10-18 15:10:28 UTC
Created attachment 70974 [details, diff]
Patch from upstream for Elements/Callback
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2005-10-24 07:19:45 UTC
Applied, thanks.