You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2001/10/12 11:19:44 UTC

DO NOT REPLY [Bug 4117] New: - Server stops responding with a 100% CPU load when requesting non-xsp page with XSP Generator

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=4117>.
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=4117

Server stops responding with a 100% CPU load when requesting non-xsp page with XSP Generator

           Summary: Server stops responding with a 100% CPU load when
                    requesting non-xsp page with XSP Generator
           Product: Cocoon 2
           Version: 2.0rc1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: xml-cocoon@nicolaken.com


Server stops responding and processor usage goes up to 100% when I request with 
the XSP Generator a page that is not an XSP. 

Clearly it was not my intention to use the XSPGenerator, but nevertheless the 
regexp (correctly for my sitemap) matched that URI with that Generator.

Note that my root tag of the page is <page>.
Here is the page:

<?xml version="1.0"?>
<page>
	<title>Login</title>
	<main>
		<p>Procedura di identificazione</p>
		<form action="ProcessLogin.jsp" method="POST">
			<input name="login" caption="Login:" type="text" />
			<input name="password" caption="Password:" 
type="password"/>
			<submit name="submit" caption="Login"/>
		</form>
	</main>
	<navigation/>
</page>

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org