This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SJN-27] Allow values to be accessed over http
Created: Thu, 17 Jul 2003 12:40:01 -0700 (PDT)  Updated: Sat, 7 Feb 2004 12:58:36 -0800 (PST)

Status:Closed
Project:Simple-JNDI
Component/s:
Affects Version/s:
Fix Version/s:0.9

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
Instead of file or classpath protocols, implement an http protocol
Comment by bayard [ Sat, 6 Dec 2003 14:22:22 -0800 (PST) ]
Codes in there. Needs testing.
Comment by bayard [ Sat, 6 Dec 2003 16:34:10 -0800 (PST) ]
Going to just assume the code isn't getting in the way and leave this until 0.8.
Comment by bayard [ Sat, 7 Feb 2004 12:58:36 -0800 (PST) ]
Some issues in knowing when a url is a directory and whether it exists, but this is now solved. Using URL.getContent, so possibly it could be done more better performance-wise with a HTTP HEAD request.