https://bugzilla.novell.com/show_bug.cgi?id=366542
Summary: Errors in web.config can leave app in irrecoverable
state
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
A web.config containing invalid xml leaves the web app in an irrecoverable
state. The error persists even after correcting the xml.
Test case:
==========
- create empty index.aspx
- create web.config containing:
<?xml version="1.0" encoding="ISO-8859-1"?>
<configuration></configuration>
- start xsp2
- request http://localhost:8080 (=> empty page)
- remove "</configuration>" from web.config
- request http://localhost:8080 => error page
- add back "</configuration>" to web.config
- request http://localhost:8080 => still error page
The web app should be able to restart after the xml is valid again.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs