Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=GEOS-69
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GEOS-69
Summary: Stack overflow on GetMap request due to cyclic getRequest() call when getting the GeoServer config object
Type: Bug
Status: Open
Priority: Critical
Original Estimate: 4 hours
Time Spent: Unknown
Remaining: 4 hours
Project: GeoServer
Components:
WMS
Fix Fors:
1.2
Versions:
1.2
Assignee: Gabriel Roldán
Reporter: Gabriel Roldán
Created: Sun, 25 Jan 2004 12:38 PM
Updated: Sun, 25 Jan 2004 12:38 PM
Description:
GetMapKvpReader has a cyclic call to getRequest when trying yo obtain the catalog for getting the requested featuretypes.
This causes a StackOverflowError.
The problem may have been introduced when adapting to the new config stuff.
Line 386 in GetMapKvpReader does:
catalog = getRequest().getGeoServer().getData();
when it is actually performing the getRequestCall, building the getmap request.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira