You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2007/09/19 21:40:48 UTC

DO NOT REPLY [Bug 43429] New: - sitetree area links do not honor proxy settings

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429

           Summary: sitetree area links do not honor proxy settings
           Product: Lenya
           Version: Trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Navigation Framework
        AssignedTo: dev@lenya.apache.org
        ReportedBy: nettings@apache.org


the sitetree area links ("authoring", "trash" etc.) do not correctly maintain
the proxy settings if the proxy contains a sub-directory in addition to a host name.

i.e. my authoring proxy is "https://foo.bar/baz". all document links are
correct, but the authoring link will end up as https://foo.bar/<pub>/authoring
instead of https://foo.bar/baz/<pub>/authoring

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429


andreas@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2.0                         |2.0.1




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-10-26 07:18 -------
(In reply to comment #0)
> the sitetree area links ("authoring", "trash" etc.) do not correctly maintain
> the proxy settings if the proxy contains a sub-directory in addition to a host
name.

I can confirm this problem, these links were broken with all (non-trivial) proxy
settings. I committed a patch, it works for me with mod_proxy_ajp now. Please
test. TIA!



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From nettings@apache.org  2007-10-23 05:28 -------
i tried to configure the proxy transformer for relative urls, and found that
apparently there is such option for the proxy input module, which is used to
prepare the parameters for the sitetree javascript...
the input module has no way of knowing we're in an SSL session iiuc, so we would
need an additional attribute {proxy:ssl:<URL>} or something like that. wdot?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429


nettings@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
            Summary|sitetree area links do not  |sitetree is broken with
                   |honor proxy settings        |proxy
   Target Milestone|2.0.1                       |2.0




------- Additional Comments From nettings@apache.org  2007-10-22 14:04 -------
somewhere between september and mid-october 2007, something changed and broke
the sitetree generation code for proxied environments. if you are using a proxy,
all you get for a sitetree is the top pseudo-node with the name of the
publication. everything else has vanished. this is a must-fix before 2.0.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-11-19 00:52 -------
(In reply to comment #13)
> the insertLink usecase does not display sitetree sub-nodes, only top-level
> (tested on jetty6 with proxy test scaffold in non-root context).

Looks good with OneForm, Tomcat, non-root context.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From nettings@apache.org  2007-10-29 07:52 -------
(In reply to comment #7)
> (In reply to comment #5)
> > i came across an NPE that is reproducible on zones:
> > try to call the sitetree module directly by entering
http://lenya.zones.apache.org:9999/modules/sitetree/default/authoring/sitetree.xml
> > you will get 
> > Caused by: java.lang.NullPointerException
> 
> You can't call the sitetree this way, because the transformer needs the correct
> publication context to resolve the access controller. You can use
> 
>
http://lenya.zones.apache.org:9999/default/authoring/sitetree.xml?lenya.module=sitetree

then why does the module have this matcher? imnsho, all matchers that can and
should not be requested directly by a browser should be in internal pipelines.
or is there a technical reason?


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-10-26 07:17 -------
(In reply to comment #5)
> i came across an NPE that is reproducible on zones:
> 
> try to call the sitetree module directly by entering
> http://lenya.zones.apache.org:9999/modules/sitetree/default/authoring/sitetree.xml
> 
> you will get 
> 
> Caused by: java.lang.NullPointerException
> 	at
>
org.apache.lenya.cms.cocoon.transformation.AccessControlSitetreeTransformer.setup(AccessControlSitetreeTransformer.java:117)
> 
> 
> i don't think this is the root cause of the bug i'm seeing, but it might be
> related to changes by andreas of 5 weeks ago - andreas, if you have a minute,
> could you have a look?

You can't call the sitetree this way, because the transformer needs the correct
publication context to resolve the access controller. You can use

http://lenya.zones.apache.org:9999/default/authoring/sitetree.xml?lenya.module=sitetree

instead.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From nettings@apache.org  2007-10-22 15:02 -------
the latest breakage seems to occur only for ssl proxies:
the sitetree script takes a weird parameter "AREA_BASE_PATH" that is supposed to
be .../authoring or .../live. it is built by the sitemap thus:

<map:parameter 
  name="areaBasePath"
  value="{proxy:/{request:{page-envelope:publication-id}/{page-envelope:area}}"
/>

this kind of falls apart in an ssl context, because the proxy module has no way
of knowing we are currently in a https://... request - the generated
areaBasePath will always be http:// for some reason.
can anyone suggest a nice way to fix this?



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From nettings@apache.org  2007-10-22 15:07 -------
hmm. when i work around this issue by hard-coding the correct "https://..." URI
in the sitemap, the tree appears, but it does not open its sub-trees - only the
first level is visible.
off to bed for now....

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From nettings@apache.org  2007-10-23 06:34 -------
i came across an NPE that is reproducible on zones:

try to call the sitetree module directly by entering
http://lenya.zones.apache.org:9999/modules/sitetree/default/authoring/sitetree.xml

you will get 

Caused by: java.lang.NullPointerException
	at
org.apache.lenya.cms.cocoon.transformation.AccessControlSitetreeTransformer.setup(AccessControlSitetreeTransformer.java:117)


i don't think this is the root cause of the bug i'm seeing, but it might be
related to changes by andreas of 5 weeks ago - andreas, if you have a minute,
could you have a look?



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429


nettings@apache.org changed:

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




------- Additional Comments From nettings@apache.org  2007-11-08 04:16 -------
i have now changed my proxy setup to use mod_proxy_ajp, and everything works for
me. please reopen if you encounter problems. thanks to andreas for the fix!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-10-29 08:10 -------
(In reply to comment #10)
> then why does the module have this matcher? imnsho, all matchers that can and
> should not be requested directly by a browser should be in internal pipelines.

Yes, I guess we can declare this one as internal too.

> or is there a technical reason?

None that I'm aware of.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-12-11 14:49 -------
Do we need to address this for 2.0?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-10-26 07:25 -------
(In reply to comment #4)
> i tried to configure the proxy transformer for relative urls, and found that
> apparently there is such option for the proxy input module, which is used to
> prepare the parameters for the sitetree javascript...
> the input module has no way of knowing we're in an SSL session iiuc, so we would
> need an additional attribute {proxy:ssl:<URL>} or something like that. wdot?

The proxy module uses request.isSecure() to determine if we're in an SSL session:

LinkRewriter rewriter = new OutgoingLinkRewriter(this.manager, session,
request.getRequestURI(), request.isSecure(), false, false);

This doesn't work with plain mod_proxy, though - you have to use mod_jk or
mod_proxy_ajp.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-11-19 00:54 -------
Can't reproduce it with BXE either (Tomcat, non-root context).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-10-26 07:13 -------
(In reply to comment #2)
> the latest breakage seems to occur only for ssl proxies:
> the sitetree script takes a weird parameter "AREA_BASE_PATH" that is supposed to
> be .../authoring or .../live. it is built by the sitemap thus:
> 
> <map:parameter 
>   name="areaBasePath"
>   value="{proxy:/{request:{page-envelope:publication-id}/{page-envelope:area}}"
> />
> 
> this kind of falls apart in an ssl context, because the proxy module has no way
> of knowing we are currently in a https://... request - the generated
> areaBasePath will always be http:// for some reason.
> can anyone suggest a nice way to fix this?

You could use mod_proxy_ajp, see
http://lenya.zones.apache.org/docu/docs/2_0_x/tutorials/proxy/proxy.html (note
at the bottom).


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429


nettings@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |critical
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From nettings@apache.org  2007-11-16 15:58 -------
the insertLink usecase does not display sitetree sub-nodes, only top-level
(tested on jetty6 with proxy test scaffold in non-root context).
might as well be a bug in the usecase, but for now i'm putting it here as a
reminder. should be trivial to fix since andreas squashed the underlying issue a
while ago...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 43429] - sitetree is broken with proxy

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43429





------- Additional Comments From andreas@apache.org  2007-11-23 06:52 -------
J�rn, does this problem persist in your setup?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org