HttpURLConnection.getInputStream

Something wierd,

We’ve in our Notes Client application an action button that creates a pdf file. The code worked fine but from some unknown reason we get following error messages in the log file.

When i approch the xml or the xsl file with IE i get the file opened.

02/23/2005 10:37:44 AM HTTP JVM: http://127.0.0.1:88/Labcorp_Design/archtrainingen.nsf/XMLCV/C1256EAE005535BEC1256F9D00570E65

02/23/2005 10:37:44 AM HTTP JVM: http://127.0.0.1:88/Labcorp_Design/archtrainingen.nsf/XSLCV

02/23/2005 10:37:44 AM HTTP JVM: java.io.FileNotFoundException: http://127.0.0.1:88/Labcorp_Design/archtrainingen.nsf/XMLCV/C1256EAE005535BEC1256F9D00570E65

02/23/2005 10:37:44 AM HTTP JVM: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:595)

02/23/2005 10:37:44 AM HTTP JVM: at new_document.doGet(new_document.java:72)

02/23/2005 10:37:44 AM HTTP JVM: at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)

02/23/2005 10:37:44 AM HTTP JVM: at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)

02/23/2005 10:37:44 AM HTTP JVM: at lotus.domino.servlet.DominoServletInvoker.executeServlet(DominoServletInvoker.java:283)

02/23/2005 10:37:44 AM HTTP JVM: at lotus.domino.servlet.DominoServletInvoker.service(DominoServletInvoker.java:224)

02/23/2005 10:37:44 AM HTTP JVM: at lotus.domino.servlet.ServletManager.service(ServletManager.java:245)

Subject: HttpURLConnection.getInputStream

Impossible to tell without looking at the code.

Subject: RE: HttpURLConnection.getInputStream

Yep, it’s hard to find the error if you don’t have the source code. After some calls i recieve the source and i found that the servlet make use of a hardcoded password. Guess now what caused the problem.