id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
483,Cannot have <BBOX> and <PropertyIsLike> in same filter,wbronsema@…,mapserverbugs,"{{{
I get a service exception report generated when I attempt to combine a BBOX tag
with a PropertyIsLike tag when setting a wfs filter.

My metadata tag for my layer is as follows
""wfs_filter""
""<AND><BBOX><PropertyName>Name</PropertyName><Box><coordinates>-2594561,-712631
3467361,3840000</coordinates></Box></BBOX><PropertyIsLike wildcard='*'
singleChar='.'
escape='!'><PropertyName>NAME</PropertyName><Literal>Di@</Literal></PropertyIsLike></AND>""
                

The service exception report is as follows:
msWFSGetFeature(): WFS server error. Invalid or Unsupported FILTER in GetFeature
: <Filter>
  <AND>
    <BBOX>
      <PropertyName>Name</PropertyName>
      <Box>
        <coordinates>-2594561,-712631 3467361,3840000</coordinates>
      </Box>
    </BBOX>
    <PropertyIsLike wildcard=""*"" singleChar=""."" escape=""!"">
      <PropertyName>NAME</PropertyName>
      <Literal>Di*</Literal>
    </PropertyIsLike>
  </AND>
</Filter>
}}}",defect,closed,high,,WFS Server,4.1,normal,fixed,VERIFIED,
