[
https://issues.jboss.org/browse/JBIDE-24801?page=com.atlassian.jira.plugi...
]
Rob Stryker resolved JBIDE-24801.
---------------------------------
Resolution: Won't Do
After discussion on a call, this won't be done. After updates from David Hladky about
the number of people likely to be required to sign-off, and the existence of the
workaround in preferences, AND the jbds setting the preference automatically, this issue
cannot be justified to use the time required.
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
Fix For: 4.5.1.AM2
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)