Issue Details (XML | Word | Printable)

Key: DOXIA-308
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Lukas Theussl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

encodeId returns an empty string which is not a valid id

Created: 29/Apr/09 03:03 AM   Updated: 29/Apr/09 03:12 AM   Resolved: 29/Apr/09 03:12 AM
Return to search
Component/s: Core
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified


 Description  « Hide

IMO the encodeId method is meant to return an id that is guaranteed to be a valid Doxia id. However, for an empty string as input, or a string consisting only of spaces, encodeId returns an empty string which is not a valid id.



Lukas Theussl added a comment - 29/Apr/09 03:12 AM

Fixed in r769701.