[jboss-jira] [JBoss JIRA] Created: (JBVFS-43) Set URLConnection to use cache is false
Ales Justin (JIRA)
jira-events at lists.jboss.org
Sat Jun 28 16:10:31 EDT 2008
Set URLConnection to use cache is false
---------------------------------------
Key: JBVFS-43
URL: http://jira.jboss.com/jira/browse/JBVFS-43
Project: JBoss VFS
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.Beta19
Reporter: Ales Justin
Assigned To: Ales Justin
Fix For: 2.0.0.CR1
Apply this code to connection opening:
URLConnection conn = url.openConnection();
conn.setUseCaches(false);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list