A term used with respect to terminating the sale or support of products and services.
Questions tagged [end-of-life]
45 questions
0
votes
1 answer
Meaning of log4j.properties in EOL Jetty Hightide 7?
Our product is using Jetty to deploy a webapp in which we are triggering the jetty using the ant build target like below

vamsi
- 1,219
- 1
- 9
- 15
0
votes
1 answer
Replacement for Invoke-WebRequest before IE retirement in June 2022?
I've inherited a lot of scripts that rely on Invoke-WebRequest and am aware that this commandlet requires IE to run.
Is there a way to configure Invoke-WebRequest so that it uses Edge instead?
Considering that Internet Explorer 11 desktop…

Bleak Morn
- 139
- 1
- 9
0
votes
1 answer
Log4j Vulnerability in jetty jetty-hightide-7.6.1.v20120215/webapps/cometd.war
We are trying to mitigate the laetst log4j vulnerability in our application our scans show that jetty-hightide-7.6.1.v20120215/webapps/cometd.war is using the older version of log4j that is log4j.1 need help in ways to mitigate this.
Can we delete…

vamsi
- 1,219
- 1
- 9
- 15
0
votes
1 answer
Java Security API synchronized methods cause application threads to hang on high load
Our backend server is using Embedded Jetty 8.1.15 for few years now. Did not have any issues with it until recently, when we started doing load test scenario with a lot of concurrent users. Then we succeeded reproducing the issue even with small…

Romande
- 561
- 2
- 4
- 16
0
votes
1 answer
getting rid of Jetty 6 from hbase 1.2.5
I am using hbase 1.2.5 which depends on Jetty 6.
I would like to get past Jetty 6- which has security vulnerabilities.
I would rather not move to hbase 2.x (not yet...)
Is there a hbase 1.x version that uses a higher version on Jetty ?

RN.
- 997
- 4
- 14
- 31
0
votes
0 answers
How to add Authorization Header to client handshake request in Eclipse-jetty-websocket version-8
I want to add Authorization header for basic Authorization to my jetty-client request.
I am running two instances on same browser one is server one is client ,Java-8 is being used as a technology, No DB No Spring etc. using …

AjaySom
- 1
- 2
0
votes
1 answer
Jetty 7.6 does not compile JSP files
I am new with Jetty and JSP. I am now trying to create simple server with Embedded Jetty and JSP for the html generating.
What I should have to mention first, that I am restricted with the Jetty version. The version I have to use is Jetty 7.6.x.x.…

vnkid
- 308
- 2
- 11
0
votes
1 answer
Maven Jetty Plugin - Disable Http Trace
I have a maven project with a web.xml and run it using mvn jetty:run
How can I disable the http-tracing?
Edit: I looked here but I was unable to identify the relevant tags...
This is the relevant plugin:
…

user3579222
- 1,103
- 11
- 28
0
votes
1 answer
How to reject request from client using Jetty config in kairosdb
I am using kairosdb latest version. I tried enabling the jetty thread pool. My expectation was if the queue size is filled with request then all the subsequent request are rejected immediately.
But the request is served after sometime eventhough I…

Knight71
- 2,927
- 5
- 37
- 63
0
votes
0 answers
Jetty 8.1.16 returns 404 when multiple servlets are deployed in particular order
I have a embedded Jetty server(currently using 8.1.16) where I'm deploying multiple resources whose resource path is as below :
1) /users (path spec : /users)
2)/users/{id} (path spec : /users/*)
The context path is set as (/). If I add the servlet…

ProgramNerd
- 61
- 3
0
votes
1 answer
Entity Framework 4.0 lifecycle dates?
Looking for these lifecycle dates for Entity Framework 4.0.
End of Life Date
End of Support Date
End of Extended Support Date
Checked Microsoft page for Proucts lifecycle, however, EF 4.0 isn't listed there -…

Jwalant Natvarlal Soneji
- 173
- 1
- 3
- 8
0
votes
1 answer
iOS App Store - retiring an app - Can I hide the app from new users while making updates available to all existing users
I have an app that needs to be retired, as it is no longer self-sustaining, due to server costs, etc. However, there are still active users of the app, who I don't want to burn on this shutdown (eg. suddenly shutting down and permanently cutting off…

henduck
- 1
0
votes
3 answers
Read data from a file in C
I wrote below data (this is the hex form of char* data) in a file in c programming.
58 c8 c3 f7 41 22 b1 72 9f 41 50 37 cb 09 d0 11 1d 5a 48 59 96 11 fa 4b fd d5 86 70 18 2c 50 2f fd 67 71 3d 20 fc 17 e1 27 f7 9c be 03 74 74 56 6c 49 e9 ee 24 9d 0a…

user3693951
- 39
- 9
0
votes
1 answer
What's the support status of old JSF versions?
What is the official support status of older JSF releases like 1.1, 1.2, 2.0? Is there some end-of-life roadmap for JSF releases?
I was only able to find end-of-life roadmap for Java SE here http://www.oracle.com/technetwork/java/eol-135779.html I…

Tibor Blenessy
- 4,254
- 29
- 35
0
votes
2 answers
Handling end-of-life for an app on Google Play
Is there an elegant way to handle end-of-life scenarios for an app on Google Play?
Suppose I have an app ("A"), and this app is being superseded by a suite ("S") that has all the functionality of that old app. In other words, S will absorb A. I…

davidcesarino
- 16,160
- 16
- 68
- 109