Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Hop Server inaccessible after Jetty upgrade #2521

Closed
bamaer opened this issue Mar 7, 2023 · 1 comment
Closed

[Bug]: Hop Server inaccessible after Jetty upgrade #2521

bamaer opened this issue Mar 7, 2023 · 1 comment
Labels
Milestone

Comments

@bamaer
Copy link
Contributor

bamaer commented Mar 7, 2023

Apache Hop version?

SNAPSHOT-20230307

Java version?

openjdk version "11.0.18" 2023-01-17

Operating system

Linux

What happened?

after the Jetty upgrade in PR 2508

Issue disappeared after building with a reverted Jetty version, back to 9.4.35.v20201120.

curl -u cluster http://localhost:8998
Enter host password for user 'cluster':

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 403 Forbidden</title>
</head>
<body><h2>HTTP ERROR 403 Forbidden</h2>
<table>
<tr><th>URI:</th><td>/</td></tr>
<tr><th>STATUS:</th><td>403</td></tr>
<tr><th>MESSAGE:</th><td>Forbidden</td></tr>
<tr><th>SERVLET:</th><td>-</td></tr>
</table>
<hr/><a href="https://eclipse.org/jetty">Powered by Jetty:// 9.4.51.v20230217</a><hr/>
</body>
</html>

Issue Priority

Priority: 3

Issue Component

Component: Actions

@usbrandon
Copy link
Contributor

Fantastic sleuthing!

@hansva hansva closed this as completed in 8e82f69 Mar 8, 2023
hansva added a commit that referenced this issue Mar 8, 2023
reverted jetty upgrade. fixes #2521
@hansva hansva added this to the 2.4 milestone Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants