[Red Hat JIRA] (JBWS-4212) Wildfly 19.1.0 double forward slash replacing with single slash when servlet redirects
by Haranath Reddy (Jira)
[ https://issues.redhat.com/browse/JBWS-4212?page=com.atlassian.jira.plugin... ]
Haranath Reddy updated JBWS-4212:
---------------------------------
Description:
Wildfly 19.1.0 issue when request parameter contains // it will replacing with single / when servlet uses redirect (302 code)
(default task-2) Page redirect ============redirect:saml/login/alias/SAML?idp=http://adbuild.tkdadfs.com/adfs/services/trust
2020-12-24 09:12:05,814 TRACE [io.undertow.server.HttpServerExchange] (default task-2) Starting to write response for HttpServerExchange\{ GET /SapphireIMS/LoginPage.do}
2020-12-24 09:12:05,814 TRACE [io.undertow.server.HttpServerExchange] (default task-2) Starting to write response for HttpServerExchange\{ GET /SapphireIMS/LoginPage.do}
2020-12-24 09:12:05,814 INFO [io.undertow.request.dump] (default task-2)
----------------------------REQUEST---------------------------
URI=/SapphireIMS/LoginPage.do
characterEncoding=null
contentLength=-1
contentType=null
cookie=JSESSIONID=RMqueYwSN2adF_Yg-du0VM9auGKzclqWimoueRFZ.vmplatform
header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
header=accept-language=en-US,en;q=0.5
header=accept-encoding=gzip, deflate, br
header=te=trailers
header=user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
header=cookie=JSESSIONID=RMqueYwSN2adF_Yg-du0VM9auGKzclqWimoueRFZ.vmplatform
header=upgrade-insecure-requests=1
header=Host=qa117.sapphireims.com:8443
locale=[en_US, en]
method=GET
protocol=HTTP/2.0
queryString=
remoteAddr=qa117.sapphireims.com/172.16.9.117:54394
remoteHost=qa117.sapphireims.com
scheme=https
host=qa117.sapphireims.com:8443
serverPort=8443
isSecure=true
--------------------------RESPONSE--------------------------
contentLength=0
contentType=null
header=Cache-Control=must-revalidate
header=X-XSS-Protection=1; mode=block
header=Pragma=must-revalidate
header=X-Frame-Options=SAMEORIGIN
header=Location=https://qa117.sapphireims.com:8443/SapphireIMS/saml/login...
header=Date=Thu, 24 Dec 2020 03:42:05 GMT
header=:status=302
header=Strict-Transport-Security=max-age=31536000 ; includeSubDomains
header=Content-Length=0
header=Content-Language=en-US
status=302
==============================================================
> Wildfly 19.1.0 double forward slash replacing with single slash when servlet redirects
> --------------------------------------------------------------------------------------
>
> Key: JBWS-4212
> URL: https://issues.redhat.com/browse/JBWS-4212
> Project: JBoss Web Services
> Issue Type: Bug
> Reporter: Haranath Reddy
> Priority: Major
>
> Wildfly 19.1.0 issue when request parameter contains // it will replacing with single / when servlet uses redirect (302 code)
>
> (default task-2) Page redirect ============redirect:saml/login/alias/SAML?idp=http://adbuild.tkdadfs.com/adfs/services/trust
> 2020-12-24 09:12:05,814 TRACE [io.undertow.server.HttpServerExchange] (default task-2) Starting to write response for HttpServerExchange\{ GET /SapphireIMS/LoginPage.do}
> 2020-12-24 09:12:05,814 TRACE [io.undertow.server.HttpServerExchange] (default task-2) Starting to write response for HttpServerExchange\{ GET /SapphireIMS/LoginPage.do}
> 2020-12-24 09:12:05,814 INFO [io.undertow.request.dump] (default task-2)
> ----------------------------REQUEST---------------------------
> URI=/SapphireIMS/LoginPage.do
> characterEncoding=null
> contentLength=-1
> contentType=null
> cookie=JSESSIONID=RMqueYwSN2adF_Yg-du0VM9auGKzclqWimoueRFZ.vmplatform
> header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
> header=accept-language=en-US,en;q=0.5
> header=accept-encoding=gzip, deflate, br
> header=te=trailers
> header=user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
> header=cookie=JSESSIONID=RMqueYwSN2adF_Yg-du0VM9auGKzclqWimoueRFZ.vmplatform
> header=upgrade-insecure-requests=1
> header=Host=qa117.sapphireims.com:8443
> locale=[en_US, en]
> method=GET
> protocol=HTTP/2.0
> queryString=
> remoteAddr=qa117.sapphireims.com/172.16.9.117:54394
> remoteHost=qa117.sapphireims.com
> scheme=https
> host=qa117.sapphireims.com:8443
> serverPort=8443
> isSecure=true
> --------------------------RESPONSE--------------------------
> contentLength=0
> contentType=null
> header=Cache-Control=must-revalidate
> header=X-XSS-Protection=1; mode=block
> header=Pragma=must-revalidate
> header=X-Frame-Options=SAMEORIGIN
> header=Location=https://qa117.sapphireims.com:8443/SapphireIMS/saml/login...
> header=Date=Thu, 24 Dec 2020 03:42:05 GMT
> header=:status=302
> header=Strict-Transport-Security=max-age=31536000 ; includeSubDomains
> header=Content-Length=0
> header=Content-Language=en-US
> status=302
> ==============================================================
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
3 years, 11 months
[Red Hat JIRA] (JBWS-4210) Bus Configuration Error resulting in NPE
by Richard Opalka (Jira)
[ https://issues.redhat.com/browse/JBWS-4210?page=com.atlassian.jira.plugin... ]
Richard Opalka commented on JBWS-4210:
--------------------------------------
Hello [~jim.ma] - I just checked it with Apache CXF 3.3.x-fixes branch
with my proposal fix CXF-8361 applied and I don't see the issue
there anymore. You can close this issue.
> Bus Configuration Error resulting in NPE
> ----------------------------------------
>
> Key: JBWS-4210
> URL: https://issues.redhat.com/browse/JBWS-4210
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf, jbossws-integration
> Reporter: Richard Opalka
> Priority: Major
> Labels: EE9
>
> Caused by: java.lang.NullPointerException
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:55)
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:49)
> at org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator.getBaseInputSource(AbstractWrapperWSDLLocator.java:73)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:225)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165)
> at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:393)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:527)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:262)
> at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
> at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:103)
> at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:168)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
> at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:460)
> at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:338)
> ... 16 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
3 years, 12 months
[Red Hat JIRA] (JBWS-4210) Bus Configuration Error resulting in NPE
by Jim Ma (Jira)
[ https://issues.redhat.com/browse/JBWS-4210?page=com.atlassian.jira.plugin... ]
Jim Ma commented on JBWS-4210:
------------------------------
[~ropalka] Do you know if this issue is still something we should fix in apache cxf ?
> Bus Configuration Error resulting in NPE
> ----------------------------------------
>
> Key: JBWS-4210
> URL: https://issues.redhat.com/browse/JBWS-4210
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf, jbossws-integration
> Reporter: Richard Opalka
> Priority: Major
> Labels: EE9
>
> Caused by: java.lang.NullPointerException
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:55)
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:49)
> at org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator.getBaseInputSource(AbstractWrapperWSDLLocator.java:73)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:225)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165)
> at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:393)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:527)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:262)
> at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
> at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:103)
> at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:168)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
> at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:460)
> at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:338)
> ... 16 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
3 years, 12 months
[Red Hat JIRA] (JBWS-4209) Bus Configuration Error resulting in NPE
by Jim Ma (Jira)
[ https://issues.redhat.com/browse/JBWS-4209?page=com.atlassian.jira.plugin... ]
Jim Ma updated JBWS-4209:
-------------------------
Comment: was deleted
(was: [~ropalka] Can you please add more details for this issue ? Is this something we should fix in apache cxf ? )
> Bus Configuration Error resulting in NPE
> ----------------------------------------
>
> Key: JBWS-4209
> URL: https://issues.redhat.com/browse/JBWS-4209
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-5.4.2.Final
> Reporter: Richard Opalka
> Priority: Major
> Fix For: jbossws-cxf-5.4.3.Final
>
>
> Caused by: java.lang.NullPointerException
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:55)
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:49)
> at org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator.getBaseInputSource(AbstractWrapperWSDLLocator.java:73)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:225)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165)
> at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:393)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:527)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:262)
> at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
> at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:103)
> at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:168)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
> at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:460)
> at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:338)
> ... 16 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
3 years, 12 months
[Red Hat JIRA] (JBWS-4209) Bus Configuration Error resulting in NPE
by Jim Ma (Jira)
[ https://issues.redhat.com/browse/JBWS-4209?page=com.atlassian.jira.plugin... ]
Jim Ma commented on JBWS-4209:
------------------------------
[~ropalka] Can you please add more details for this issue ? Is this something we should fix in apache cxf ?
> Bus Configuration Error resulting in NPE
> ----------------------------------------
>
> Key: JBWS-4209
> URL: https://issues.redhat.com/browse/JBWS-4209
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-5.4.2.Final
> Reporter: Richard Opalka
> Priority: Major
> Fix For: jbossws-cxf-5.4.3.Final
>
>
> Caused by: java.lang.NullPointerException
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:55)
> at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.getInputSource(ResourceManagerWSDLLocator.java:49)
> at org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator.getBaseInputSource(AbstractWrapperWSDLLocator.java:73)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:225)
> at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:165)
> at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:85)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:393)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:527)
> at org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:262)
> at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:199)
> at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:103)
> at org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:168)
> at org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
> at org.apache.cxf.jaxws.EndpointImpl.getServer(EndpointImpl.java:460)
> at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:338)
> ... 16 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
3 years, 12 months