Bug 34002

Summary: infinite loop in pipeline processing in admin area
Product: Lenya Reporter: Joachim Wolfgang Kaltz <jwkaltz>
Component: MiscellaneousAssignee: Lenya Developers <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Trunk   
Target Milestone: 1.4   
Hardware: PC   
OS: Linux   

Description Joachim Wolfgang Kaltz 2005-03-14 09:47:56 UTC
When accessing the (invalid) URL "default/admin/users", either because the URL
is entered by hand, or because an overview page contains an incorrect link, an
infinite loop is triggered, ultimately resulting in the servlet container going
out of memory.

According to the log, the request results in 
"internal/users" and "default/admin/sitetree/internal/users.xml"
then (down the road)
"internal/internal/users" and "default/admin/sitetree/internal/internal/user.xml"
and so on.
Comment 1 Joachim Wolfgang Kaltz 2005-03-14 09:49:15 UTC
Note: Gregor says, this will likely go away with the migration of the remaining
admin usecases to uc fw. the problem seems to be in a view pipeline.
Comment 2 Gregor J. Rothfuss 2005-04-18 00:08:46 UTC
this has been fixed