-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #7132 Update demos #7133
Issue #7132 Update demos #7133
Conversation
</p> | ||
<div class="topnav"> | ||
<a class="menu" href="http://localhost:8080/">Demo Home</a> | ||
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-10.0.x/demos/demo-async-rest">Source</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need to be manually changed for the merge to 11.0.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Only the once though.
</head> | ||
|
||
<body> | ||
<h1>SUCCESS! You are AUTHENTICATED and AUTHORIZED</h1> | ||
In order to see this page, you must have been JAAS authentictated using the | ||
configured Login Module. You have also been AUTHORIZED according to this webapp's role-based web security constraints. | ||
In order to see this page, you must have been JAAS <i>authenticated</i> using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be <em>
instead of <i>
font-size: 11pt; | ||
font-family:sans-serif; | ||
} | ||
A:visited |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd spacing.
In fact, why is this entire css even indented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
</center> | ||
<div class="topnav"> | ||
<a class="menu" href="http://localhost:8080/">Demo Home</a> | ||
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-10.0.x/demos/demo-jaas-webapp">Source</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto on the manual merge to 11.0.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It's very very rare that these files change.
<p> | ||
<div class="topnav"> | ||
<a class="menu" href="http://localhost:8080/">Demo Home</a> | ||
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-10.0.x/demos/demo-jaas-webapp">Source</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It's very very rare that these files change.
|
||
<div class="topnav"> | ||
<a class="menu" href="http://localhost:8080/">Demo Home</a> | ||
<a class="menu" href="https://github.com/eclipse/jetty.project/tree/jetty-10.0.x/demos/demo-jetty-webapp">Source</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It's very very rare that these files change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run an IDE reformat of the css files?
To get rid of the odd whole-file indentation and spacing?
Reminder: we have to be careful on the merge of this to 11.0.x. (to update the html href versions)
@joakime done, please rereview. |
@joakime nudge |
Clean up of demos that are linked off the distro landing page:
Added demos/demo-template with resources to be used in new demos: