+1 for me
ChristopheOne suggestion to improve URL encoding support (non latin alphabets), in DefaultURLConstructor.java and ShortURLConstructor, add one line:
public String parsePage( String context,
HttpServletRequest request,
String encoding )
throws UnsupportedEncodingException
{
//ONE LINE ADDED to set ENCODING:
request.setCharacterEncoding( encoding );
Le 12/11/2012 23:21, Florian Holeczek a écrit :
Hi all,any more votes? Tomorrow evening (i.e. in a bit less than 24 hrs) I'm going to close the vote and forward the result to the Incubator PMC.Thanks for the passed votes so far! Best regards Florian Holeczek
