﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13725	jsp scriplets and expressions are removed or replaced by the jsp output	mike mike		"I tested ckeditor with jsp files (with the ckeditor-java-core-3.5.3.jar) and it is very nice. Though there is a problem and wonder if you could assist please. I am not sure if it is a bug or a new feature.

The problem is that the jsp scriplets or expressions (<% ...%>, <%= ...%>) are either removed or replaced by the output of the jsp expression.

Example:

<%= 1+1 %> is replaced by ""2""

<%= calcFunction() %> is removed

that way the resulted edited jsp file cannot be used any more.

On the other hand, if I add PHP tags, they get surrounded by HTML comments

Example:

<? php

echo ""test"";

?>

is replaced by:

<!--? php echo ""test""; ?-->

I wonder if I miss something.

Thank you.

PS.
browser: Mozilla Firefox 38.2.0
OS: Linux SL 6 32bit
ckeditor: 4.5.3 full
plugin: ckeditor-java-core-3.5.3.jar"	Bug	closed	Normal		Server : Java	4.5.3	invalid		
