|
|
1-10 of 15
< Previous Next >
|
When i tried to test tutorials from my mobile phone (i need embedded wap server) i've got this
BadRequestException: {"BadRequest: Too large header value on line 5"}
StackTrace:
at HttpServer.Ht...
id# 3391 | Planned Release: None | Last Updated: Nov 16 at 9:57 AM by jgauffin
A request for uri "http://localhost:11111/123" will set request.Uri to "http://localhost/", which seems to be wrong.
A request for uri "http://localhost:11111/test/123" will set request.Uri to "ht...
id# 2969 | Planned Release: Beta3 | Last Updated: Oct 24 at 8:30 AM by TheOtherMarcus
Can't figure out the exact error condition, but basically i get the occasional
" Failed to end receive : The object was used after being disposed."
in the logs which is logged at HttpClientContex...
id# 3110 | Planned Release: Beta3 | Last Updated: Oct 10 at 4:27 PM by jgauffin
User-Agent: Jakarta Commons-HttpClient/3.1
Content-Type: multipart/form-data; boundary=XS32BCudTLrYdYXezZtQjRJXytfFVgwdgbGtu2W
FormDecoderProvider.cs line 43:
contentType = contentType.ToLower();
...
id# 3131 | Planned Release: Beta3 | Last Updated: Oct 10 at 4:21 PM by jgauffin
Actual Problem is with the following code in HTTPServer.cs, I'm sure it's the Environment.SpecialFolder.InternetCache. Is this necessary or can it be done more portable? I've commented it out and...
id# 3154 | Planned Release: Beta3 | Last Updated: Oct 10 at 4:15 PM by jgauffin
It's an important feature for me :-), perhaps not for others, but if I have a request that takes 5 seconds to process, all of my other requests block. I tested this using modules, the simplest met...
id# 3155 | Planned Release: None | Last Updated: Oct 7 at 1:50 PM by andrewaggb
I want to add a custom object to the template by passing it as an argument to the Render method.
The object is inherited from a class that is taken from another assembly, and implements an interfac...
id# 3017 | Planned Release: None | Last Updated: Oct 5 at 5:58 PM by jgauffin
Here's the fixed version of the GetTypeName method
public string GetTypeName(Type type)
{
if (type.IsGenericType && !type.IsGenericTypeDefinition)
{
string typeName = type.FullName;
StringBu...
id# 3016 | Planned Release: None | Last Updated: Oct 5 at 5:58 PM by jgauffin
The sample examples (1-5), example 3 (url handling modules) stopped working on 16067, which unfortunately is what I'm building :-).
id# 3148 | Planned Release: None | Last Updated: Oct 5 at 5:54 PM by jgauffin
A file module that loads files from resources instead of from disk.
The module should take a list of assemblies that it should look in.
id# 2843 | Planned Release: None | Last Updated: Sep 23 at 8:16 PM by jgauffin
|
|
1-10 of 15
< Previous 1 2 Next >
|
|
|
|