F
FiSHer
Consider the following situation. There is an application that can be
run as WebStart application and as Applet. There is a method which gets
some information from asp page from the internet. It passes some
parameters to asp page. Parameters have format similar to path:
"/dir1/dir2/file.gif" for example. The problem is that when it is run
as WebStart application, the parameters are encoded correctly (they are
once encoded then decoded on the server side), but when it is run as an
applet the parameters are somehow encoded twice and the server is
unable to parse the fully decoded string.
If someone suggests some solution to this problem or advice it will be
great!
run as WebStart application and as Applet. There is a method which gets
some information from asp page from the internet. It passes some
parameters to asp page. Parameters have format similar to path:
"/dir1/dir2/file.gif" for example. The problem is that when it is run
as WebStart application, the parameters are encoded correctly (they are
once encoded then decoded on the server side), but when it is run as an
applet the parameters are somehow encoded twice and the server is
unable to parse the fully decoded string.
If someone suggests some solution to this problem or advice it will be
great!