You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2002/09/25 12:41:30 UTC

DO NOT REPLY [Bug 12991] New: - SlideUri cannot handle "" (default) context path

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12991>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12991

SlideUri cannot handle "" (default) context path

           Summary: SlideUri cannot handle "" (default) context path
           Product: Slide
           Version: Nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV Server
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: runger@camino.at


A slide webdav servlet installed with context path "" (empty string) results
in a bug in the DASL / DeltaV code.

With auto-version-control activated, when PUTting a file on top of an
existing resource, the server throws an IllegalScopeException in
SlideUri.getSlidePath(). This happens while computing the checkout set of
the resource, and seems to be because SlideUri incorrectly handles the emtpy
string context path.

If the servlet is installed with a non-emty context path everything works as
expected.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>