RE: Displaying image files stored in a database

2001-02-12 Thread Mikael Eriksson
s it on the response. Regards, Mikael Eriksson > -Original Message- > From: Paul Kofon [mailto:[EMAIL PROTECTED]] > Sent: den 12 februari 2001 09:24 > To: Orion-Interest > Subject: Displaying image files stored in a database > > > Hi, > I'm developing an web-ba

RE: Setting Cookies

2001-02-09 Thread Mikael Eriksson
ookie will not be sent to the page you are making the forward to. However, when that page has been sent to the browser I guess that the cookie will be sent in all requests following that. /Mikael Eriksson > -Original Message- > From: S.Badrinarayanan [mailto:[EMAIL PROTECTED]] > S

RE: Line feed in access log

2001-02-07 Thread Mikael Eriksson
This is solved know. By adding at the end of the format attribute I now get proper linefeeds. /Mikael Eriksson > -Original Message- > From: Mikael Eriksson > Sent: den 5 februari 2001 17:45 > To: Orion-Interest > Subject: Line feed in access log > > > Hi, >

Line feed in access log

2001-02-05 Thread Mikael Eriksson
need something that works in Notepad, not just Wordpad (Yes, I'm stuck in Windows). Regards, Mikael Eriksson

RE: Orion/SSL with 128bit-Thawte-Cert

2001-01-10 Thread Mikael Eriksson
was not supported by keytool. If you have done it in a similar way, I would recommend you to check the encoding in your email-program when copying the certificate reply. Regards, Mikael Eriksson > -Original Message- > From: mohan krishna [mailto:[EMAIL PROTECTED]] > Sent: den 1

URL decode with pathInfo

2001-01-08 Thread Mikael Eriksson
/data' the following code exists: System.out.println(request.getPathInfo()); Which prints out: .../1+2+3.doc What I wanted was: .../1+2 3.doc Why does Orion not URL decode the '+'-sign to a space? Regards, Mikael Eriksson