-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no Java code inside the IDE.JSP so there is no need to have all JSP stuff #6174
Conversation
Build # 3578 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/3578/ to view the results. |
…all JSP stuff. We only need to serve the html page. Change-Id: I0c881fc37aedcc22f09fbbf16e49ce43f2dea334 Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/3591/ |
Why do we need IDEController? |
What blocks us from remove servlet at all and use static html from war file? |
@skabashnyuk I didn't wanted to be intrusive on this pull request. (I only replace JSP by a servlet) |
@vparfonov @riuvshin is it ok for you ? you want to wait like on monday ? |
@benoitf
pretty sure it is not used anymore no? |
@gazarenkov yes when I've edited file I was thinking the same. I will issue another pull request as I don't like mixing stuff in PR |
What does this PR do?
Rename IDE.jsp to IDE.html as we only need to serve the html page.
so we can get rid of all the JSP libraries.
What issues does this PR fix or reference?
#6169
Changelog
Avoid to use JSP for IDE html page that has no java code.
Release Notes
N/A
Docs PR
N/A
Change-Id: I0c881fc37aedcc22f09fbbf16e49ce43f2dea334
Signed-off-by: Florent BENOIT fbenoit@redhat.com