Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👋
side-files
#483,side-files
feature is not used in Jenkins, and it results in wasting a part of time crawling the filesystem searching forindex.html
side-filesSo I removed that snippet of code
Dispatcher d = IndexHtmlDispatcher.make(webApp.context, clazz);
if (d!=null)
dispatchers.add(d);
this removes support for
web-inf/side-files/index.html
pagesJustification: I tried to use jetty with it before updating, but that resulted in various problems, now anyone can run it using
mvn jetty:run
example when sending request to local-instance of the example at
![Screenshot from 2025-01-31 16-52-18](https://private-user-images.githubusercontent.com/98265644/408615557-4022e373-3108-4758-8035-bc5665abecd7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTI0MzAsIm5iZiI6MTczOTQ1MjEzMCwicGF0aCI6Ii85ODI2NTY0NC80MDg2MTU1NTctNDAyMmUzNzMtMzEwOC00NzU4LTgwMzUtYmM1NjY1YWJlY2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzMDg1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcxODQzMDc2YTAzMzk2YzQ4YTk2YTk3YWE1NTc1OGM3MmE3MzVlYzUxMzA1NWQxMDBkYTcwOGNmZDM4Njc1NTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8bKfJkkUvvT6rB3ygs3zYyKjAqsA1bQD3I7i-8CJYBw)
localhost:9090/items/
discover
instead of 'discoverExtensions' following theTODO
in the code.html
-'jelly'-'groovy') files, there is nojsp
filesso we can't remove the
facets
supportsome snippets showing the used extensions in jenkins, and there is no
.jsp