orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
517 stars 221 forks source link

Liferay: PDF from Summary page doesn't show #4232

Closed ebruchez closed 5 years ago

ebruchez commented 5 years ago

This works outside of Liferay. URls have the shape:

http://localhost:9090/2019.1.0.j/fr/orbeon/bookshelf/pdf/e8bfd3ba63fa12a8b59cdd5c08369a35?fr-language=en

From Liferay:

http:// 
  localhost:8080/ 
  web/ 
  guest/ 
  home?
    p_p_id=orbeonformsproxyportlet_WAR_proxyportlet_INSTANCE_XAbd53dtBCiX& 
    p_p_lifecycle=2& 
    p_p_state=normal& 
    p_p_mode=view& 
    p_p_resource_id=%2Ffr%2Forbeon%2Fbookshelf%2Fpdf%2Ffd5dfce7a236758e72910d333bf832f8%3Ffr-language%3Dfr& 
    p_p_cacheability=cacheLevelPage& 
    _orbeonformsproxyportlet_WAR_proxyportlet_INSTANCE_XAbd53dtBCiX_orbeon-embeddable=true& 
    _orbeonformsproxyportlet_WAR_proxyportlet_INSTANCE_XAbd53dtBCiX_orbeon.path=%2Ffr%2Forbeon%2Fbookshelf%2Fsummary& 
    _orbeonformsproxyportlet_WAR_proxyportlet_INSTANCE_XAbd53dtBCiX_form-version=1
ebruchez commented 5 years ago

The request isn't passed through to Form Runner. It probably means we are filtering out the pdf path.

ebruchez commented 5 years ago

Still happening.

ebruchez commented 5 years ago

Now fixed.