DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12154>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12154
Main() calls process() 3 times
Summary: Main() calls process() 3 times
Product: Cocoon 2
Version: Current CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: core
AssignedTo: cocoon-dev@xml.apache.org
ReportedBy: michael.enke@wincor-nixdorf.com
If I call javac org.apache.cocoon.Main with arguments,
every URI is processed 3 times:
getType() calls cocoon.process()
getLinks() calls cocoon.process()
getPage() calls cocoon.process()
Should be processed only once (as if invoked as Servlet)
---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org
|