]
Edson Tirelli reassigned JBRULES-2494:
--------------------------------------
Assignee: Edson Tirelli (was: Mark Proctor)
Allow escaping characters in metadata value
-------------------------------------------
Key: JBRULES-2494
URL:
https://jira.jboss.org/jira/browse/JBRULES-2494
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 5.1.0.M1
Reporter: Tihomir Surdilovic
Assignee: Edson Tirelli
Currently if you add the following metadata to a rule:
rule xyz
@text("it's an \"airplane")
.....
end
if you print the metadata with:
System.out.println(ksession.getKnowledgeBase().getRule("org.sample.myrules",
"xyz").getMetaAttribute("text"));
the output is:
"it's an \"airplane"
escaped characters should be handled correctly here.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: