IResourceHandler proper response #3423
Replies: 2 comments 8 replies
-
Does the problem reproduce version 88.2.90? Without a detailed example I cannot even speculate what's going on here. |
Beta Was this translation helpful? Give feedback.
-
I have implemented a custom Interceptor class for links: public sealed class ShellSchemeHandler : ISchemeHandlerFactory, IResourceHandler `
` When I click on custom link (Green folder), if I have Regex Match I want to open explorer on custom path. On version 87 and 88 it opens explorer but also File Save Dialog on the same moment. I notice changes on IResourceHandler interface... problaly I need to change some sort of response or change something on callback object. This appens on versions 87 and 88. |
Beta Was this translation helpful? Give feedback.
-
I am using CafSharp wpf some time now, and now its time to update do latest versions.
I created an custom link and implemented with IResourceHandler. This custom link open file explorer on an specific network path.
This was working with no problems.
After update to latest version (87.1.132), when I click on my custom link, application opens explorer on the correct network path but also open File Download dialog to download file with no data.. What is the cause of this?
Do I need to specify some sort of response headers?
I have implemented IResourceHandler.ProcessRequest(IRequest request, ICallback callback) for this.
Please advice, thanks in advance.
Cristovao Oliveira
Beta Was this translation helpful? Give feedback.
All reactions