ASF Bugzilla – Attachment 20154 Details for
Bug 42361
POST content type incorrect for multipart forms after login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for org/apache/catalina/authenticator/SavedRequest.java
SavedRequest.diff (text/plain), 543 bytes, created by
Peter Runge
on 2007-05-08 16:23:19 UTC
(
hide
)
Description:
Patch for org/apache/catalina/authenticator/SavedRequest.java
Filename:
MIME Type:
Creator:
Peter Runge
Created:
2007-05-08 16:23:19 UTC
Size:
543 bytes
patch
obsolete
>--- SavedRequest.java.2 2007-05-08 14:47:22.843750000 +1000 >+++ SavedRequest.java 2007-05-08 14:49:25.828125000 +1000 >@@ -178,4 +178,17 @@ > public void setBody(ByteChunk body) { > this.body = body; > } >+ >+ /** >+ * The content type of the request, used if this is a POST. >+ */ >+ private String contentType = null; >+ >+ public String getContentType() { >+ return (this.contentType); >+ } >+ >+ public void setContentType(String contentType) { >+ this.contentType = contentType; >+ } > }
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 42361
:
20152
|
20153
| 20154