• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP URL encoding

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an issue with url encoding in jsp where the objective is to list the files present in a particular directory of a Linux machine with the help of jsp file. I am using the below code to perform this part



Using the above code I am able to download the files whose name contains alphanumeric characters (a-z,A-Z,0-9) and the special characters(".","+", "-", "*", "_"). But when the file name has scandic characters like (äÄöÖåÅ) I am unable to download.

Is there a way to resolve this up? ie to download files that contain both special characters and scandic characters.

example for a filename:-
äbc+xyz.xls
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic