[
https://issues.jboss.org/browse/JBIDE-24801?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-24801:
---------------------------------------
I wouldn't call this bothering them. I think it's not right to return No-cache
everywhere with no reason. So please let's at least wait for what they have to say.
Meanwhile, I tested your suggestion:
1. Install devstudio
2. Before first launching it, change the plugin_customization.ini file to add the new
setting
3. Launch devstudio and check preference
Lo and behold, now the checkbox "Ignore no-cache" is checked!
So the patch is good. I think we want it regardless of the outcome of the ORG jira.
Remove no-cache header for xml schema files
-------------------------------------------
Key: JBIDE-24801
URL:
https://issues.jboss.org/browse/JBIDE-24801
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server, upstream
Affects Versions: 4.5.0.Final
Reporter: Martin Malina
Assignee: Rob Stryker
This is a followup of JBIDE-20610 . In the past we were trying to figure out how to make
validation in Eclipse faster. The problem is that xml schema files return no-cache header
and so Eclipse needs to fetch them over and over again.
We tried to solve this on Eclipse side - allow ignoring of the no-cache http header. But
why not try to solve this properly on the server side at least where we have control over
it? I think there is no reason why request to urls like
http://jboss.org/j2ee/dtd/service-ref_4_0.dtd should return no-cache.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)