http://defect.opensolaris.org/bz/show_bug.cgi?id=19221
--- Comment #8 from Vladimir Kotal <[email protected]> 2012-07-10 11:58:28 UTC --- (In reply to comment #7) <snip> > Jul 10, 2012 1:38:07 PM org.opensolaris.opengrok.web.PageConfig getDiffData > WARNING: filepath: 1 = /colon-test/foo%3Abar > Jul 10, 2012 1:38:07 PM org.opensolaris.opengrok.web.PageConfig getDiffData > WARNING: filepath: 2 = /colon-test/foo%3Abar > > > So, the URL is certainly not fully decoded. Actually the decoding was done correctly. The source was foo%253Abar which is 'foo' + percent character + '3A' + 'bar' so the result was foo%3Abar. Is this maybe a problem with double encoding ? -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
