Search the web
Sign In
New User? Sign Up
jetty-support · Jetty Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8475 - 8504 of 10418   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8475
... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business...
jetty-support@...
Send Email
Jan 2, 2007
6:04 pm
8476
... Hi, the problem is in method org.mortbay.jetty.HttpURI.decodeQueryTo(MultiMap, String) which decodes URL parameters always as they are in UTF-8 encoding. ...
Filip Jirsák
jetty-support@...
Send Email
Jan 2, 2007
7:53 pm
8477
... The problem was solved in 6.1 branch (see diff ...
Filip Jirsák
jetty-support@...
Send Email
Jan 3, 2007
11:03 am
8478
... Good question :-) It is neither in RFC 2616 nor in some related RFC, so it was my mistake. But UTF-8 as recommendation for URL is in HTML 4.01...
Filip Jirsák
jetty-support@...
Send Email
Jan 3, 2007
11:20 am
8479
I am trying to expose a JMX MBean using Jetty6 and Spring 1.2.8. The MBean appears in my development environment (viewing with JConsole), which is Eclipse and...
MBrown
jetty-support@...
Send Email
Jan 3, 2007
5:55 pm
8480
Hi. I have been playing with ServletTester - simple and nice! - some questions: I use setContent in the HttpTester object as in request.setContent("hellothere...
Gustavo Morozowski
jetty-support@...
Send Email
Jan 4, 2007
1:01 am
8481
Gustavo, You need to set the headers content-length and content-type. I will look to provide some automatic support for that soon. cheers ... -- Greg...
Greg Wilkins
jetty-support@...
Send Email
Jan 4, 2007
2:36 pm
8482
Gustavo, You need to set the headers content-length and content-type. I will look to provide some automatic support for that soon. cheers ... -- Greg...
Greg Wilkins
jetty-support@...
Send Email
Jan 4, 2007
2:39 pm
8483
when starting our jetty 6 implementaion, it logs: WARN: The SslSelectChannelConnector is pre-ALPHA work in progress!!!! when will there be a stable version...
rudi
jetty-support@...
Send Email
Jan 4, 2007
3:43 pm
8484
Hello, In the javadoc for DefaultServlet it lists a set of supported init parameters. I would like to programmatically change one of these parameters but I...
Iztok
jetty-support@...
Send Email
Jan 4, 2007
4:42 pm
8485
Hi, The values for the parameters listed in the javadoc of DefaultServlet may be set in webdefault.xml. Please see: ...
Nik Gonzalez
jetty-support@...
Send Email
Jan 4, 2007
11:55 pm
8486
Thanks Nik, Is there a way to do this programmatically? I tried copying the xml snippet for the DefaultServlet from the webdefault.xml file and creating an ...
Iztok
jetty-support@...
Send Email
Jan 5, 2007
2:34 pm
8487
Hey, I am trying to shut down jetty server using server.stop(). It does indicate that the JAX-RPC servlet has been destroyed. I am writing this code in a junit...
ParagBhamre
jetty-support@...
Send Email
Jan 5, 2007
3:18 pm
8488
Hello, In my configuration I don't have a root web application (no context bound to "/" but only bound to "/myapp"). How can I easily redirect requests to "/"...
Massimo Ferrari
jetty-support@...
Send Email
Jan 5, 2007
4:03 pm
8489
Hi, just found a way to do that. I just added a root httpcontext and implemented a simple redirect handler. Best, Massimo ... Take Surveys. Earn Cash....
Massimo Ferrari
jetty-support@...
Send Email
Jan 5, 2007
4:23 pm
8490
I think I will change that to BETA. but it still does not have async continuation support. cheers ... -- Greg Wilkins<gregw@...> US: +1 3104915462...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:22 pm
8491
... I am talking rubbish! It does have continuations! It is AJP that lacks them, but then apache can't handle scalable ajax load so there is no point. cheers ...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:26 pm
8492
I think I will change that to BETA. but it still does not have async continuation support. cheers ... -- Greg Wilkins<gregw@...> US: +1 3104915462...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:31 pm
8493
I will try to get time to look at this.... but one thing you may want to consider is the new test framework: ...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:35 pm
8494
Great, thanks! Massimo ... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your ...
Massimo Ferrari
jetty-support@...
Send Email
Jan 5, 2007
5:37 pm
8495
You could also have created an xml file for the context deployer like: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:38 pm
8496
You could also have created an xml file for the context deployer like: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:38 pm
8497
... I am talking rubbish! It does have continuations! It is AJP that lacks them, but then apache can't handle scalable ajax load so there is no point. cheers ...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
5:39 pm
8498
I will try to get time to look at this.... but one thing you may want to consider is the new test framework: ...
Greg Wilkins
jetty-support@...
Send Email
Jan 5, 2007
6:37 pm
8499
Hi, I am working on an article that I hope to get published in ONJava or a similar site. The article is about embedded integration testing with Jetty. The...
Johannes Brodwall
jetty-support@...
Send Email
Jan 6, 2007
1:00 am
8500
... Jetty has been production-ready for many years. In recent years I hear Tomcat has become production-ready too, but I can't confirm that. An Equity...
Bruce Lewis
jetty-support@...
Send Email
Jan 6, 2007
4:17 am
8501
... Absolutely. I am using both Jetty 4 and Jetty 6 in production. The jetty 4 stuff should be going away some time soon (but it still works fine) ... Take...
Tim Vernum
jetty-support@...
Send Email
Jan 6, 2007
5:39 am
8502
... $50 billion!!!! wow! Mmmmmm maybe I need to inject some more bugs to get those support contracts happening :-) thanks for the positive feedback! -- Greg...
Greg Wilkins
jetty-support@...
Send Email
Jan 6, 2007
8:52 am
8503
... $50 billion!!!! wow! Mmmmmm maybe I need to inject some more bugs to get those support contracts happening :-) thanks for the positive feedback! -- Greg...
Greg Wilkins
jetty-support@...
Send Email
Jan 6, 2007
8:52 am
8504
Johannes, I have only skimmed your article at this point.... and it looks good. Note however, you may want to mention the new alternative to testing over a...
Greg Wilkins
jetty-support@...
Send Email
Jan 6, 2007
8:58 am
Messages 8475 - 8504 of 10418   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help