History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OGNL-32
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jesse Kuhnert
Reporter: Hugo Palma
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OGNL

Contatenation of single character string results in wrong outcome

Created: 30/Mar/07 09:13 AM   Updated: 01/Apr/07 05:44 PM
Component/s: None
Affects Version/s: 2.7
Fix Version/s: 2.7


 Description  « Hide
The expression 'abc' + 'd' gets evaluated into abc'd' instead of abcd.

If i test with 'abc' + 'de' the result is the correct abcde.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.