-
Bug
-
Resolution: Done
-
Minor
-
None
There seems to be a difference in UX in 'resource' predicate render depending on how it is used.
"path-prefix(/foo)-> { set(attribute=%U,value=${remaining}); resource(location='/home/baranowb/redhat/tmp/test-dir',allow-listing=true) }"
resource_with_uri_alter.png
vs
"path-prefix(/foo2)-> resource(location='/home/baranowb/redhat/tmp/test-dir2',allow-listing=true)"
Possible source of this might be: https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/handlers/resource/DirectoryUtils.java#L98 ?
- clones
-
UNDERTOW-2256 Resource predicate presentation differs depending on how it is set up
- Closed
- is cloned by
-
JBEAP-28300 (8.0.z) UNDERTOW-2256 - Resource predicate presentation differs depending on how it is set up
- Resolved