Hi Borut,
right, Base 64 encoding is no good for URLs. See
"http://en.wikipedia.org/wiki/Base64#URL_applications";.
> What is the cleanest solution? Is there a known url safe
> encoder/decoder which I can use or do I have to write one myself?
I know there is one implementation included in the bo
compare this thread...
http://tapestry.markmail.org/search/?q=list%3Aorg.apache.tapestry.users+url+#query:list%3Aorg.apache.tapestry.users%20url%20+page:1+mid:kbv6yrkcjmkaaoys+state:results
Borut Bolčina schrieb:
Hi,
I wanted to send users an email with a confirmation link which
includes ba
Hi,
I wanted to send users an email with a confirmation link which
includes base64 encoded and additionally url encoded activation
context
Example:
http://my.company.com/account/confirmed/amFuZXpuOu47TZYaxgNZ297XcGQFHLQ%3D
As base64 includes characters + / and = I tried to encode it further
with