Opened 11 years ago
Closed 10 years ago
#8911 closed defect (fixed)
FileUploader authentication challange
Reported by: | gloewy | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
FileUploader? does not upload files when running against an authentication protected site.
Tunneling the http messages shows the login (authentication) screen getting back as a response, rather then automatically leveraging the session authentication.
Change History (3)
comment:1 Changed 11 years ago by
Component: | General → DojoX Form |
---|---|
Owner: | changed from anonymous to Mike Wilcox |
comment:2 Changed 10 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 10 years ago by
Milestone: | future → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Here is the official Adobe bug report on the issue: https://bugs.adobe.com/jira/browse/FP-226
This problem affects Safari and Firefox. IE works.
I've done extensive research on this, and there are a few solutions thrown out there, like crossdomain.xml files and appending the sessionidd to the upload URL. These solutions may work in a few cases, but in large that is not the problem.
The solution is to use a real certificate. Self signed certificates will not work. If that does not solve the problem, the workarounds are to uploading to standard http passing cookies and session info) or to force the HTML FileUploader?.
There is nothing that can be done, so I'm going to close this ticket.