When processing the following xpath query the query string gets truncated when the default namespace gets added.

query string before processing:
concat("Gülbar", " ", "Ülküdak")

query string after processing:
concat("Gülbar", " ", __default__:"Ülküda

CommentFileSizeAuthor
#1 feeds_xpathparser-utf-2145211-1.patch1.15 KBmoonray
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moonray’s picture

Status: Active » Needs review
FileSize
1.15 KB

Attached patch fixes the issue.

twistor’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Assigned: Unassigned » twistor
Priority: Critical » Major

We need to patch 7.x first.

I will fix this up.

  • twistor committed c93ef2f on 7.x-1.x
    Issue #2145211 by moonray: Fixed UTF strings get truncated.
    

  • twistor committed a4ee575 on 8.x-1.x
    Issue #2145211 by moonray: Fixed UTF strings get truncated.
    

  • twistor committed bc99a9f on 6.x-1.x authored by moonray
    Issue #2145211 by moonray: Fixed UTF strings get truncated.
    
twistor’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Assigned: twistor » Unassigned
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.