Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 4.x - Server Banner Disclosure

Just for fun I was able to run Jetty-4 straight away from the src directory living in my home directory.
I tried Jetty-2 and Jetty-3, but failed because my makefile was too ancient and it couldn't find the jikes compiler :)    I'll have to find an old JDK so I can compile manually.

I don't even have the source code for Jetty-1 (aka mbservler) and would give many t-shirts if anybody has that code anywhere - let alone running !

cheers






On 11 May 2016 at 03:07, Steve Sobol - Lobos Studios <steve@xxxxxxxxxxxxxxxx> wrote:
Ah. Yeah, that may make upgrading difficult, especially if it's a mission-critical piece of software.
 
--
Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | Facebook.com/LobosStudios | @LobosStudios
Web Development - Mobile Development - Helpdesk/Tech Support - Computer Sales & Service
Acer Authorized Reseller - Computers, Windows and Android Tablets, Accessories
 
Steve Sobol - CEO, Senior Developer and Server Jockey
steve@xxxxxxxxxxxxxxxx
 
 
 
------ Original Message ------
From: "Tai Li" <tltan86@xxxxxxxxx>
To: "Steve Sobol - Lobos Studios" <steve@xxxxxxxxxxxxxxxx>
Cc: "JETTY user mailing list" <jetty-users@xxxxxxxxxxx>
Sent: 5/10/2016 9:52:02 AM
Subject: Re: Re[2]: [jetty-users] Jetty 4.x - Server Banner Disclosure
 
Yes Steve.


System.out.println("Regards,");
System.out.println("Tai Li");


On Wed, May 11, 2016 at 12:50 AM, Steve Sobol - Lobos Studios <steve@xxxxxxxxxxxxxxxx> wrote:
Is it a product that embeds jetty? (Just curious)
 
--
Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | Facebook.com/LobosStudios | @LobosStudios
Web Development - Mobile Development - Helpdesk/Tech Support - Computer Sales & Service
Acer Authorized Reseller - Computers, Windows and Android Tablets, Accessories
 
Steve Sobol - CEO, Senior Developer and Server Jockey
steve@xxxxxxxxxxxxxxxx
 
 
 
------ Original Message ------
From: "Tai Li" <tltan86@xxxxxxxxx>
To: "Steve Sobol - Lobos Studios" <steve@xxxxxxxxxxxxxxxx>; "JETTY user mailing list" <jetty-users@xxxxxxxxxxx>
Sent: 5/10/2016 9:23:23 AM
Subject: Re: [jetty-users] Jetty 4.x - Server Banner Disclosure
 
Hi Steve,

Greg's solution works. Thank you for your suggestion, and yes, eventually I will move up my third-party software to newer version. :P


System.out.println("Regards,");
System.out.println("Tai Li");


On Tue, May 10, 2016 at 9:45 PM, Steve Sobol - Lobos Studios <steve@xxxxxxxxxxxxxxxx> wrote:
My advice is to use a version of Jetty that isn't ancient.
 
--
Lobos Studios | Phone: 877.919.4WEB | LobosStudios.com | Facebook.com/LobosStudios | @LobosStudios
Web Development - Mobile Development - Helpdesk/Tech Support - Computer Sales & Service
Acer Authorized Reseller - Computers, Windows and Android Tablets, Accessories
 
Steve Sobol - CEO, Senior Developer and Server Jockey
steve@xxxxxxxxxxxxxxxx
 
 
 
------ Original Message ------
From: "Tai Li" <tltan86@xxxxxxxxx>
Sent: 5/10/2016 1:37:24 AM
Subject: [jetty-users] Jetty 4.x - Server Banner Disclosure
 
Hi,

Does this version of Jetty have any setting to disable the banner disclosure?

Example:

Server: Jetty/4.2.9 (Windows Vista/6.2 x86 java/1.5.0_11)

I know in the newer versions of Jetty support jetty.send.server.version then to jetty.httpConfig.sendServerVersion.

Please advise.

Thank you.

System.out.println("Regards,");
System.out.println("Tai Li");


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--

Back to the top