I have an application with +
sign in its name (eg. DB+JSP.jws
).
I get an error when trying to create connection as java encodes url +
with spaces and hence cannot add the connection to DB JSP/../META-INF/connection.xml
(File not found exception).
Any way to circumvent this only by using URLEncoder.encode()
and URLDecoder.decode()
methods?