Changes between Initial Version and Version 1 of Ticket #2312


Ignore:
Timestamp:
Sep 13, 2007, 8:12:15 AM (17 years ago)
Author:
dmorissette
Comment:

Checking...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2312

    • Property Owner changed from mapserverbugs to dmorissette
  • Ticket #2312 – Description

    initial v1  
    11It looks like the previous seg-fault has been fixed but it looks like the fix introduced another bug. The problem is the </layer> tags are closing late in the getCapabilities request. The following patch against r6849 fixes it for me.
    22
     3{{{
    34Index: mapwms.c
    45===================================================================
     
    1415      if (strncmp(currentGroups[i], otherGroups[i], strlen(currentGroups[i])) != 0)
    1516      {
     17}}}