| Summary: | Gadget Export/Import not working with Proxy that requires security Cookie | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | William Antônio <wsiqueir> |
| Component: | Portal | Assignee: | Nobody <nobody> |
| Status: | NEW --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.2.0.GA | CC: | theute, wsiqueir |
| Target Milestone: | --- | ||
| Target Release: | 5.2.x | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBEPP-1502 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
JBoss EPP 5.2
Environment with Proxy that requires a security cookie, Apache in front of EPP with mod_jk
|
|
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
William Antônio
2012-02-06 11:56:33 UTC
After fix this request, we found other issue to retrieve the Application.gadget.xml from url /rest/jcr/repository/portal-system/production/app:gadgets/app:SiteExportImport/app:data/app:resources/Application.gadget.xml About the issue: Customer has a proxy in his environment with EPP that requires authentication. This proxy will look for a cookie in all request that pass through it. If the request doesn't have the cookies, the request will be denied. The problem is that when you access Export/Import gadget, it will try to load some files making an HTTP request. For example: /rest/jcr/repository/portal-system/production/app:gadgets/app:SiteExportImport/app:data/app:resources/Application.gadget.xml /eXoGadgetServer/gadgets/js/rpc.js /eXoGadgetServer/gadgets/api/rpc But these requests are not including the Cookie required to pass the proxy. Is there a way to intercept all these requests that EPP do to include the Cookie? What is the best way to do that? |