활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi Team,
We have migrated content from legacy to AEM DAM which is having the ".'" format in the folder names like "preview.1.41.1".
what are the options to access the content? Please advice.
Note: It's not possible to update the names, those are linked with different applications.
Thanks
Uma
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
We are able to fix it by allowing the folder in dispatcher level with selector.
조회 수
답글
좋아요 수
Can you give an example how this does not work? Can you share the requests you make to AEM (which are working well) and through the dispatcher (which seem to be problematic)? What are the relevant log entries for them? What plattform are you running the dispatcher on? Windows/Unix? IIS / Apache httpd? What version of the dispatcher are you using? How does your dispatcher.any look like?
If you can provide us information regarding this, we might be able to help you. I am not aware of any limitation in the dispatcher which prevents you from accessing folders with a "." in its name.
Jörg
조회 수
답글
좋아요 수
Hi Jorg,
The request like this from dispatcher qa1.dispatcher.com/content/dam/live/preview.1.14.1/image.jpg : its returning resource not found.
Thank
Uma
조회 수
답글
좋아요 수
Hi,
What happens if you bypass the dispatcher and access AEM directly? Same error?
조회 수
답글
좋아요 수
How did you manage to create a folder name with a dot? If you use TouchUI and create a folder with a title "preview.1.14.1" then the fodler name can be either "preview-1-14-1" or "preview1141". The UI would not even allow you to create a folder with a dot in the name.
The reason for that is that a dot suggests that there is a selector and it will try to find a script to render a resource:
조회 수
답글
좋아요 수
The sling URL decomposition does not break if your resource contains a "." in it. Just tested it locally. And that's because the decomposition does not use a string to work on, and split on every "." character, but first identifies the resource. And then it doesn't matter how much "." characters the resource name contains.
(Just tested it locally.)
Jörg
조회 수
답글
좋아요 수
@Jörg Hoh Still, AEM does not even allow to create a name with a dot. The title can anything, the name should not have a dot in it.
조회 수
답글
좋아요 수
Just for the sake of demonstration:
* In CRXDE Lite I renamed /content/we-retail/us/en/experience/skitouring to /content/we-retail/us/en/experience/skitouring.joerghoh
* then I requested localhost:4502/content/we-retail/us/en/experience/skitouring.joerghoh.html and it worked.
The fact, that within AEM you cannot use the "." character does not necessarily mean, that it does not work in underlying layers. There might be limitations where a "." is not working well, but for Sling resource resolution a "." in the resource name is not a problem.
Jörg
조회 수
답글
좋아요 수
I am able to access the files by using directly Author and in Publishers but from dispatcher, it's returning 404.
Yes, you are right AEM won't allow us to create a folder with "." but this is migrated content we copied by using the WebDAV and packaged from one instance to another instance.
We don't have the option to rename the folder since the same name used by the vendor and legacy application.
What options do we have to access these files from dispatchers? Please advice.
Thanks
Uma
조회 수
답글
좋아요 수
Any pointers for me on this how to decompose the URL with the "." in folder names?
조회 수
답글
좋아요 수
I'm able to access '/content/dam/live/preview.1.14.1/image.jpg' via apache 2.2/dispatcher/WIN and its getting cached without any errors.
Can you share relevant log files and screenshots and other info?
조회 수
답글
좋아요 수
You may to check dispatcher logs for more details. Also check if you have existing rewrite rule which may be affecting this request
조회 수
답글
좋아요 수
Dispatcher filter is rejecting this request.
How can we allow this URL format in the dispatcher filters /content/dam/live/preview.1.14.1 ?
Thanks
조회 수
답글
좋아요 수
could you share dispatcher log and dispatcher.any file?
조회 수
답글
좋아요 수
We are able to fix it by allowing the folder in dispatcher level with selector.
조회 수
답글
좋아요 수