Task #1082
Story #1080: Arch Docs: Guid guidance - harmonize with RFC3986
add '+' to the escaped character list in EncodingUtilities
Start date:
2010-11-16
Due date:
% Done:
100%
Estimated time:
0.50 h
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
the "+" char is an interesting case: older URL parsers will convert it to a space when decoding.
Between CNs and MNs it should not be an issue, but with clients, it will be (we don't control those)
Although D1Node.java globally escapes '+' in the URL, we need to do it in the EncodingUtilities so that the exception is noted in the de facto authority in the code as to how we do encoding.
History
#1 Updated by Rob Nahf about 14 years ago
- Parent task changed from #1034 to #1080
#2 Updated by Rob Nahf about 14 years ago
- Status changed from New to Closed
made addition, unit tested and checked in.