Cannot use single-char relative checkout path on Windows

Bug #452034 reported by Adrian Wilkins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Java library for Bazaar
Fix Released
Medium
Guillermo Gonzalez

Bug Description

If you try to checkout to a single character, the check for drive letters in StringUtil.getAbsoluteURI throws an array index exception.

Change line to

if(BazaarUtilities.isWindows() && escapedText.length() > 1) {

Related branches

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

Hi Adrian,

Thanks for reporting this.

Changed in bzr-java-lib:
status: New → Triaged
Changed in bzr-java-lib:
status: Triaged → Fix Committed
importance: Undecided → Medium
assignee: nobody → Guillermo Gonzalez (verterok)
Changed in bzr-java-lib:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.