I've just had another security hole reported with URLs. I have not looked at it in detail - but my first impression is that this is really a JVM issue with how...
Greg Wilkins
gregw@...
Apr 2, 2001 10:30 am
1349
Hello to all, I have this problem: We replaced the "BasicAuthHandler" with a custom handler-"WebSecurityHandler." One of the pages protected by this handler is...
Svetlana Sternberg
svetlana_sternberg@...
Apr 2, 2001 2:20 pm
1350
I think you will find that setting your own parameter is stopping the form content from being parsed correctly. The simple fix is probably to try get a...
Greg Wilkins
gregw@...
Apr 2, 2001 2:46 pm
1351
Svetlana Sternberg
svetlana_sternberg@...
Apr 3, 2001 9:14 am
1352
Hello, The attached code is a test case for the doPost utility. I created a HTML file with a form and servlet that all is doing is tring to read the parameters...
Svetlana Sternberg
svetlana_sternberg@...
Apr 3, 2001 1:16 pm
1353
You are one of the FIRST to see this NEEDED NEW PRODUCT!!! Dozing off to sleep while sitting up can be very annoying. But not with.. " THE SNOOZE CHIN PILLOW "...
Chuck Martin
AGreatBusiness2000@...
Apr 3, 2001 2:06 pm
1354
Your code looks good? Can you confirm the version of Jetty that you are running? Can you run the Jetty demo and use the forms that do POSTs (handler demo and...
Greg Wilkins
gregw@...
Apr 3, 2001 2:10 pm
1355
AFAIK : JSPs are implemented by a number of engines of which Jasper is one. These engines are usually written as Servlets. Therefore (here I go making...
Julian Gosnell
jules_gosnell@...
Apr 4, 2001 10:17 am
1356
What Julian says is true - Jetty used to bundle GNUJSP. But to my knowledge, jasper is the only open source JSP 1.1 engine available. If anybody knows of...
Greg Wilkins
gregw@...
Apr 4, 2001 11:10 am
1357
I'm forwarding this to the Jetty discussion list for you. You are far more
likely to get Jetty related answers there.
Incidently, Jetty and Tomcat both use...
Julian Gosnell
jules_gosnell@...
Apr 4, 2001 7:41 pm
1358
... I found this in _Enterprise_JavaBeans_ 2nd Edition, O'Reilly, by Richard Monson-Haefel, pages 119-120, with respect to a EJB's deployment descriptor. The...
jlrobins@...
Apr 4, 2001 11:59 pm
1359
Sorry to take so long to respond,.... The bundled version of Jetty is 3.0.2, which did not support this type of mapping. Jetty 3.0.4 does support this (since...
Greg Wilkins
gregw@...
Apr 5, 2001 12:43 pm
1360
James, thanks for this research. If I understand the what you are saying, the servlet container needs to do nothing with the EJB-REF tag? So all I need do is...
Greg Wilkins
gregw@...
Apr 5, 2001 12:46 pm
1361
Hi- I'm running Jetty2 and in my doPost() method I set the ContentType to "application/x-java-serialized-object". Then I open an ObjectOuputStream around...
Paul Tasillo
Paul.tasillo@...
Apr 5, 2001 8:57 pm
1362
Although I no longer get the same errors, full support for jsp and .war files still appears deficient. Try deploying Webwork & you'll see that the default...
engrsrce@...
Apr 5, 2001 9:30 pm
1363
... You're right in both counts -- that it doesn't feel right to ignore (all of 'em, anyway), as well as these tags might could be better documented. I found...
jlrobins@...
Apr 6, 2001 12:10 am
1364
The game's afoot: In the JBoss CVS archive, path [ ] / contrib / tomcat / src / resources, (URL ...
jlrobins@...
Apr 6, 2001 12:39 am
1365
Calling for a Jetty JSP maintainer!?!?!? I am still getting regular reports of problems with JSP in Jetty, specially when used with EJBs in Jetty-JBoss. While...
Greg Wilkins
gregw@...
Apr 6, 2001 8:41 am
1366
Greg, we have recently moved from Jetty 2.4.9 to Jetty 3.0.4. One of the biggest reasons why we moved was that we were very unhappy with GnuJSP. Since the move...
Halas, Miroslav
miroslav.halas@...
Apr 6, 2001 3:11 pm
1367
Greg, Sorry for not chiming in. I abandoned the use of JSP in favor of WebMacro. Juanco...
Juancarlo Anez
juancarlo@...
Apr 6, 2001 3:22 pm
1368
Tomcat developers, The Jetty project is in need of a Jasper maintainer for it's cut of the Jasper JSP engine. Jetty is a opensource java HTTP server and...
Greg Wilkins
gregw@...
Apr 9, 2001 12:40 pm
1369
Hi Greg, We are planning a small refactoring of jasper ( at least for tomcat3.3, but one goal would be to merge the 2 branches we have in jakarta ). I don't...
cmanolache@...
Apr 9, 2001 10:10 pm
1370
Costin, ... Excellent - That sounds much easier for us to keep in sync with. Still, it would be good to have a maintainer to step forward and help us with the...
Greg Wilkins
gregw@...
Apr 10, 2001 8:34 am
1371
Greg, I am writing the jasper34 refactoring proposal. I am late on getting it checked in because I have been distracted by other issues (job hunting, for...
Mel Martinez
melaquias@...
Apr 10, 2001 6:56 pm
1372
Release 3.1.RC3 of Jetty is now available via http://jetty.mortbay.com This release fixes several important bugs and completes some features such as range...
Greg Wilkins
gregw@...
Apr 10, 2001 7:29 pm
1373
... Can you please explain what "Improved flush ordering for forwarded requests" is? Thanks in advance, Bill...
Bill Burke
wburke@...
Apr 10, 2001 8:29 pm
1374
... Greg, I was hoping for the reverse - have jetty developers help with jasper refactoring. I will download the code and take a look anyway - the part I'm...
cmanolache@...
Apr 10, 2001 8:35 pm
1375
... The "toolkit" idea is perfect for what we need, and preferably with as little coupling/dependencies as possible between components. For a "cooperating"...
cmanolache@...
Apr 10, 2001 8:43 pm
1376
Near the end of InetGateway.runGateways() these lines have a bad case of copy/paste syndrome: String[] r2la = new String[local2remote.size()]; ...
Kent Johnson
KJohnson@...
Apr 10, 2001 9:20 pm
1377
A HTTP response can provide either an outputStream or a Writer. If a servlet that uses one of these does request dispatch includes of resources that uses the...