Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 210144 Details for
Bug 356091
JAX-RPC sample generator still vulnerable to cross site scripting (XSS)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Apply to org.eclipse.jst.ws.consumption
bug356091-patch.txt (text/plain), 2.48 KB, created by
Keith Chong
on 2012-01-26 13:56:43 EST
(
hide
)
Description:
Apply to org.eclipse.jst.ws.consumption
Filename:
MIME Type:
Creator:
Keith Chong
Created:
2012-01-26 13:56:43 EST
Size:
2.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.ws.consumption >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.jst.ws.consumption/META-INF/MANIFEST.MF,v >retrieving revision 1.61.2.2 >diff -u -r1.61.2.2 MANIFEST.MF >--- META-INF/MANIFEST.MF 25 Jan 2012 03:05:06 -0000 1.61.2.2 >+++ META-INF/MANIFEST.MF 26 Jan 2012 18:56:12 -0000 >@@ -2,7 +2,7 @@ > Bundle-ManifestVersion: 2 > Bundle-Name: %PLUGIN_NAME > Bundle-SymbolicName: org.eclipse.jst.ws.consumption; singleton:=true >-Bundle-Version: 1.0.602.qualifier >+Bundle-Version: 1.0.603.qualifier > Bundle-ClassPath: ., > webserviceutils.jar > Bundle-Activator: org.eclipse.jst.ws.internal.consumption.plugin.WebServiceConsumptionPlugin >Index: src/org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileGenerator.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.jst.ws.consumption/src/org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileGenerator.java,v >retrieving revision 1.5 >diff -u -r1.5 ResultFileGenerator.java >--- src/org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileGenerator.java 24 May 2006 04:00:08 -0000 1.5 >+++ src/org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileGenerator.java 26 Jan 2012 18:56:12 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2006 IBM Corporation and others. >+ * Copyright (c) 2000, 2012 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -117,7 +117,8 @@ > fbuffer.append("}" + StringUtils.NEWLINE); > fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE); > fbuffer.append("%>" + StringUtils.NEWLINE); >- fbuffer.append("exception: <%= e %>" + StringUtils.NEWLINE); >+ fbuffer.append("Exception: <%= org.eclipse.jst.ws.util.JspUtils.markup(e.toString()) %>" + StringUtils.NEWLINE); >+ fbuffer.append("Message: <%= org.eclipse.jst.ws.util.JspUtils.markup(e.getMessage()) %>" + StringUtils.NEWLINE); > fbuffer.append("<%" + StringUtils.NEWLINE); > fbuffer.append("return;" + StringUtils.NEWLINE); > fbuffer.append("}" + StringUtils.NEWLINE);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 356091
: 210144