[
https://wso2.org/jira/browse/MASHUP-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18472#action_18472
]
Jonathan Marsh commented on MASHUP-1051:
----------------------------------------
Tryit will now fall back to trying script injection when both http and https
are disabled. The message appears to be getting forwarded to the proxy
correctly.
However, the proxy is reporting an exception:
Exception in JSP: /WSRequestXSSproxy.jsp:147
144: PersistenceManager pm = new PersistenceManager();
145: String adminUsername =
pm.getConfigurationProperty(MashupConstants.PRIMARY_USER_ID);
146: if (adminUsername != null) {
147: ProtocolSocketFactory psf = new
CustomProtocolSocketFactory(adminUsername);
148: Protocol protocol = new Protocol("custom-https", psf, 443);
149: opts.setProperty(HTTPConstants.CUSTOM_PROTOCOL_HANDLER, protocol);
150: }
Could this be failing with a keystore issue? I get a different failure after
uploading keystore. If so, this could use a graceful error message.
> tryit displays a blank page when both http and https transports are disabled.
> -----------------------------------------------------------------------------
>
> Key: MASHUP-1051
> URL: https://wso2.org/jira/browse/MASHUP-1051
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Reporter: Keith Godwin Chapman
> Assignee: Keith Godwin Chapman
> Fix For: 1.5.1
>
>
> We better show a message thst the tryit page cannot be displayed in a
> scenario such as this.
> What should we do when ?template and the tryit for gadget is called on such a
> service. Shall we show a message for these too?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev