Hello, 
 we would like to replace Apache+Jrun with OrionServer
 and right now I'm testing OrionServer v1.2.0 by trying 
 to move our existing sites to OrionServer. 

 However, we have used SERVLET tag rather extensively.
 That did not work in OrionServer at first. 

 Then I changed all shtml files to be processed with jsp
 servlet. SSI works, servlet tag works. Great!

 But then I ran into a problem. Here is a example code
 to demonstrate the problem: (Put it to the default-web-app) 
------------------------------------- test.jsp
 <html>
 <head>
 <title>test</title>
 </head>
 <body>

 <servlet name="DateServlet">
 <param name="somehtml" value="&nbsp;">
 </servlet>

 </body>
 </html>
------------------------------------- test.jsp 
 CRASH. 

 OrionServer says:
 
 java.lang.IllegalArgumentException:
 Missing '=' in attribute key/value pair
 at com.evermind.server.http.EvermindHttpServletRequest.u4(JAX)
 ...
 
 Now, remove the & character from the &nbsp; in the parameter value.
 No crashes.

 Is this a bug?

Reply via email to