Bug 33411

Summary: PageEnvelopeModule resolving info-authoring area to authoring
Product: Lenya Reporter: Jon Linczak <linczakjw>
Component: MiscellaneousAssignee: Lenya Developers <dev>
Status: REOPENED ---    
Severity: normal    
Priority: P2    
Version: 1.2.1   
Target Milestone: 1.2.6   
Hardware: All   
OS: All   

Description Jon Linczak 2005-02-05 20:56:43 UTC
When creating a new document, the create usecase specifies that you will be
redirected back to the document ID in the same area from which you started.

However, when adding a new document in the info-authoring (or Site) area, you
are redirected to the document ID created, but in the authoring area instead. 
Upon further inspection using DEBUG logs, PageEnvelopeModule is not resolving
the info-authoring area correctly:

DEBUG   (2005-02-05) 08:41.40:077   [sitemap.modules.input.page-envelope]
(/lenya/default/info-authoring/index.html)
http-8080-Processor25/PageEnvelopeModule: Resolving page envelope for URL
[/lenya/default/info-authoring/index.html]

DEBUG   (2005-02-05) 08:41.40:091   [sitemap.modules.input.page-envelope]
(/lenya/default/info-authoring/index.html)
http-8080-Processor25/PageEnvelopeModule: Returning [area] = [authoring]
Comment 1 Gregor J. Rothfuss 2005-02-08 00:15:27 UTC
this is not a bug, as the site area is not a real area. you can use

info-{page-envelope:area}
Comment 2 Andreas Hartmann 2005-02-08 09:48:53 UTC
Actually info-* is a valid area also in the Java API.