Issue Type: Bug Bug
Affects Versions: 8.0-RC1
Assignee: Unassigned
Components: api
Created: 26/Jun/12 8:31 AM
Description:

As per discussion on mailing list:

On 24/06/2012 14:12, Andrea Aime wrote:
> I'm reading data from a KML file into MemoryStore. I think the problem
> lies in that I'm using the "description" property and this has some
> '\n' characters which confuses things. The following works, but not on
> my description property:
>
> filterFactory.like(filterFactory.property("name"), "56");
>
> Yep, the Pattern created in LikeFilterImpl does not have the Pattern.MULTILINE
> flag, so it will only match the first line.
> Not sure the spec says anything about this one, but it seem like a bug, since there is no
> way to control single line vs multiline behavior. Can you open a bug report at jira.codehaus.org?
> Patch + test welcomed

Environment: Java 1.6, Windows 7 x64
Project: GeoTools
Priority: Minor Minor
Reporter: Mark Paxton
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to