You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/05/16 08:38:07 UTC

[Bug 54979] New: httpd Load Balancer is not passing characters after the hash

https://issues.apache.org/bugzilla/show_bug.cgi?id=54979

            Bug ID: 54979
           Summary: httpd Load Balancer is not passing characters after
                    the hash
           Product: Apache httpd-2
           Version: 2.2.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: support
          Assignee: bugs@httpd.apache.org
          Reporter: manjunathhc9@gmail.com
    Classification: Unclassified

I am facing the issue where load balance is not passing the after hash
characters. 

wget
"http://localhost:8080/subscription/AddNewSubscription?siteid=3&msisdn=9926002805&type=P&srvkey=TNBASTROMP&user=voicegate&pass=Vg#6ate&mode=VPO"
--10:26:03--  http://
localhost:8080/subscription/AddNewSubscription?siteid=3&msisdn=9926002805&type=P&srvkey=TNBASTROMP&user=voicegate&pass=Vg
Connecting to localhost:8080... connected.
HTTP request sent, awaiting response... 600 Unknown Reason
10:26:03 ERROR 600: Unknown Reason.

In password #is used after # rest of the data is not hitting to the client.

Please help me to resolve this issue 

Regards
Manju

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 54979] httpd Load Balancer is not passing characters after the hash

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54979

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eric Covener <co...@gmail.com> ---
clients don't send the part after the # to the server.  You should URL-encode
it if you don't mean for it to be treated this way.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org