Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1215) String index out of range exception in net.refractions.udig.catalog.internal.wfs.WFSServiceExtension

String index out of range exception in net.refractions.udig.catalog.internal.wfs.WFSServiceExtension
----------------------------------------------------------------------------------------------------

                 Key: UDIG-1215
                 URL: http://jira.codehaus.org/browse/UDIG-1215
             Project: uDIG
          Issue Type: Bug
          Components: wfs
    Affects Versions: UDIG 1.1.RC8
         Environment: The project I'm involved in is an eclipse RCP based application which is using components of UDIG in one of its perspectives.  We are currently using UDIG 1.1 RC8. The exception  which is thrown 
            Reporter: Tony Roth
            Priority: Minor


In
net.refractions.udig.catalog.internal.wfs.WFSServiceExtension
row 115 (method: processURL)
the service given by the URL parameter "&SERVICE" is extracted via "&SERVICE=foo&". In some cases there is no subsequent parameter instead it's the end of the URL. In this cases we get an String index out of range exception.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top